Releases: f1monkey/spellchecker
Releases · f1monkey/spellchecker
v3.0.0
18 Dec 21:50
Compare
Sorry, something went wrong.
No results found
v2.0.1
27 Sep 18:24
Compare
Sorry, something went wrong.
No results found
v2.0.0
27 Sep 18:19
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v1.1.0
20 Jun 19:40
Compare
Sorry, something went wrong.
No results found
v1.0.3
18 Jun 23:27
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v1.0.0
09 Feb 10:40
Compare
Sorry, something went wrong.
No results found