Releases: javadev/underscore-java17
Releases · javadev/underscore-java17
Version 1.35
- 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).
Version 1.34
- Added new modes FORCE_REMOVE_ARRAY_ATTRIBUTE_JSON_TO_XML and FORCE_REMOVE_ARRAY_BOOLEAN_NUMBER_ATTRIBUTES_JSON_TO_XML to the U.jsonToXml().
Version 1.33
- Updated appveyor.yml
- Fixed sonar warnings
- Updated spring-boot-example
Version 1.32
- Added methods U.jsonToXml(json, identStep) and U.xmlToJson(xml, identStep).
Version 1.31
- Moved classes from package com.github.underscore.lodash to the com.github.underscore.
Version 1.30
- Fixed encoding problem for POST and PUT requests.
- Added fetch with retry.
- Added FetchResponse.jsonMap(), FetchResponse.xmlMap() and ObjectBuilder.addMap(map) methods.
- Added methods U.objectBuilder().addNull("Key") and U.arrayBuilder().addNull().
- Fixed sonar warnings.
- Migrated to junit 5.
- Updated dependent libraries for spring-boot example.
- Added StringJoiner to generate json.
- Introduced methods U.downloadUrl(url, fileName) and U.decompressGzip(source, target).
Version 1.29
- Added method U.replaceNilWithNull(map).
Version 1.28
- Added U.objectBuilder().fromMap(map).
- Changed default format for json and xml with two spaces.
Version 1.27
- Added codeql analysis support.
- Added new mode FORCE_ADD_ROOT_JSON_TO_XML to the U.jsonToXml(json, mode, [newRootName]).
- Fixed warning Unsafe hostname verification
Version 1.26
- Added windows and sonar builds, added cache maven packages in github actions.
- Renamed com.github.underscore.U with com.github.underscore.Underscore.
- Added new mode REMOVE_FIRST_LEVEL_XML_TO_JSON to the U.xmlToJson() method.