What's Changed
- Fix build on visionOS by @harlanhaskins in https://github.com/shapehq/spices/pull/28
Full Changelog: https://github.com/shapehq/spices/compare/4.2.2...4.3.0
Unclaimed project
Are you a maintainer of spices? Claim this project to take control of your public changelog and roadmap.
Changelog
🫙🌶️ Spices makes it straightforward to create in-app debug menus by generating native UI from Swift.
Full Changelog: https://github.com/shapehq/spices/compare/4.2.2...4.3.0
Setting up an observer in the initializer of a nested SpiceStore would trigger the assert before the parent–child relationship is wired up and developers would work around this by calling prepareIfNeeded() too early, which resulted in an incorrect key path for the child spice.
Removing the assertion makes this pattern valid. The nested store will be prepared automatically when its parent is...
Full Changelog: https://github.com/shapehq/spices/compare/4.2.0...4.2.1
Full Changelog: https://github.com/shapehq/spices/compare/4.0.0...4.1.0