Releases: sVoxelDev/ebean-wrapper
Releases · sVoxelDev/ebean-wrapper
v2.5.0
2.5.0 (2020-11-07)
Features
- add convenience Driver class with mappings (41e5a23)
v2.4.0
2.4.0 (2020-11-07)
Features
- simplify defaults for spigot (4c35373)
v2.3.2
2.3.2 (2020-11-04)
Bug Fixes
- migration: append driver identifier to migration path (6bd214c)
v2.3.1
2.3.1 (2020-11-04)
Bug Fixes
- copy dbmigration from using class to temp dir and execute from there (65711a3)
v2.3.0
2.3.0 (2020-11-04)
Features
- expose ebean-wrapper as a spigot plugin (b916329)
v2.2.0
2.2.0 (2020-09-04)
Features
v2.1.0
2.1.0 (2020-08-27)
Bug Fixes
- bypass DriverManager unwilling to load driver from external jar (bec95ea)
Features
- add option to pass a list of entity classes (bcb3217)
v2.0.0
2.0.0 (2020-08-26)
Features
- refactor EbeanWrapper to take a full ebean config (ac87138)
BREAKING CHANGES
- the EbeanWrapper now takes a Config parameter containing all of the needed configuration for the wrapper. Including a full ebean database and/or datasource config.
v1.1.0
1.1.0 (2020-08-25)
Bug Fixes
- driver file is created as directory (b54c533)
- wrong h2 driver download url (dd785f2)
Features
- allow customizing the driver location (fd27b3d)
v1.0.0
1.0.0 (2020-08-25)
Features
- create EbeanWrapper with driver download functionality (c12b7e3)