Releases: SubiyaCryolite/jds
Releases · SubiyaCryolite/jds
v1.170531
- Added support for listeners via four new interfaces:
- JdsPostLoadListener
- JdsPostSaveListener
- JdsPreLoadListener
- JdsPreSaveListener
- New save implementation relies on one SQL connection. This is primarily to assist with SQLites file-locking interrupting embedded object saves, but also for performance.
1.170531b
- New save implementation relies on one SQL connection. This is primarily to assist with SQLites file-locking interrupting embedded object saves, but also for performance.
- Added new enhancement to embedded object array saves as well
- Added support for listeners via four new interfaces:
- JdsPostLoadListener
- JdsPostSaveListener
- JdsPreLoadListener
- JdsPreSaveListener
v1.170514
Save, Load, Delete and Filter implement the Callable interface. Old static methods are now marked deprecated and use blocking .call() implementations in the background. This was to allow for easy async implementations in target applications
v1.170511
Added support for JavaFX Bean value serialization
Redesigned database implementations
v1.170414
Added support for ZonedDateTime, LocalDate and LocalTime. Fixed bug with PostgreSQL implementation not persisting longs.
v1.170405
Correcting initialization method. Added copyright headers to SQL files
v1.170402
Initial release. Preparing setup for maven
v1.170402-SNAPSHOT
Initial snapshot release.
Created for the purpose of testing Maven Repository compatibility