Skip to content
This repository was archived by the owner on Mar 15, 2022. It is now read-only.

v1.0.0

Choose a tag to compare

@ryangjchandler ryangjchandler released this 26 Aug 13:36
· 152 commits to master since this release

🚨 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 from Spruce.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!