Releases: javadev/underscore-java17
Releases · javadev/underscore-java17
Version 1.14
- Improved U.update(map1, map2).
- Updated dependent libraries.
Version 1.13
- 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
- Added U.containsWith(iterable, element).
Version 1.10
- 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
- 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
- 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
- Added method U.set(map, path, value).
- Added method U.replaceSelfClosingWithNull(map).
- Improved method U.removeMinusesAndConvertNumbers(map).
Version 1.6
- Added method U.removeMinusesAndConvertNumbers(map).
- Added mode support for the U.xmlToJson(xml).
Version 1.5
- Added support for Optional.filter(predicate).
Version 1.4
- Fixed unexpected return null in Xml.getRootName(localMap).