sprinkles v1.3.1 Release Notes

Release Date: 2014-05-31 // almost 10 years ago
    • โž• Added loading of sql statements from raw text files

Previous changes from v1.3.0

    • Major migrations revamp. Migrations are added similar to before but all the sql is written by hand. This was done to fix some big bugs with the old system. More info can be found in issue #67.
    • ๐Ÿšš A lot of annotations have been removed as they were only used for migrations. You will want to change @PrimaryKey -> @Key and @AutoIncrementPrimaryKey -> @AutoIncrement + @Key. The rest of the migrations except @Column and @DynamicColumn have been removed. Specify migration constraints in the migrations.
    • ๐Ÿ›  initLoader has been changed to restartLoader. Lost of subtle bugs fixed by this change