All Versions
2
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v1.5 Changes
💥 Breaking changes
+mappings
are now a class method!➕ Added support for variadic arguments in
+where:
,+find:
, and+countWhere:
. (This also removes the now-redundant+whereFormat:
.)
✨ Enhancements
Formatted arguments now use
+predicateWithFormat:
instead of+stringWithFormat:
(to enforce proper predicate quoting).👍
+find:
now supports predicates.
-
v1.2 Changes
🔋 Features
- ➕ Added model mappings. Vanilla snake_case to camelCase happens automatically.
For custom keys, override
-mappings
in yourNSManagedObject
subclass.
- ➕ Added model mappings. Vanilla snake_case to camelCase happens automatically.
For custom keys, override