Skip to content

Releases: javaquery/util

Release:1.0.5

08 Apr 10:19
23602f3

Choose a tag to compare

  • Code formatted as per google-code-format
  • optDate in JSONObject
  • current() method to get new Date object
  • equals(a, b) method added in Objects

Release:1.0.4

26 Mar 03:42
0fe1217

Choose a tag to compare

JSONObject
Uses org.json.JSONObject and provides facility to optValue at any path in JSONObject, like items.item[0].batters.batter[2].available

Console

  • log: Provides replacement of System.out.println().
  • error: Provides replacement of System.err.println().
  • read: read line from console.

Release:1.0.3

03 Mar 09:11

Choose a tag to compare

Collections

  • isCollectionEqual
  • getCardinalityMap
  • CardinalityHelper.java

UniqueIdGenerator

  • UniqueIdGenerator: similar to firebase pushIds

JFile

  • provide vanilla functionality on java.io.File object. [getExtension, read, write, append and rename file.]

Release:1.0.1

03 Feb 07:35

Choose a tag to compare

  • Files util
  • Code format
  • slf4j dependency added

Release:1.0

28 Jan 12:06
9b1b70b

Choose a tag to compare

Release has basic util classes.

  • Collection, Date, Object, String and Regex