Skip to content

Releases: darkredz/Zeko-Data-Mapper

v1.6.2

23 Dec 03:26
e73562a
Compare
Choose a tag to compare

update with latest version of jasync 1.1.5 and vertx 4.0.0

v1.6.1

28 Apr 11:04
d85772d
Compare
Choose a tag to compare

update with latest version of jasync 1.0.17 and vertx 3.9.0

v1.5.10

13 Apr 09:24
fba9119
Compare
Choose a tag to compare
Merge pull request #11 from darkredz/dev

update logo

v1.5.9

05 Apr 17:55
Compare
Choose a tag to compare

Published on maven central repository.
Add extensions methods on vertx, j-async, and java.sql ResultSet toMaps()
Allow select of fields without predefined table
Breaking changes: rename of class packages and removal of PHP(quercus) array support

v1.4.1

22 Dec 07:23
Compare
Choose a tag to compare
  • mapStruct() to accept MapperConfig instance
  • added mapTo() method in MapperConfig for POJO mappings

v1.4

13 Dec 07:24
Compare
Choose a tag to compare

Add mapping to POJO

v1.3

18 Dec 16:26
7b1a9c0
Compare
Choose a tag to compare

Support for Vert.x common sql interface query results (List of JsonArray)

v1.2

17 Dec 08:03
635ddd2
Compare
Choose a tag to compare
  • add DateTimeHelper for easily convert joda time objects in result set to date string format or unix timestamp.
  • add ResultSetHelper class to map data from Jasync queries result to the structure needed by DataMapper.
  • add Select class to manage and generate sql fields/alias in select statement

v1.1

16 Dec 11:56
18ca72c
Compare
Choose a tag to compare

allow data mapper map() method to accept MapperConfig instance

v1.0

12 Dec 17:36
Compare
Choose a tag to compare

Initial release