Releases: darkredz/Zeko-Data-Mapper
Releases · darkredz/Zeko-Data-Mapper
v1.6.2
update with latest version of jasync 1.1.5 and vertx 4.0.0
v1.6.1
update with latest version of jasync 1.0.17 and vertx 3.9.0
v1.5.10
Merge pull request #11 from darkredz/dev
update logo
v1.5.9
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
- mapStruct() to accept MapperConfig instance
- added mapTo() method in MapperConfig for POJO mappings
v1.3
Support for Vert.x common sql interface query results (List of JsonArray)
v1.2
- 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
allow data mapper map() method to accept MapperConfig instance