v0.0.5
- BREAKING: refactor:
FlowController.state
setter removed in favor ofupdate
(#61) - fix:
FlowController
notification updates to improve back/forth navigation viaBackButton
(#61) - fix: intellisense on
update
to include state argument (#64)- introduce FlowCallback typedef to improve readability and reusability
- Thanks @narcodico for the contribution
- fix: intellisense on
OnGeneratePages
(#72)- Thanks @Lootwig for the contribution