underscore-java v1.56 Release Notes

Release Date: 2020-07-03 // almost 4 years ago
    • โž• 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().