Releases: javadev/underscore-java17
Releases · javadev/underscore-java17
Version 1.45
- Updated maven dependencies
- Fixed Idea warnings
Version 1.44
- Replaced class Tuple with Map.Entry
- Removed class Trie and methods U.gcd(), U.findGcd()
- Fixed pack configuration
Version 1.43
- Improved modes for U.xmlToJson() and U.jsonToXml() methods
- Added methods U.xmlOrJsonToXml() and U.xmlOrJsonToJson()
Version 1.42
- Added method U.fromXmlWithoutNamespacesMap().
- Improved json to xml without attributes.
Version 1.41
- Added methods U.selectToken(map, expression) and U.selectTokens(map, expression).
- Updated readme.
Version 1.40
- Improved methods U.get(), U.set() and U.remove().
- Added methods U.formatJsonOrXml(text) and U.getTextType(text).
Version 1.39
- Set up minimum java version 11.
Version 1.38
- Fixed semgrep warning
Version 1.37
- Added support for semgrep.
Version 1.36
- Fixed sonar warnings.