All Versions
2
Latest Version
1.5
Avg Release Cycle
-
Latest Release
-

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 your NSManagedObject subclass.