v2.1.0
This minor update polishes some rough edges in v2.0.0 and introduces a minor feature:
- State Transitions are now protected by an
NSRecursiveLock
to guard against concurrent transitions from competing threads. - Several typos and inconsistencies in the README.md documentation has been updated
- The test suite was upgraded to XCTest
- The CLI test execution was switched from xctool to xcpretty
The release has been published to CocoaPods and is immediately available. No breaking API changes were introduced.