fmatch 1.4.3 fmatch: ^1.4.3 copied to clipboard
Fuzzy text matching engine for entity screening or person screening against denial lists such as BIS Entity List.
CHANGELOG #
1.4.3 #
- Migrate to Dart 3.4
- Add serverCount to settings.csv
1.4.2 #
- Migrate typedef to extention type
1.4.1 #
- Update packages.
1.4.0 #
- Migrate to Dart 3.3
- Refactoring.
- Performance optimization.
- Remove mutex which should be aquired by upper layers.
1.3.3 #
- Refactoring.
- Performance optimization.
1.3.2 #
- Stop query terms reduction for exact matching.
- Performance optimization.
1.3.1 #
- Bug fix of legal entity type when query is fallen back.
1.3.0 #
- Add path arguments of directories of config and database for initialization.
1.2.1 #
- Relax SDK requirement.
1.2.0 #
- Move
database
andconfig
toassets
1.1.2 #
- Update the package simple_mutex.
1.1.0 #
- Add unnamed constructor to FMatcherP.
1.0.0 #
- Initial version, created by Stagehand.