All Versions
16
Latest Version
Avg Release Cycle
16 days
Latest Release
1207 days ago

Changelog History
Page 1

  • v1.2.1

    December 07, 2020
  • v1.2.0

    July 25, 2020
  • v1.1.8

    May 30, 2020
  • v1.1.7 Changes

    May 07, 2020

    โž• add Any type for between, eq, neq, less, greater, lessEq and greaterEq to be used with data types such as LocalDateTime & ZonedDateTime.
    ๐Ÿ‘Œ support date time conversion from Apache Ignite timestamp.

  • v1.1.6 Changes

    May 06, 2020

    โž• added Merge query

  • v1.1.5

    May 04, 2020
  • v1.1.4 Changes

    April 28, 2020

    โšก๏ธ update jasync version, add more common options for jdbc url parser
    โšก๏ธ update data mapper version

  • v1.1.3 Changes

    April 26, 2020

    โž• Added DuplicateKeyException thrown when duplicate entry occurs with insert/update statements

  • v1.1.0 Changes

    April 14, 2020

    โž• Added Jasync driver to support non-blocking query execution for MySQL and PostgreSQL
    โž• Added Entity class withDefault map to work with data mapper easier

  • v1.0.7 Changes

    April 13, 2020

    โž• Added Insert, Delete, Update query builders and Entity class