Skip to content

Releases: ImangazalievM/ReActiveAndroid

v. 1.4.3

07 Jun 10:46
Compare
Choose a tag to compare
  • Fixed bug with converting boolean arguments

v. 1.3.2

02 Feb 14:56
Compare
Choose a tag to compare
  • Changed the setRequireMigration method to disableMigrationsChecking in DB config
  • Added static methods save and saveAsync into Model class
  • Fixed bugs

v1.2.1

02 Dec 19:12
Compare
Choose a tag to compare
  1. Added One-To-Many relation support
  2. Added QueryColumn annotation instead Column in QueryModel
  3. Fixed bugs

v1.1.0

10 Nov 17:32
Compare
Choose a tag to compare
  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