Releases: jpmhouston/TotalObserver
Releases · jpmhouston/TotalObserver
v0.7.1
v0.7.0
- 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
- 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
- moved some private declarations to some more new private headers
- podspec and readme mention app group notifications
v0.5.0
- added headerdoc documentation for most public methods
- fixed results from
to_observe
methods weren't markednullable
- renamed some init methods and internal typedefs of observation blocks
v0.4.0
- added notifications across application groups
- further project reorganization
v0.3.0
Added outer project that builds framework for Carthage compatibility
v0.2.1
minor fix to properties of kvo observation objects
v0.2.0
- 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
changed SetupShorthand.h to be private header and available if user can figure out how to import it, minor cleanup