Skip to content

Realm Auto Migration 0.1.0

Latest
Compare
Choose a tag to compare
@Zhuinden Zhuinden released this 26 Oct 11:17
· 2 commits to master since this release

Realm Auto Migration 0.1.0 (2017-10-26)

Upgraded to rely on Realm-Java 4.0.0 and above.

Removed @MigratedField because Realm annotations are now kept for runtime (thanks Realm!).

Renamed @MigratedLink to @MigratedList, and linkType to listType. Removed ? extends RealmModel limitation to support primitive lists.

Added support for primitive lists.

Fixed changing @PrimaryKey from one field to another.