Releases: SphericalKat/dart-fuzzywuzzy
Releases · SphericalKat/dart-fuzzywuzzy
v1.0.1
v1.0.0
1.0.0 (2022-04-19)
Feature
- bump version (3928c1c)
- update dependencies (d1f8fcb)
- release 0.1.7 (28bc6b5)
- extraction: add support for generic list types (f1d0d24)
- extraction: add extractors (29e345e)
- algorithms: implement weighted ratio (7aa2c0e)
- diffutils: finish diffutil implementation (d48ad62)
Bug Fixes
- remove outdated test_coverage dependency (fd6fd58)
- treewide: format code using dartfmt (db74783)
- extractor: remove debug print statement (0fca8c5)
- ratios: fix splitting on whitespace (f8dc2b6)
Documentation
- fuzzywuzzy: add information about getters for generic lists (f8cbb6a)
- readme: update with details about dependencies [skip ci] (e5d7de8)
- readme: add extractor examples to readme (d59546b)
- changelog: update for 0.1.2 [skip ci] (dc315e5)
- readme: generate a CI badge [skip ci] (830b434)
- readme: add a readme detailing usage (5f19d9a)
Tests
Code Refactoring
- use explicit type parameters in tests/example (ffcac28)
- diffutils: remove unnecessary
new
keyword (684bcf1) - diffutils: remove unused code (866186e)
Chores
- publish: bump package version (ade8d1c)
- build: bump dependencies (db4cdfd)
- publishing: bump package version (b710193)
- bump package version [skip ci] (cac8b84)
- treewide: follow pedantic linter rules (e6783f3)
- bump version, add examples and update changelog (3689312)
- changelog: create a changelog (6c2feab)
- license: license under gplv2 (e0c4a4e)
- fuzzysearch: dartfmt (00fc439)