Skip to content

Releases: Zhuinden/realm-auto-migration

Realm Auto Migration 0.1.1

21 Dec 02:04
60154ad
Compare
Choose a tag to compare
Pre-release

Fix a bug in handling adding RealmList fields (introduced when adding primitive list support...)

Realm Auto Migration 0.1.0

26 Oct 11:17
Compare
Choose a tag to compare

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.

Realm Auto Migration 0.0.1

07 Oct 03:35
Compare
Choose a tag to compare
Pre-release

Realm Auto Migration 0.0.1 (2017-10-07)

  • First version of Realm Auto Migration.

This release is created because it still supports Realm 3.7.2, and it contains all code needed to match the schema against existing RealmModels.