Skip to content

Releases: SchwarzIT/crystal-map

3.1.0

23 Jun 06:41
e157385
Compare
Choose a tag to compare

implemented Query annotation to find entities based on a Query

implemented GenerateAccessor annotation to connect static functions/properties from annotated base class to the generated entity

3.0.5

14 Nov 13:26
Compare
Choose a tag to compare
3.0.5 Pre-release
Pre-release

changed generated code to Kotlin

API changes for better usability

generated property names are now camelcased again

2.2.1

22 Jul 07:57
Compare
Choose a tag to compare
2.2.1 Pre-release
Pre-release

fixed issue with constant, changes and defaults

2.2.0

18 Jul 10:20
0fc2a9a
Compare
Choose a tag to compare
2.2.0 Pre-release
Pre-release

changed api to be more user friendly

added interface for toMap

added support for primitive types

2.1.2

18 Feb 07:25
359a2f4
Compare
Choose a tag to compare
2.1.2 Pre-release
Pre-release

2.1.1

28 Jan 13:30
Compare
Choose a tag to compare
2.1.1 Pre-release
Pre-release

fixed _id handling in couchbase connector

2.1.0

24 Jan 12:52
5a8b0fb
Compare
Choose a tag to compare
2.1.0 Pre-release
Pre-release

fixed bugs in CouchbaseConnector

implemented TypeConversion to customize EntityField<>DatabaseField mapping

2.0.1

18 Jan 15:05
Compare
Choose a tag to compare
2.0.1 Pre-release
Pre-release

added connector library to artifacts

2.0.0

18 Jan 12:44
95d697d
Compare
Choose a tag to compare
2.0.0 Pre-release
Pre-release

database independent (just provide own implementation of PersistenceConfig.Connector)

implemented convert entity to map and map to entity

renamed annotations

@CblChild renamed to @MapWrapper can now be used standalone

1.2.2

09 Apr 05:38
Compare
Choose a tag to compare

fixed bug in CblDefault handling