This repository was archived by the owner on Mar 15, 2022. It is now read-only.
v1.0.0
🚨 This is a major version and will include some breaking changes.
Added
- Added magic
$store
property using the "magic properties" API available in Alpine >= 2.5.0.
Removed
- Removed the need for
x-subscribe
. (#44) - Removed the
oldValue
argument fromSpruce.watch
callbacks. Callbacks will now only receive the current/new value.
Changes
- Spruce will only work with Alpine >= 2.5.0, so make sure to upgrade!