Roomigrant Versions Save

Automated Android Room ORM migrations generator with compile-time code generation

0.3.4

3 years ago

Fixes: #21 - Build error with version 0.3.3

0.3.3

3 years ago

Fixed: #19 - The dollar symbol is being escaped when a field's name is changed

0.3.2

3 years ago
  • [#14] Table names with a - leads to invalid code generation

0.3.1

3 years ago
  • fixed artefacts version

0.3.0

3 years ago
  • added views support

0.2.0

3 years ago
  • switched to modern libraries
  • generated buildScheme function can exceed the 64kb size limit bug

0.1.7

5 years ago
  • added scheme builder

0.1.6

5 years ago
  • added support for multiple OnMigrationEndRule or OnMigrationStartRule annotations on same migration

0.1.5

5 years ago
  • added OnMigrationEndRule and OnMigrationStartRule
  • removed BeforeMigrationRule and AfterMigrationRule
  • moved FieldMigrationRule to *.rules package

0.1.4

5 years ago
  • added BeforeMigrationRule and AfterMigrationRule