All Versions
25
Latest Version
Avg Release Cycle
53 days
Latest Release
1473 days ago

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 from Observable to Maybe
    • ๐Ÿ†• New: Add automatic schema migration for tables and indices on submodules
  • 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 to Select#asColumn as it was conflicting with kotlin reserved keywords
    • ๐Ÿ†• New: Add support for raw UPDATE and DELETE statements
    • ๐Ÿ›  Fix: Generic types parsing for transformers
  • 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.
  • 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