Releases: SchwarzIT/crystal-map
Releases · SchwarzIT/crystal-map
3.1.0
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
changed generated code to Kotlin
API changes for better usability
generated property names are now camelcased again
2.2.1
fixed issue with constant, changes and defaults
2.2.0
changed api to be more user friendly
added interface for toMap
added support for primitive types
2.1.1
fixed _id handling in couchbase connector
2.1.0
fixed bugs in CouchbaseConnector
implemented TypeConversion to customize EntityField<>DatabaseField mapping
2.0.1
added connector library to artifacts
2.0.0
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
fixed bug in CblDefault handling