All Versions
44
Latest Version
Avg Release Cycle
91 days
Latest Release
-
Changelog History
Page 4
Changelog History
Page 4
-
v1.0.0-beta21
- ๐ Support for @Embedded types
- ๐ Support 'is' prefix for boolean getters
- ๐ Support compile time validation of many-to-one & one-to-many mapping
- ๐ Fix possible Constraint violation in One-to-Many insert
- ๐ Fix invalid UUID conversion
- ๐ Fix query/update of a relational field that is also used as a key
-
v1.0.0-beta20
- ๐ Fix possible StackOverflow in One-to-Many insert
- ๐ Fix possible closed Result in toObservable()
- ๐ Fix ClassCastException for key attributes that are also entity references
- ๐ Fix Android default proguard rules for SQLCipher/SQLite support
-
v1.0.0-beta2
- ๐ Support SQLCipher on Android
-
v1.0.0-beta19
- ๐ Support self referential entity types
- ๐ Fix cascading upsert for relational entities
- ๐ Fix foreign key column not included in default selection in some cases
- ๐ Fix findByKey defaults to returning null if entity not present
- ๐ Fix Android default proguard rules
-
v1.0.0-beta18
- ๐ Support relational type changes in rx toSelfObservable
- ๐ Fix @Entity.name not taking effect for the generated class name
- ๐ Fix cascading upsert for relational entities
- ๐ Fix entity state listeners not add from @Superclass types
- ๐ Fix annotations only looked up when added directly from the annotation processor
- ๐ Fix Type.singleKeyAttribute not available until keyAttributes was called
-
v1.0.0-beta17
- ๐ Support @OrderBy annotation for ordering relations in entities
- ๐ Support separate query expression for foreign keys using the key raw type
- ๐ Support @JunctionTable#type value that allows the junction table to be manually specified
- ๐ Fix @Superclass non-annotated fields/methods ignored
- ๐ Fix issues when generating from an Kotlin interface/data class
-
v1.0.0-beta16
- ๐ Support generating entity types from Kotlin abstract and data classes
- ๐ Support non integer key types in generated join tables
- ๐ Support @CheckReturnValue to add IDE warnings for methods that require additional calls
- ๐ Support iterable overloads for update/upsert
- ๐ Support additional validations of @OneToOne relationships
- ๐ Fix stackoverflow exception in cascade reference
- ๐ Fix null mapping instance in reader/writer classes in certain cases
-
v1.0.0-beta15
- ๐ Fix generated SQL incorrect in some non-US locales
- ๐ Fix several issues when using immutable types
- ๐ Fix RxJava type changes not serialized
- ๐ Fix Android library publish
- ๐ Fix Android table not existing error on database first created w/ WAL mode
-
v1.0.0-beta14
- ๐ Support for generating mappings for final/non-extendable classes
- ๐ Support raw query parameter expansion
- ๐ Fix cascade saving of entities in update
- ๐ Fix upsert for CompletableEntityStore
- ๐ Fix entity parceling on Android
-
v1.0.0-beta13
- ๐ Support non observable collections in relations
- Annotation processor dependencies shadowed to prevent conflicts with other libraries