Skip to content

Releases: permafrost-dev/vue-ray

v1.7.1

11 Feb 23:22
Compare
Choose a tag to compare
  • fix data var tracking call to watch()

v1.7.0

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

11 Feb 14:42
Compare
Choose a tag to compare
  • allow specifying the host to connect to as options.host

  • allow specifying the port to connect to as options.port

v1.6.0

11 Feb 13:13
Compare
Choose a tag to compare
  • 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

11 Feb 05:41
Compare
Choose a tag to compare
  • fix rollup-removed error handlers being removed

  • change error handler to pretty-print errors plus stack trace

v1.5.0

11 Feb 05:41
Compare
Choose a tag to compare
  • add interceptErrors option - if true, display Vue errors in Ray instead of the console

v1.4.2

10 Feb 03:28
Compare
Choose a tag to compare
  • convert all tests to es6

  • clean up and standardize rollup configs

  • remove unused packages

  • remove rollup configs from npm package

  • this.$rayVersion returns the current vue-ray package version

v1.4.1

09 Feb 20:44
Compare
Choose a tag to compare
  • fix /vue2 export

  • fix /vue3 export

  • code cleanup

  • use Ray.create().send(...) instead of ray(...) in Vue 3 plugin

v1.3.0

09 Feb 05:36
Compare
Choose a tag to compare
  • update the way vue2 & vue3 modules are imported

  • update readme