You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+14
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## 1.0.3 - 2020-04-14
8
+
### Added
9
+
- MatchService.applyMatchByGroups new service method to return groups of Matches.
10
+
Eg. A matches with B and B with C, all of them appear in the same group (set of matches)
11
+
12
+
### Changed
13
+
- Token class now supports Generics for value instead of Object
14
+
- TokenizerFunction and PreProcessing Functions are no longer functional interface, but instead a Java Class with static methods that return standard java functions.
15
+
- ElementType does not take parameters in constructors and is now a simple enumeration. This is to allow easier JNBridge proxies for .net support
16
+
17
+
### Fixed
18
+
- NEAREST_NEIGHBOR match issue with negative numbers and dates (before epoch) https://github.com/intuit/fuzzy-matcher/issues/28
19
+
- NEAREST_NEIGHBOR match not returning multiple matches if the matching value is exactly same.
20
+
7
21
## 1.0.0 - 2020-03-25
8
22
### Added
9
23
- In Element ability to set MatchType (this replaces similarityMatchFunction)
0 commit comments