Skip to content

Releases: javaquery/util

Release 1.2.7

20 Jan 10:15
79d8f40

Choose a tag to compare

What's Changed

Full Changelog: 1.2.5...1.2.7

Release 1.2.5

23 May 05:57

Choose a tag to compare

Changes: #14

Full Changelog: 1.2.4...1.2.5

Release 1.2.4

13 Mar 14:28

Choose a tag to compare

Full Changelog: 1.2.3...1.2.4

Release 1.2.3

13 Mar 14:07

Choose a tag to compare

Full Changelog: 1.2.2...1.2.3

Release 1.2.2

09 Oct 11:19

Choose a tag to compare

  • logback version upgrade
  • ExecutionContext enhancement

Release: 1.2.1

06 Jun 07:51

Choose a tag to compare

  • gradle version upgrade
  • Strings.equalsIgnoreCase
  • interfaces
  • JSONObject put value

Release: 1.2.0

22 Apr 10:10
06d4dff

Choose a tag to compare

  • JHashMap: Build on top of HashMap. Provide you extra functionality to opt values.
  • ExecutionContext: Help you to transfer data between method calls and log extra details.
  • CommonResponse: Build common http response object.

Release: 1.0.7

24 Dec 06:38
dafd9a9

Choose a tag to compare

  • AbstractRuntimeException: Useful constructor to define any runtime exception
  • ParameterAwareException: Useful when you want to log parameters provided in method. That helps you debug issue faster.
  • Strings: equals, notEqual, equalsIgnoreCase method included.

Release: 1.0.6.1

26 Nov 03:55
c0d6699

Choose a tag to compare

  • set sourceCompatibility to JDK 1.8

Release:1.0.6

15 Nov 04:58
a086b83

Choose a tag to compare

  • LogBuilder
  • ExecutableFunction for util methods in String and Collection
  • String normalize and hasDiacritics method
  • Provided access to java.util.Collections singleton and empty collection methods