All Versions
25
Latest Version
Avg Release Cycle
53 days
Latest Release
1077 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.21.0 Changes
March 30, 2018- 🆕 New: Change defaults to meet the most used setups
- 🆕 New: Add better support for views in kotlin
- 🛠Fix: Multimodule builds when main module has no tables and there are more than one submodule
-
v0.20.0 Changes
March 11, 2018- 💥 Breaking: Change
Query#run
return type fromObservable
toMaybe
- 🆕 New: Add automatic schema migration for tables and indices on submodules
- 💥 Breaking: Change
-
v0.19.1 Changes
March 08, 2018- 🆕 New: Add support for database downgrading
-
v0.19.0 Changes
March 03, 2018- 🆕 New: Add support for indices
- 🆕 New: Add automatic schema migration for tables and indices on main modules
- 🛠Fix: Compilation bug with persist operation by column on complex models
-
v0.18.0 Changes
January 21, 2018- 💥 Breaking: Build on top of the Android architecture components Sqlite support library. This allows swapping out the underlying Sqlite implementation to that of your choosing
- 💥 Breaking: Remove
java.util.Date
transformer - 🆕 New: Add support for multi module builds where database models are located across modules
-
v0.17.0 Changes
January 06, 2018- 💥 Breaking: Rename
Select#val
toSelect#asColumn
as it was conflicting with kotlin reserved keywords - 🆕 New: Add support for raw UPDATE and DELETE statements
- 🛠Fix: Generic types parsing for transformers
- 💥 Breaking: Rename
-
v0.16.1 Changes
November 28, 2017- 🛠Fix: Bugs related to support for object(s) update/persist operations with custom WHERE clause by unique column
-
v0.16.0 Changes
November 19, 2017- 🆕 New: Add nullability metadata to column types
- Now every column has metadata about their nullability which makes the whole API even more type safe
- 🆕 New: Add support for object(s) update/persist operations with custom WHERE clause by unique column
- 🆕 New: Add
unaryMinus
method to numeric columns which changes positive values to negative and vice versa - 🆕 New: Add
not
method to expressions which negates the expression.
- 🆕 New: Add nullability metadata to column types
-
v0.15.2 Changes
October 21, 2017- 🛠Fix: Transformation bug in Windows
-
v0.15.0 Changes
September 30, 2017- 🆕 New: Add support for Android Gradle plugin 3.0.0