Skip to content

Releases: javadev/underscore-java

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.

Version 1.33

01 Jun 05:19
Compare
Choose a tag to compare
  • Added support for $.reduce(iterable, function) and $.reduceRigth(iterable, function).
  • Added $.groupBy(iterable, function, binaryOperator) method.

Version 1.32

01 May 06:10
Compare
Choose a tag to compare
  • Added support for the $mapIndexed() and $.forEachIndexed() methods.
  • Added $.createLRUCache(capacity) method in lodash module.
  • Added $.fromXmlMakeArrays(xml) method in lodash module.

Version 1.31

01 Apr 07:43
Compare
Choose a tag to compare
  • Renamed Block with Consumer and Function with Supplier.
  • Replaced Function1 with Function, remove Function2 and Function4.
  • Moved lodash plugin to the main module.
  • Renamed FunctionAccum with BiFunction.