underscore-java v1.59 Release Notes

Release Date: 2020-10-01 // over 3 years ago
    • Added U.xmlToJson("<a/>", U.Mode.REPLACE_SELF_CLOSING_WITH_EMPTY).
    • Introduced U.of(1, 2, 3) // or java.util.Arrays.asList(1, 2, 3) or new Integer[] {1, 2, 3} and toList().
    • 🛠 Fixed initialization error.