Skip to content

4.0.0-beta3

Pre-release
Pre-release
Compare
Choose a tag to compare
@agrosner agrosner released this 12 Dec 00:03
· 887 commits to master since this release
  1. Rewrote most tests in full Kotlin
  2. Some bug fixes
  3. Update to 1.5.0-2 of Kotlin
  4. Update to compile with API 25 + 2.2.3 of Gradle plugin
  5. Simplified ForeignKeyReference annotation when specifying it in the @ForeignKey. Removed : columnType(), referencedFieldIsPrivate(),
    referencedFieldIsPackagePrivate(), referencedGetterName(), and referencedSetterName() 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!
  6. If DB gets closed, we reopen it next time we use it in the lib.
  7. Add Selection args to StringQuery
  8. Fixed an issue where multiple modules may have been broken.