Skip to content

Releases: permafrost-dev/vue-ray

v1.13.5

12 Mar 14:32
Compare
Choose a tag to compare
  • remove debug code

v1.13.4

12 Mar 14:27
Compare
Choose a tag to compare
  • fix an issue with Vue 2 plugin throwing an error during event interception

v1.13.3

12 Mar 01:08
Compare
Choose a tag to compare
  • change node-ray/web to an import instead of a require()

v1.13.2

11 Mar 22:40
Compare
Choose a tag to compare
  • remove multimatch package and use custom pattern matching instead, fixes webpack 'path' bug (#5)

v1.13.0

11 Mar 21:45
Compare
Choose a tag to compare
  • 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

11 Mar 02:20
Compare
Choose a tag to compare
  • 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

10 Mar 17:00
Compare
Choose a tag to compare
  • allow specifying the scheme option when installing the Vue plugin (http or https)

v1.10.0

02 Mar 16:44
Compare
Choose a tag to compare
  • update vuex plugin to support tracking state, logging mutations and logging actions

v1.9.0

02 Mar 07:11
Compare
Choose a tag to compare
  • add support for lifecycle events beforeCreate, beforeMount, updated
  • bump package versions: concurrently to 6.0.0, eslint-config-prettier to 8.1.0
  • add Vuex plugin to allow monitoring of the Vuex state/mutations

v1.8.0

12 Feb 20:27
Compare
Choose a tag to compare
  • 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']