Releases: permafrost-dev/vue-ray
Releases · permafrost-dev/vue-ray
v1.13.5
- remove debug code
v1.13.4
- fix an issue with Vue 2 plugin throwing an error during event interception
v1.13.3
- change
node-ray/web
to animport
instead of arequire()
v1.13.2
v1.13.0
- added support for intercepting all lifecycle events to Vue 2 plugin
- added increased test coverage for Vue 2 and Vue 3 mixins
v1.12.0
- all exports are "named" exports now
- all errors, including window errors and unhandled rejection errors, are also sent to Ray
- added Vuex plugin
trackingOptions.propNames: string[]
that supports wildcard matching of store property names to display when tracking store data - readme updates and examples
v1.11.0
- allow specifying the
scheme
option when installing the Vue plugin (http or https)
v1.10.0
- update vuex plugin to support tracking state, logging mutations and logging actions
v1.9.0
- add support for lifecycle events
beforeCreate
,beforeMount
,updated
- bump package versions:
concurrently
to6.0.0
,eslint-config-prettier
to8.1.0
- add Vuex plugin to allow monitoring of the Vuex state/mutations
v1.8.0
-
fix recursive error with calls to
data()
in Vue 2 -
convert entire project to TypeScript
-
add lifecycle event logging, configured with plugin option
showComponentEvents: ['created', 'mounted']