WeCantSpell.Hunspell Versions Save

A port of Hunspell v1 for .NET and .NET Standard

5.0.0

5 months ago
  • Removes usages of Environment.TickCount: PR #83
  • Adds net8.0 as a new target
  • (breaking) Improves many collection types
  • (breaking) Adds more exceptions for exceptional situations
  • (breaking) Moves ArrayBuilder to internal
  • Updates to match unreleased changes and fixes from Hunspell
  • Assorted performance related changes
  • Restricts unsafe code to netstandard2.0 builds

4.1.0

6 months ago
  • Updates the library to match changes in Hunspell 1.7.2
  • Adds new snupkg symbols package

4.0.0

2 years ago

Changes:

  • Changes library target to net6.0 and netstandard2.0
  • Fixes suggest affix performance problems
  • Adds ReadOnlySpan<char> overloads for Check and Suggest.
  • General improvements to check and suggest performance
  • CancellationToken support added to Check and Suggest calls
  • Allows customization of timeouts and other options for Check and Suggest calls

4.0.0-rc01

2 years ago

See change log.

3.1.1

2 years ago

Fixed

Changed

  • Code simplification

3.1.0

2 years ago

3.1.0 - 2022-02-21

Added

  • Adds a target for net461
  • Applies new changes and fixes to match origin

Changed

  • Project and build has been modernized for newer .NET versions.

3.0.0-rc01

5 years ago

2.1.0

5 years ago

2.0.0

6 years ago

2.0.0 - 2017-06-30

Changes

  • Replaced .NET Framework 4.6.1 and 4.5.1 with a single 4.5 build (net45).
  • Reduced nuget package size.
  • Improved performance.

Removed

  • Removed build for PCL Profile 259 (portable-net45+win8+wpa81+wp8).
  • Removed build for .NET Standard 1.1 (netstandard1.1).
  • Removed or made inaccessible members and types, including WordEntrySet and WordEntry.

1.1.0

6 years ago

1.1.0 - 2017-06-19

Added

  • New WordEntryDetail type to simplify storage.

Changed

  • Reduced memory usage.
  • Improved performance.
  • Included fixes from source up to commit 77492a4.
  • Project beautification 🐝.

Fixed

  • Able to read affix files with a flag mode of NUMBER.