Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 574 Bytes

CHANGELOG.md

File metadata and controls

23 lines (13 loc) · 574 Bytes

1.5

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.

1.2

Features

  • Added model mappings. Vanilla snake_case to camelCase happens automatically. For custom keys, override -mappings in your NSManagedObject subclass.