Rightpoint / RZImport

Automatic importing of data from NSDictionary to Cocoa objects
Other
18 stars 6 forks source link

Need ability to ignore key paths #11

Closed mgorbach closed 10 years ago

mgorbach commented 10 years ago

Two related features:

  1. Caching would be good so that RZImport doesn't re-spew the same log message repeatedly for a given key.
  2. It would be good to be able to explicitly designate ignored keys, since sometimes you don't need everything the API returns, and sometimes you are in a development stage where the app is not "ready" for all the keys, yet. We don't want to logs to clog up the development process at that point.
mgorbach commented 10 years ago

/cc @ndonald2

ndonald2 commented 10 years ago

@mgorbach Implemented in 1.1.0