-
+mappingsare now a class method! -
Added support for variadic arguments in
+where:,+find:, and+countWhere:. (This also removes the now-redundant+whereFormat:.)
-
Formatted arguments now use
+predicateWithFormat:instead of+stringWithFormat:(to enforce proper predicate quoting). -
+find:now supports predicates.
- Added model mappings. Vanilla snake_case to camelCase happens automatically.
For custom keys, override
-mappingsin yourNSManagedObjectsubclass.