Skip to content

Releases: javadev/underscore-java

Version 1.42

01 Mar 06:12
Compare
Choose a tag to compare
  • Added U.shortestPathAllKeys(string[]).
  • Fixed pmd warnings.

Version 1.41

01 Feb 02:29
Compare
Choose a tag to compare
  • Added U.count(iterable, predicate).
  • Fixed U.fromXmlWithoutNamespaces(string).
  • Added check for #item in U.get(map).

Version 1.40

01 Jan 07:21
Compare
Choose a tag to compare
  • Improved processing instruction node support.
  • Improved external dtd processing in U.fromXml(string).

Version 1.39

01 Dec 07:51
Compare
Choose a tag to compare
  • Improved format xml without header.
  • Improved Euro generation in U.toXml(map).
  • Improved standalone parser in xml header.
  • Added Xml.fromXmlWithoutNamespaces(string).
  • Added U.fromXmlWithoutAttributes(string) and U.fromXmlWithoutNamespacesAndAttributes(string).
  • Added processing instruction node support.

Version 1.38

01 Nov 01:26
Compare
Choose a tag to compare
  • Added self-closing xml element support.
  • Improved nested array support.
  • Added Optional.isEmpty().
  • Improved support for xml with dtd.
  • Improved U.every(list, pred).

Version 1.37

30 Sep 23:39
Compare
Choose a tag to compare
  • Added ident support for U.xmlToJson(string) and U.jsonToXml(string).
  • Improved support for text and comments in U.fromXml(string).
  • Added U.formatXml(string) and U.formatJson(string) methods.
  • Improved U.range(start, stop), updated underscore.js with version 1.91.
  • Added sonarcloud support.

Version 1.36

01 Sep 01:20
Compare
Choose a tag to compare
  • Merged math and string modules to the lodash package.
  • Added attributes support for U.fromXml(string) and U.toXml(map).
  • Improved escape in U.toXml(object).
  • Added U.xmlToJson(string) and U.jsonToXml(string) methods in lodash.

test

15 Aug 14:07
333c628
Compare
Choose a tag to compare

Java/swing desktop application with extended xml to json, yaml or csv and json to xml, yaml or csv converter.

Version 1.35

02 Aug 19:47
Compare
Choose a tag to compare
  • Math module was moved to the main package.

Version 1.34

01 Jul 03:52
Compare
Choose a tag to compare
  • Renamed main class from $ to the U.
  • Added jdk 9 and jdk 10 support in travis-ci.