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

Releases: facebookarchive/KVOController

v1.2.0

15 Sep 20:31
Compare
Choose a tag to compare

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

v1.1.0

28 Mar 20:18
Compare
Choose a tag to compare

KVOController now requires Xcode 7.0+.

New

Improved

  • NSObject+FBKVOController category is now a separate file.
    #36 by @Ashton-W
  • No more warning logged when trying to observe an already observed object.
    #84 by @siyusong

Fixed

v1.0.3

18 Oct 04:14
Compare
Choose a tag to compare
increment podspec version; ready v1.0.3 release

v1.0.2

18 Oct 00:00
Compare
Choose a tag to compare
increment podspec version; ready v1.0.2 release