Releases: ImangazalievM/ReActiveAndroid
Releases · ImangazalievM/ReActiveAndroid
v. 1.4.3
v. 1.3.2
- Changed the setRequireMigration method to disableMigrationsChecking in DB config
- Added static methods
save
andsaveAsync
into Model class - Fixed bugs
v1.2.1
- Added One-To-Many relation support
- Added QueryColumn annotation instead Column in QueryModel
- Fixed bugs
v1.1.0
- Ability to create model classes without inheritance from Model
- Changed query API for aggregate functions
- Ability to use custom class in select query
- Extracted Unique and Index annotations
- Model/table change notifications
- Some optimizations and bug fixes