All Versions
5
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v0.2.1 Changes

    • ๐Ÿ‘Œ Support entity inheritence
    • Defining the inverse for a relationship is now optional
    • ๐Ÿ‘ modelgen now supports file includes, which allows breaking up model into multiple files.
    • ๐Ÿ› Bug fixes and performance improvements
  • v0.1.3 Changes

    • ๐Ÿ›  Fixed exception when using 'null' in comparisons (Issue #6).
    • โšก๏ธ Update project to use latest android-gradle settings.
    • ๐Ÿ‘‰ Use Java generics for a ManagedObject-based collection.
    • ๐Ÿ›  Fixed crash when model does not define relationships.
    • Sources are now published to Maven repo too.
  • v0.1.2 Changes

    • ๐Ÿ‘Œ Support 'null' keyword in predicates (e.g. "name == null")
    • ๐Ÿ‘Œ Support querying for a specific object instance (currently, predicate can only be built via ExpressionBuilder, but not yet via expression parser)
  • v0.1.1 Changes

    • โž• Add support for Double / Float types (be sure to use latest version of modelgen)
  • v0.1.0 Changes

    • ๐ŸŽ‰ Initial release.