Skip to content

Releases: laubengaier/Swordinator

v1.2.0

07 Mar 09:24
9680dc5
Compare
Choose a tag to compare
  • add step to the start method to handle initial steps
    • start() changed to start(step: Step)
  • add an id to the coordinator for improved future child removal
  • example: changed login ViewModel to use Coordinated instead of the View itself
  • improved logging styling
  • iOS 13 support

v1.1.0

19 Oct 09:00
16e0447
Compare
Choose a tag to compare
  • changed ParentCoordinated to AnyParentCoordinated
  • AnyParentCoordinated is now used as a generic parent coordinator and ParentCoordinated is used with parent specified as Coordinator to add some functionalities

v1.0.0

14 Oct 04:55
Compare
Choose a tag to compare

Functional framework + demo