1.2.0 (2024-08-15)
- releaserc: include pubspec yaml in git update (f60fd44)
- packages: bump major versions for lints and analyzer (2013cee)
1.1.7 (2024-08-15)
- ratio: handle NaNs (5a79f53)
1.1.6 (2023-06-23)
- changelog: include older changelog (0b18b7a)
1.1.5 (2023-06-23)
- ci: use semantic-release instead of go-semantic-release (6d84689)
- treewide: master -> main (1f1af68)
- treewide: remove unnecessary code (4bd256b)
- treewide: fix analyzer issues (47e30949)
- test: test against sdk>3.x (f5699e34)
- ci: test against a matrix of dart versions (d740510a)
- ci: add semrelrc (341bfb9a)
- treewide: update dependencies (2d2eb08a)
- add support for non ascii characters (fc70dd42)
- ci: update changelog file on release (46d77872)
- bump version (3928c1c2)
- update dependencies (d1f8fcbf)
- release 0.1.7 (28bc6b53)
- extraction: add support for generic list types (f1d0d246)
- extraction: add extractors (29e345e4)
- algorithms: implement weighted ratio (7aa2c0eb)
- diffutils: finish diffutil implementation (d48ad62f)
- remove outdated test_coverage dependency (fd6fd58f)
- treewide: format code using dartfmt (db747832)
- extractor: remove debug print statement (0fca8c5e)
- ratios: fix splitting on whitespace (f8dc2b6c)
- fuzzywuzzy: add information about getters for generic lists (f8cbb6a2)
- readme: update with details about dependencies [skip ci] (e5d7de87)
- readme: add extractor examples to readme (d59546b5)
- changelog: update for 0.1.2 [skip ci] (dc315e5a)
- readme: generate a CI badge [skip ci] (830b4342)
- readme: add a readme detailing usage (5f19d9a8)
- add tests for extractors (72e126dc)
- add tests and code coverage (c316f470)
- use explicit type parameters in tests/example (ffcac28a)
- diffutils: remove unnecessary
new
keyword (684bcf18) - diffutils: remove unused code (866186e3)
- publish: bump package version (ade8d1c8)
- build: bump dependencies (db4cdfdd)
- publishing: bump package version (b7101931)
- bump package version [skip ci] (cac8b84a)
- treewide: follow pedantic linter rules (e6783f32)
- bump version, add examples and update changelog (36893128)
- changelog: create a changelog (6c2feaba)
- license: license under gplv2 (e0c4a4ef)
- fuzzysearch: dartfmt (00fc4391)
- actions: add action to generate github releases (83d1eaef)
- add github actions workflow (36231589)
- Bump dependencies
- Remove outdated packages
- Bump dependencies
- Check if priority queue is empty instead of relying on exceptions
- Bump dependencies
- Use explicit type parameters in test and examples
- Add support for extraction from generic lists
- Add tests for generic lists
- Update docs with information about generic types
- Update readme with more accurate info
- Add extractors
- Add tests for extractors
- Improve documentation for ratio algorithms
- Add unit tests
- Follow dart file conventions
- Remove unused code
- Remove instances of unnecessary
new
keyword
- Add examples
- Fix a bug where string splitting would throw an exception
- Initial release