Skip to content

Releases: drekka/Machinus

Last before SPM

23 Nov 01:19
dc59d87
Compare
Choose a tag to compare

This is the current state of the master branch as at v0.2.1 which is a major refactor.

Refactor and redesign

28 May 10:08
412368d
Compare
Choose a tag to compare

The Machinus class now conforms to Publisher so that it can be used as a source of events for Combine.
Redesigned the public API for ease of use.

Re-working background state

02 Apr 13:40
3755a02
Compare
Choose a tag to compare

Reworked the background state so that it only runs its own actions when transitioning. This allows actions on other states to avoid having to account for a background transition.

Doco refactor

28 Mar 13:13
e77f81f
Compare
Choose a tag to compare
Merge pull request #4 from drekka/develop

Tweaking final and updating doco

Swift 5.0

26 Mar 10:14
5220d51
Compare
Choose a tag to compare
0.1.0

Swift 5.0

Swift 4.2

26 Mar 10:17
Compare
Choose a tag to compare
0.0.4

Final and background states.