Releases: andrewcourtice/harlem
Releases · andrewcourtice/harlem
v3.0.1
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- Added basic action implementation to core
- Added snapshot implementation to core and deprecated snapshot extension
- Added reset implementation to core and deprecated reset extension
- Added multi-app support
- Published public harlem package and bundled devtools plugin
- Moved docs to Vitepress
- Added
include
/exclude
options to storage extension for including and excluding mutations from storage sync - Added branch option to storage extension to specify a sub-branch of state to sync
- Added matcher options to triggers such that trigger events can be specified as
string | regex | (string | regex)[] | ((value: string) => boolean) | '*'
- Added serialiser method to SSR bridging script
- Delete mounted state on SSR client
- Fix nested action abort errors
BREAKING:
- Changed plugin signature
- Changed payload structure of trigger events
- Renamed
parallel
option toconcurrent
in action extension and changed default behaviour
Full Changelog: v2.3.9...v3.0.0
v3.0.0-beta.1
Full Changelog: v3.0.0-beta.0...v3.0.0-beta.1
v3.0.0-beta.0
What's Changed
Fast-forwarding to a major release (3.0) due to volume of changes.
Full Changelog: v2.3.9...v3.0.0-beta.0
v2.4.0-beta.11
What's Changed:
- Added serialiser method to SSR bridging script
- Delete mounted state on SSR client
Full Changelog: v2.4.0-beta.10...v2.4.0-beta.11
v2.4.0-beta.9
What's Changed
- Published unscoped
harlem
package to include devtools by default
v2.4.0-beta.10
Full Changelog: v2.4.0-beta.9...v2.4.0-beta.10
v2.4.0-beta.8
What's Changed
- Added multi-app support
- Improved action boot performance
BREAKING:
- Changed plugin signature
Full Changelog: v2.4.0-beta.7...v2.4.0-beta.8
v2.4.0-beta.7
What's Changed
- Fixed typing of triggers and improved JSDOC comments
- Fixed duplicate action name in action abort error message
Full Changelog: v2.4.0-beta.6...v2.4.0-beta.7
v2.4.0-beta.6
What's Changed
- Fixed types for store extensions
BREAKING:
- Changed payload structure of trigger events
Full Changelog: v2.4.0-beta.5...v2.4.0-beta.6