Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

ORMDroid 0.40

Latest
Compare
Choose a tag to compare
@roscopeco roscopeco released this 12 Aug 19:33
· 44 commits to master since this release

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.
  • 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.