All notable changes to permafrost-dev/alpinejs-ray
will be documented in this file.
- fixing errors to ray
- updated readme for handling errors
- drop support for Alpine v2
- add support for Alpine v3
- drop Spruce support
- major code cleanup and refactoring
- dependency version updates
-
add
SpruceRay.spruce()
method to access an object for watching/unwatching Spruce store properties -
add additional tests
-
add
bootstrapImports()
helper to reduce boilerplate code when importing for use with a bundler -
fix issue with
SpruceProxy.displayTracking()
not finding theray()
helper
-
add interception and display for errors in alpine components
-
add initial Spruce data tracking
-
code cleanup
- update
node-ray
package tov1.10.1
-
improve syntax highlighting for components
-
add
logCustomEvents
config option -
send custom events to Ray when
logCustomEvents
istrue
- initial release