Skip to content

Releases: jpmhouston/TotalObserver

v0.7.1

12 Apr 22:15
Compare
Choose a tag to compare
  • regenerated app group notification shorthand header

v0.7.0

08 Apr 23:45
Compare
Choose a tag to compare
  • improved app group notification, adding "reliable observations"
  • fixed some possible race conditions when received posts while improving efficiency of calling observation blocks
  • fixed some init methods that had the wrong signature

v0.6.0

16 Mar 23:22
Compare
Choose a tag to compare
  • made app group notification convenience post methods return success or failure
  • added script to generate shorthand headers
  • more headerdoc documentation
  • fixed version references in change log

v0.5.1

16 Mar 09:25
Compare
Choose a tag to compare
  • moved some private declarations to some more new private headers
  • podspec and readme mention app group notifications

v0.5.0

15 Mar 00:59
Compare
Choose a tag to compare
  • added headerdoc documentation for most public methods
  • fixed results from to_observe methods weren't marked nullable
  • renamed some init methods and internal typedefs of observation blocks

v0.4.0

10 Mar 09:14
Compare
Choose a tag to compare
  • added notifications across application groups
  • further project reorganization

v0.3.0

16 Dec 02:50
Compare
Choose a tag to compare

Added outer project that builds framework for Carthage compatibility

v0.2.1

05 Dec 06:46
Compare
Choose a tag to compare

minor fix to properties of kvo observation objects

v0.2.0

02 Dec 03:13
Compare
Choose a tag to compare
  • fixed observing self and adding methods for more conveniently doing so
  • added methods for specifying a dispatch queue for running observer's block instead of a operation queue (despite the increasing combinatorial madness)
  • renamed one of the "stop observing" methods for consistency

v0.1.4

14 Nov 08:25
Compare
Choose a tag to compare

changed SetupShorthand.h to be private header and available if user can figure out how to import it, minor cleanup