This repository has been archived by the owner on Mar 15, 2022. It is now read-only.
Releases: ryangjchandler/spruce
Releases · ryangjchandler/spruce
v0.2.0
Added
- Added a new experimental config API that allows developers to enable usage of a global
$store
variable, without needing components to subscribe through thex-subscribe
directive (see bottom of README for more info).
Spruce.config({
globalStoreVariable: true,
})
v0.1.2
Fixed
- Fixed not being able to set data to
null
orundefined
post startup
v0.1.1
## Fixed
- Fixed bug where
null
orundefined
values on start would throw a TypeError since they can't be converted to objects. (closes #1)
v0.1.0
Added
- Better documentation.
- Better ES integration.
v0.0.1
Added
- Initial release.