Skip to content

Releases: javadev/underscore-java17

Version 1.14

01 Aug 03:31

Choose a tag to compare

  • Improved U.update(map1, map2).
  • Updated dependent libraries.

Version 1.13

03 Jul 03:17

Choose a tag to compare

  • Added U.changeXmlEncoding(xml, encoding).
  • Introduced U.setValue(map, key, newValue).
  • Added U.update(map1, map2).
  • Introduced methods U.gcd(value1, value2) and U.findGcd(value1, ... valuen).
  • Improved U.throttle().

Version 1.11

01 Apr 15:43

Choose a tag to compare

  • Added U.containsWith(iterable, element).

Version 1.10

01 Mar 05:00

Choose a tag to compare

  • Fixed U.Builder.toJson() method.
  • Fixed null array json converter.
  • Improved format json and xml with numbers ending with 0.
  • Added U.arrayBuilder().

Version 1.9

01 Feb 03:53

Choose a tag to compare

  • Changed parameter for U.times(count, supplier).
  • Fixed U.camelCase(string).
  • Added method U.countBy(iterator).
  • Fixed runtime error for U.format() on android jvm.
  • Added U.objectBuilder().

Version 1.8

02 Jan 07:42

Choose a tag to compare

  • Added method U.fromXmlMap(string).
  • Added method U.fromJsonMap(string).
  • Added method U.isJsonNumber(string).
  • Fixed U.capitalize() and U.uncapitalize() methods.
  • Added support for type in U.fromJson(string) and U.fromXml(string) methods.
  • Added method U.remove(map, key).

Version 1.7

02 Dec 09:23

Choose a tag to compare

  • Added method U.set(map, path, value).
  • Added method U.replaceSelfClosingWithNull(map).
  • Improved method U.removeMinusesAndConvertNumbers(map).

Version 1.6

01 Nov 20:07

Choose a tag to compare

  • Added method U.removeMinusesAndConvertNumbers(map).
  • Added mode support for the U.xmlToJson(xml).

Version 1.5

03 Oct 13:51

Choose a tag to compare

  • Added support for Optional.filter(predicate).

Version 1.4

01 Aug 03:27

Choose a tag to compare

  • Fixed unexpected return null in Xml.getRootName(localMap).