0.9.6
·
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
dbVersionattribute on yourSpace, in order to apply a migration. - New: Support using a pre-existing vault database with the
copyPathattribute on@Space. - New: Compiler now injects static
$Fieldsclass to every model, reflecting the model's column names. - New: Add
Asset.Fieldsclass. - New: Add
BaseFieldsclass with common resource column names. - Changed: Use contentful.java v4.0.0.
- Changed: Proguard configuration update to keep generated
$Fieldsclasses. - Fixed: Add missing asset metadata: title, description and file map.