Releases: lumiasaki/SceneBox
Releases · lumiasaki/SceneBox
0.4.1
In this release, we simplify the configuration process for SceneBox
, now developers can use an simpler way to initialize a box.
For more details, check this PR: #14
0.3.0
In this release, we bring key path to shared state extension, to allow developers can use a safer way to share state between different scenes.
For more details, check this PR: #11
0.2.2
CHANGE LOG:
- Add property wrapper for injection purpose to SharedStateExtension.swift.
- Fixed problems when pushing from initial scene to next one.
0.1.0
Change Log
- First release of SceneBox, includes fundamental extensions and capabilities.