ReActiveAndroid Versions Save

🚀 Simple and powerful ORM for Android

1.4.3

5 years ago
  • Fixed bug with converting boolean arguments

1.3.2

6 years ago
  • Changed the setRequireMigration method to disableMigrationsChecking in DB config
  • Added static methods save and saveAsync into Model class
  • Fixed bugs

v1.2.1

6 years ago
  1. Added One-To-Many relation support
  2. Added QueryColumn annotation instead Column in QueryModel
  3. Fixed bugs

v1.1.0

6 years ago
  1. Ability to create model classes without inheritance from Model
  2. Changed query API for aggregate functions
  3. Ability to use custom class in select query
  4. Extracted Unique and Index annotations
  5. Model/table change notifications
  6. Some optimizations and bug fixes