Skip to content

Releases: permafrost-dev/vue-ray

v2.0.3

28 Apr 20:28
8b5be3c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.3

v2.0.1

06 Apr 05:19
2f77e7a
Compare
Choose a tag to compare

What's Changed

The version 2.0 rewrite implements these changes:

  • <script setup> support via a new raySetup() export
  • use of the app plugin is no longer mandatory
  • drop support for Vue 2
  • drop support for node versions lower than 18
  • package is now ESM-format first, with an optional commonJS dist build available
  • build process now uses vite instead of rollup
  • drop jest in favor of vitest
  • code quality improvements
  • bump dependencies to latest
  • significant refactoring
  • updates documentation

Full Changelog: v1.17.4...v2.0.1

v1.17.4

18 May 22:16
2875973
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.17.3...v1.17.4

v1.17.3

02 Jun 17:26
Compare
Choose a tag to compare
  • fix console.log interception

v1.17.2

27 Apr 20:18
Compare
Choose a tag to compare
  • fix exports for vue 2

v1.17.1

27 Apr 17:48
Compare
Choose a tag to compare
  • update esm exports to use named exports (so using .default isn't necessary)

v1.17.0

27 Apr 17:45
Compare
Choose a tag to compare
  • add nodeRaySettings config option to allow passing options directly to the node-ray instance (#9)

v1.16.0

02 Apr 19:28
Compare
Choose a tag to compare
  • refactor error handlers code

  • allow specifying a closure as a value of the interceptErrors option which returns data to display along with the error message

  • add enabled_callback, sending_payload_callback and sent_payload_callback options which are passed to node-ray

v1.15.0

12 Mar 15:30
Compare
Choose a tag to compare
  • try to determine the correct component name when displaying component events

v1.14.0

12 Mar 15:11
Compare
Choose a tag to compare
  • don't display events for "unknown" components
  • fix an issue with Vue 3 plugin throwing an error during event interception