Skip to content

Commit 0346b12

Browse files
committed
updated readme and changelog for 0.4.2 release
1 parent 2e3793c commit 0346b12

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.4.2 - 2019-08-09
8+
### Added
9+
- Element.Builder.setValue overridden to accept Object Type
10+
### Removed
11+
- Match.childScores is dropped to reduce memory footprint.
12+
### Changed
13+
- ScoringFunction changed to BiFunction from Function. It takes a List<Score> of childScores as the second input.
14+
This allows childScores to be stored in function stack when score is evaluated instead of the heap, and reduces the overall memory footprint of the library
15+
716
## 0.4.1 - 2019-07-03
817
### Fixed
918
- Reduced memory footprint by removing tokens not meeting match threshold

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The library is pusblished to maven central
118118
<dependency>
119119
<groupId>com.intuit.fuzzymatcher</groupId>
120120
<artifactId>fuzzy-matcher</artifactId>
121-
<version>0.4.1</version>
121+
<version>0.4.2</version>
122122
</dependency>
123123
```
124124

0 commit comments

Comments
 (0)