Skip to content

0.12.0

Compare
Choose a tag to compare
@DenTelezhkin DenTelezhkin released this 01 Feb 19:03
· 177 commits to master since this release

Features

  • Added method mapKeyPath:toProperty:withDateFormatter:, that allows specifying NSDateFormatter to be used, when mapping strings to NSDate and reverse.
  • Added NSDateFormatter+EasyMappingAdditions category, that allows getting NSDateFormatter for current thread.
  • Added mapping blocks for converting NSString to NSURL and backwards

Deprecations

  • mapKeyPath:toProperty:withDateFormat: method is deprecated, please use mapKeyPath:toProperty:withDateFormatter: instead.