Releases: finos/datahelix
Releases · finos/datahelix
v1.3.0-beta
1.3.0 (2019-08-02)
Features
- #1075:
- added comment about fuller character sets (3f3e7b7)
- Removed unused import line (3647ec3)
- Fix up tests for latin character ste restriction (5c30569)
v1.2.3-beta
1.2.3 (2019-08-02)
Bug Fixes
- #1180: Updated Jar Execute tests to explain that they can fail if code incorrectly prints to System.out (224704a)
v1.2.2-beta
1.2.2 (2019-07-31)
Bug Fixes
- #1154:
- Fix RegexStringGenerator - fixed merge issue (655852d)
- Fix RegexStringGenerator - refactored a bit more (45cc4d2)
- Fix RegexStringGenerator - refactored a bit and fixed bug (9dc6e40)
- Fix RegexStringGenerator - removed some comments (91b0ef8)
- Fix RegexStringGenerator numerical overflow bug (061aacc)
v1.2.1-beta
1.2.1 (2019-07-29)
Bug Fixes
- #1126: check if automaton is contradictory when merging string generators (a4b5973)
v1.2.0-beta
1.2.0 (2019-07-29)
Features
- #1162: Add documentation on copyright header in intellij (674cce1)
v1.1.0-beta
1.1.0 (2019-07-26)
Features
v1.0.4-beta
1.0.4 (2019-07-26)
Bug Fixes
- #1156: Improve error message when allOf or anyOf have fewer than two children. (f4eb627)
v1.0.3-beta
1.0.3 (2019-07-26)
Bug Fixes
- #1049: update profile schema so that the 'value' part of a constraint must be a plain string, datetime or number. This gives a better warning message when schema validation is enabled (which it is by default) and the user makes the easy mistake of typing 'value' instead of 'values' for an inSet constraint (0df13f0)
v1.0.2-beta
1.0.2 (2019-07-24)
Bug Fixes
- #1092: Added Retry Checker to the Reductive Walker (the default walker) so that it can no longer get into an infinite loop if the profile is wholly contradictory and the pruner is not able to pick it up (bf9d21e)
- #701: Commit check script (d0e7972)
v1.0.1-beta
1.0.1 (2019-07-23)
Bug Fixes