Skip to content

Releases: javadev/underscore-java17

Version 1.50

01 Sep 02:51
557c039
Compare
Choose a tag to compare
  • Substituted the customized Optional with java.util.Optional
  • Updated junit
  • Improved json parser tests

Version 1.49

01 Aug 00:32
f43dd49
Compare
Choose a tag to compare
  • The interfaces have been relocated within the Underscore class
  • XML attribute parser has been enhanced

Version 1.48

02 Jul 03:07
Compare
Choose a tag to compare
  • Improved Optional
  • Removed methods Underscore.topNCompetitors() and Underscore.minimumDays()
  • Updated appveyor.yml

Version 1.47

01 Jun 11:30
Compare
Choose a tag to compare
  • Improved maven plugins
  • Removed Json.Type.JAVA
  • Optimized json generation
  • Improved JSON serialization

Version 1.46

01 May 05:56
Compare
Choose a tag to compare
  • Improved U.fetch() and U.downloadUrl()
  • Added com.github.underscore.XmlBuilder

Version 1.45

01 Apr 02:12
Compare
Choose a tag to compare
  • Updated maven dependencies
  • Fixed Idea warnings

Version 1.44

01 Mar 02:44
Compare
Choose a tag to compare
  • Replaced class Tuple with Map.Entry
  • Removed class Trie and methods U.gcd(), U.findGcd()
  • Fixed pack configuration

Version 1.43

01 Feb 02:09
311883e
Compare
Choose a tag to compare
  • Improved modes for U.xmlToJson() and U.jsonToXml() methods
  • Added methods U.xmlOrJsonToXml() and U.xmlOrJsonToJson()

Version 1.42

01 Jan 23:36
Compare
Choose a tag to compare
  • Added method U.fromXmlWithoutNamespacesMap().
  • Improved json to xml without attributes.

Version 1.41

01 Dec 04:11
Compare
Choose a tag to compare
  • Added methods U.selectToken(map, expression) and U.selectTokens(map, expression).
  • Updated readme.