Skip to content

Releases: f1monkey/spellchecker

v3.0.0

18 Dec 21:50
50abb74

Choose a tag to compare

What's Changed

  • Update README.md by @cyradin in #20
  • Update README.md by @cyradin in #21
  • Refactor public API: use option funcs instead of structs, get rid of Fix() method. Bump major version by @cyradin in #22

Full Changelog: v2.0.0...v3.0.0

v2.0.1

27 Sep 18:24
8d7c78d

Choose a tag to compare

Forgot to update go.mod

v2.0.0

27 Sep 18:19
8d7c78d

Choose a tag to compare

Full Changelog: v1.3.0...v2.0.0

  • V2 package introduced with simplified and more flexible API.
  • Removed option functions in favor of passing filterFunc and maxErrors directly to Fix() and Suggest().
  • FilterFunc is no longer stored inside the dictionary.
  • Removed ScoreFunc entirely.

v1.3.0

27 Sep 12:39
6d116f8

Choose a tag to compare

What's Changed

  • Code refactoring
  • Deprecate ScoringFunc in favor of FilterFunc to allow the user to control result filtering.

Full Changelog: v1.2.0...v1.3.0

v1.2.0

14 Aug 10:19
c6d9561

Choose a tag to compare

What's Changed

  • Allow to add words with custom weight by @cyradin in #17

Full Changelog: v1.1.0...v1.2.0

v1.1.0

20 Jun 19:40
87dfa2a

Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.1.0

v1.0.3

18 Jun 23:27
0bfd519

Choose a tag to compare

What's Changed

  • Feature/optimize memory usage by @cyradin in #15
    • Further reduce Suggest() and Fix() methods' memory consumption by ~45%

Full Changelog: v1.0.2...v1.0.3

v1.0.2

18 Jun 20:33
419df6d

Choose a tag to compare

What's Changed

  • Feature/refactoring by @cyradin in #14
    • Remove unused code
    • Improve overall performance: +20% speed, -36% memory consumption, -98% allocation count according to benchmarks

Full Changelog: v1.0.1...v1.0.2

v1.0.1

19 Feb 23:17
e3e4943

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

09 Feb 10:40
c92aacd

Choose a tag to compare

What's Changed

  • Remove alphabet length restrictions, minor refactoring by @cyradin in #12

Full Changelog: v0.1.0...v1.0.0