Releases: permafrost-dev/vue-ray
v1.7.1
- fix data var tracking call to
watch()
v1.7.0
-
component data change tracking shows changes in real time with
this.$ray().track('myvar')
-
added additional unit tests
-
reorganized code
-
moved duplicate code to shared modules
v1.6.1
-
allow specifying the host to connect to as
options.host
-
allow specifying the port to connect to as
options.port
v1.6.0
-
add
this.$ray().data()
to show component data -
add
this.$ray().props()
to show component props -
add
this.$ray().ref(name)
method that shows the html content of a named Vue ref -
merge duplicate code into shared files
-
reorganize project structure
-
update readme examples
v1.5.1
-
fix rollup-removed error handlers being removed
-
change error handler to pretty-print errors plus stack trace
v1.5.0
- add
interceptErrors
option - if true, display Vue errors in Ray instead of the console
v1.4.2
-
convert all tests to es6
-
clean up and standardize rollup configs
-
remove unused packages
-
remove rollup configs from npm package
-
this.$rayVersion
returns the currentvue-ray
package version
v1.4.1
-
fix
/vue2
export -
fix
/vue3
export -
code cleanup
-
use
Ray.create().send(...)
instead ofray(...)
in Vue 3 plugin
v1.3.0
-
update the way vue2 & vue3 modules are imported
-
update readme