Skip to content

Releases: javadev/underscore-java

Version 1.81

02 Sep 13:16
Compare
Choose a tag to compare
  • Fixed semgrep warning

Version 1.80

01 Aug 18:31
Compare
Choose a tag to compare
  • Added code analysis semgrep

Version 1.79

01 Jul 02:41
Compare
Choose a tag to compare
  • Fixed sonar warnings.

Version 1.78

01 Jun 00:48
Compare
Choose a tag to compare
  • 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.77

01 May 02:02
Compare
Choose a tag to compare
  • 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.76

01 Apr 00:54
Compare
Choose a tag to compare
  • Updated appveyor.yml
  • Fixed sonar warnings
  • Updated spring-boot-example

Version 1.75

01 Mar 04:26
Compare
Choose a tag to compare
  • Added methods U.jsonToXml(json, identStep) and U.xmlToJson(xml, identStep).

Version 1.74

01 Feb 00:44
Compare
Choose a tag to compare
  • Moved classes from package com.github.underscore.lodash to the com.github.underscore.

Version 1.73

01 Jan 06:26
Compare
Choose a tag to compare
  • 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.72

01 Dec 03:45
Compare
Choose a tag to compare
  • Added method U.replaceNilWithNull(map).