ormdroid v0.40 Release Notes

Release Date: 2013-08-12 // over 10 years ago
  • ORMDroid 0.40

    ๐Ÿš€ This is the first packaged release of ORMDroid since 0.20, and introduces the following major features:

    • ๐Ÿ†• New Query API - The new Query API provides a programmatic way of building queries, and shields you from SQL while still allowing you to use string queries if you wish.
    • DateMapper - A community-supplied mapping for java.util.Date objects.
    • 0๏ธโƒฃ No default mapping - The default mapping has been removed. If your code relied on it, you should change it now.
    • ๐Ÿ›  Bugfixes galore - Thanks to community feedback and pull requests, some nasty bugs have been squashed.

    ๐Ÿš€ This release marks the last call for feature requests before 1.0. The next release will be 0.50, which will essentially be the start of testing for the 1.0 cycle.

    ๐Ÿ”Š Check out the changelogs on Github for full details.