Releases: contentful/vault
Releases · contentful/vault
0.9.5
- Fixed: Boolean field values set properly.
- Changed: Missing location/object fields will be set to null instead of empty collections.
0.9.4
- Fixed: Replace
getClass()calls with generated code for link resolution. - Fixed: Escape model field names on inserts.
- Changed: Add
onErrorandonSuccess()methods toSyncCallback.
0.9.3
- New: Resource implementation for equals() and hashCode()
0.9.2
0.9.1
- New:
Assetis nowParcelable. - New: Optional
SyncConfigsetting that causes invalidation of existing data upon sync. - New: Provide direct read-only access to database objects.
- Changed: Use empty collections instead of null for empty arrays / maps.
- Changed: Use contentful.java v2.0.3.
- Changed: contentful.java dependency scope changed to compile.
- Fixed: Link resolution for arrays of resources now works correctly.
- Fixed: Removed incorrect calls to
close()on database objects.