Skip to content

Releases: lumiasaki/SceneBox

0.4.1

02 Aug 06:16
481ce33
Compare
Choose a tag to compare

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

27 Jul 11:33
f30662f
Compare
Choose a tag to compare

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

12 Jul 08:44
7c09733
Compare
Choose a tag to compare

CHANGE LOG:

  • Add property wrapper for injection purpose to SharedStateExtension.swift.
  • Fixed problems when pushing from initial scene to next one.

0.1.0

23 May 03:54
Compare
Choose a tag to compare

Change Log

  • First release of SceneBox, includes fundamental extensions and capabilities.