4.0.0-beta3
Pre-release
Pre-release
- Rewrote most tests in full Kotlin
- Some bug fixes
- Update to 1.5.0-2 of Kotlin
- Update to compile with API 25 + 2.2.3 of Gradle plugin
- Simplified
ForeignKeyReference
annotation when specifying it in the@ForeignKey
. Removed :columnType()
,referencedFieldIsPrivate()
,
referencedFieldIsPackagePrivate()
,referencedGetterName()
, andreferencedSetterName()
since we already were grabbing the referenced definition in the processor. This will eliminate need for those fields and should make simple headaches go away! - If DB gets closed, we reopen it next time we use it in the lib.
- Add Selection args to
StringQuery
- Fixed an issue where multiple modules may have been broken.