All Versions
44
Latest Version
Avg Release Cycle
91 days
Latest Release
-

Changelog History
Page 3

  • v1.0.0-rc1 Changes

    • Kotlin module
    • ๐Ÿ‘Œ Support global custom table / column naming
    • ๐Ÿ›  Fix self referencing table when used in a relationship
    • ๐Ÿ›  Fix relational column ordering when using a set
  • v1.0.0-beta9 Changes

    • ๐Ÿ‘Œ Support substr() function
    • ๐Ÿ‘Œ Support sub selects in join queries
    • ๐Ÿ‘Œ Support generation of metadata only classes
  • v1.0.0-beta8 Changes

    • ๐Ÿ‘Œ Support foreign key references in queries
    • ๐Ÿ›  Fix create result iterator only when Observable is subscribed
  • v1.0.0-beta7 Changes

    • ๐Ÿ‘Œ Support @Superclass and @MappedSuperclass entity inheritance
    • ๐Ÿ›  Fix Observable not triggered when deleting a entity
  • v1.0.0-beta6 Changes

    • ๐Ÿ”„ Change behavior of toSelfObservable to use PublishSubject
  • v1.0.0-beta5 Changes

    • ๐Ÿ‘Œ Support primitive byte type specialization
  • v1.0.0-beta4 Changes

    • ๐Ÿ‘Œ Support query expressions on right side of conditions
    • ๐Ÿ›  Fix missing imports in generated code
  • v1.0.0-beta3 Changes

    • ๐Ÿ‘Œ Support for @AutoValue types
  • v1.0.0-beta23 Changes

    • ๐Ÿ‘Œ Support global entity state change listeners
    • ๐Ÿ‘Œ Support Tuple result in Android query adapter
    • ๐Ÿ›  Fix NPE in query generation for MS SQL
    • ๐Ÿ›  Fix read timeout on Android when using toSelfObservable
    • ๐Ÿ›  Fix reserved name checks for table & column names
  • v1.0.0-beta22 Changes

    • ๐Ÿ‘Œ Support Rx type changes for update queries
    • ๐Ÿ›  Fix RowCountException when deleting cascading entity
    • ๐Ÿ›  Fix ClassCastException when using CompositeKey