Skip to content

0.9.6

Choose a tag to compare

@tomxor tomxor released this 22 Jul 11:54
· 187 commits to master since this release
  • NOTE: This release introduces backwards incompatible changes to any existing database schemas, when updating make sure to bump the dbVersion attribute on your Space, in order to apply a migration.
  • New: Support using a pre-existing vault database with the copyPath attribute on @Space.
  • New: Compiler now injects static $Fields class to every model, reflecting the model's column names.
  • New: Add Asset.Fields class.
  • New: Add BaseFields class with common resource column names.
  • Changed: Use contentful.java v4.0.0.
  • Changed: Proguard configuration update to keep generated $Fields classes.
  • Fixed: Add missing asset metadata: title, description and file map.