Skip to content

Swift 3.0

Compare
Choose a tag to compare
@vknabel vknabel released this 22 Aug 21:41
· 62 commits to master since this release

2.0.0

Released: 2016-08-22

Breaking Changes:

  • Renamed Project from StateMachine to Finite - @vknabel
  • Renamed StateMachine.triggerTransition(to:) to StateMachine.transition(to:) - @vknabel
  • StateMachine.transition(to:) throws TransitionError and rethrows - @vknabel

API Additions:

Other Changes:

  • Added CocoaPods and Swift Package Manager support - @vknabel
  • Started this CHANGELOG.