Releases: javadev/underscore-java
Releases · javadev/underscore-java
Version 1.87
- Replaced class Tuple with Map.Entry
- Removed class Trie and methods U.gcd(), U.findGcd()
- Fixed pack configuration
Version 1.86
- Improved modes for U.xmlToJson() and U.jsonToXml() methods
- Added methods U.xmlOrJsonToXml() and U.xmlOrJsonToJson()
Version 1.85
- Added method U.fromXmlWithoutNamespacesMap().
- Improved json to xml without attributes.
Version 1.84
- Added methods U.selectToken(map, expression) and U.selectTokens(map, expression).
- Updated readme.
Version 1.83
- Improved methods U.get(), U.set() and U.remove().
- Added methods U.formatJsonOrXml(text) and U.getTextType(text).
Version 1.82
- Set up minimum java version 11.
Version 1.81
- Fixed semgrep warning
Version 1.80
- Added code analysis semgrep
Version 1.79
- Fixed sonar warnings.
Version 1.78
- Bumpt to the awaitility 4.2.0.
- Added unit tests toJson and toXml.
- Fixed sonar warnings.
- Added methods U.Builder.get(path) and U.ArrayBuilder.get(path).
- Introduced methods U.Builder.isEmpty() and U.ArrayBuilder.isEmpty().
- Added methods U.Builder.size(), U.Builder.update(map), U.ArrayBuilder.size(), U.ArrayBuilder.merge(list).