Skip to content

Releases: aarondandy/WeCantSpell.Hunspell

5.0.0

03 Dec 23:34
Compare
Choose a tag to compare
  • 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

20 Nov 13:54
Compare
Choose a tag to compare
  • Updates the library to match changes in Hunspell 1.7.2
  • Adds new snupkg symbols package

4.0.0

15 May 17:27
Compare
Choose a tag to compare

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 RC-1

09 May 03:42
Compare
Choose a tag to compare
4.0.0 RC-1 Pre-release
Pre-release

See change log.

3.1.1 - 2022-02-21

21 Feb 23:00
Compare
Choose a tag to compare

Fixed

Changed

  • Code simplification

3.1.0 - Spelling Resurrections

21 Feb 16:19
Compare
Choose a tag to compare

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.

2.1.0

05 Sep 07:20
Compare
Choose a tag to compare

2.0.0

01 Jul 21:41
Compare
Choose a tag to compare

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

26 Jun 03:09
Compare
Choose a tag to compare

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.

1.0.0

26 Jun 03:08
Compare
Choose a tag to compare