Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

v1.2.0

Latest
Compare
Choose a tag to compare
@nlutsenko nlutsenko released this 15 Sep 20:31
· 7 commits to master since this release

KVOController now requires Xcode 8.0+

New

  • Added key path information to change dictionary of FBKVONotificationBlock.
    #114 by @tettoffensive

Improved

  • Make observer property on FBKVOController nonatomic.
    #105 by @nlutsenko
  • Replace all usage of OSSpinLock with pthread_mutex.
    #109 by @nlutsenko

Fixed

  • Add missing documentation and designated initializer declaration on FBKVOController.
    #106, #110 by @nlutsenko
  • Fixed compile error when using FBKVOKeyPath macro in C++ projects.
    #117 by @nandor