All notable changes to this project will be documented in this file. Dates are displayed in UTC.
- RayPlugin was not exported
#245
- Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0
#243
- RayPlugin exported via index.ts
b8f100b
- Update README.md
61a5a8d
6 April 2024
- v2 refactor
#239
- Bump dependabot/fetch-metadata from 1.7.0 to 2.0.0
#236
- Bump dependabot/fetch-metadata from 1.6.0 to 1.7.0
#235
- Bump github/codeql-action from 2 to 3
#198
- Bump actions/cache from 3 to 4
#219
- Bump stefanzweifel/git-auto-commit-action from 4 to 5
#166
- Bump actions/setup-node from 3 to 4
#172
- npm(deps-dev): bump lint-staged from 13.3.0 to 14.0.1
#151
- Bump actions/checkout from 3 to 4
#155
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0
#139
- Bump dependabot/fetch-metadata from 1.5.0 to 1.5.1
#137
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.0
#136
- Add support for Node.js version 18 in test workflow
#135
- wip
f36ea4e
- wip
99f8250
- updates
ce6659d
18 May 2023
- Add typescript definitions
#134
- Update dependencies
#133
- Bump dependabot/fetch-metadata from 1.3.5 to 1.4.0
#132
- npm(deps-dev): bump @rollup/plugin-commonjs from 24.1.0 to 25.0.0
#131
- npm(deps-dev): bump @types/node from 18.16.5 to 20.1.0
#130
- npm(deps-dev): bump concurrently from 7.6.0 to 8.0.1
#126
- npm(deps-dev): bump typescript from 4.9.5 to 5.0.4
#128
- npm(deps-dev): bump @rollup/plugin-typescript from 10.0.1 to 11.0.0
#120
- npm(deps-dev): bump @rollup/plugin-commonjs from 23.0.7 to 24.0.0
#119
- bump dep versions
#118
- Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5
#110
- Bump actions/cache from 3.0.8 to 3.0.11
#102
- Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4
#94
- Bump actions/cache from 3.0.7 to 3.0.8
#83
- Bump actions/cache from 3.0.6 to 3.0.7
#81
- Bump actions/cache from 3.0.5 to 3.0.6
#80
- Bump actions/cache from 3.0.4 to 3.0.5
#78
- npm(deps-dev): bump @types/node from 17.0.45 to 18.0.1
#76
- Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3
#75
- npm(deps-dev): bump lint-staged from 12.5.0 to 13.0.0
#66
- Bump actions/cache from 3.0.3 to 3.0.4
#69
- Bump actions/cache from 3.0.2 to 3.0.3
#65
- npm(deps-dev): bump husky from 7.0.4 to 8.0.1
#63
- npm(deps-dev): bump @rollup/plugin-commonjs from 21.1.0 to 22.0.0
#58
- Bump github/codeql-action from 1 to 2
#59
- Bump dependabot/fetch-metadata from 1.3.0 to 1.3.1
#56
- Bump actions/cache from 3.0.1 to 3.0.2
#55
- Bump codecov/codecov-action from 2 to 3
#54
- Bump actions/cache from 2 to 3.0.1
#52
- Added scheme to Installation options to avoid #51
#53
- Bump dependabot/fetch-metadata from 1.2.1 to 1.3.0
#49
- Bump actions/checkout from 2 to 3
#47
- npm(deps-dev): bump eslint from 7.32.0 to 8.10.0
#45
- npm(deps-dev): bump @rollup/plugin-commonjs from 19.0.2 to 21.0.2
#44
- npm(deps-dev): bump @rollup/plugin-replace from 2.4.2 to 4.0.0
#43
- npm(deps-dev): bump lint-staged from 11.2.6 to 12.3.5
#46
- npm(deps-dev): bump concurrently from 6.5.1 to 7.0.0
#42
- npm(deps-dev): bump @types/node from 16.11.25 to 17.0.18
#41
- npm(deps-dev): bump @types/jest from 26.0.24 to 27.4.0
#36
- npm(deps-dev): bump husky from 6.0.0 to 7.0.4
#32
- npm(deps-dev): bump @types/node from 15.14.1 to 16.0.0
#19
- Add auto-changelog to generate CHANGELOG.md on version bump
f299c3e
- Fix rollup build command to include bundle config as CommonJS in package.json
fcfbd80
- Add typescript definitions to build process for Vue2 and Vue3Added typescript definitions generation to build process for Vue2 and Vue3 using the dts-bundle-generator package
628c74c
2 June 2021
27 April 2021
- update named export helper files
abde067
27 April 2021
27 April 2021
- update changelog
becf16b
- update readme with
nodeRaySettings
config option and examples00885ec
- add
nodeRaySettings
plugin config option to pass options directly to the node-ray instance (#9)5f23aea
2 April 2021
- update changelog
dadc2aa
- update test snapshot
15813f9
- add enabled_callback, sending_payload_callback and sent_payload_callback options
864bd59
12 March 2021
- update changelog
5f3778d
- attempt to guess the correct component name when displaying component events instead of showing "unknown"
64d018f
12 March 2021
- update changelog
1b92477
- fix issue with an error during event interception; don't display component events for unknown components
bea1d3c
- don't display component events for unknown components
c621ded
12 March 2021
12 March 2021
- update changelog
3ca3733
- fix issue with conditionallyDisplayEvent() not being able to access this.$ray
9cf4f08
- add ts-ignore directives
89479eb
11 March 2021
- update changelog
3beea50
- import node-ray instead of require()
607f9b9
- make node-ray external
7ec231b
11 March 2021
- update changelog
7a0d4b1
- remove multimatch package and use custom pattern matching function instead
1c9df49
11 March 2021
11 March 2021
- update changelog
5e1b3b5
- add tests for vue 3 event intercepts
b6019a4
- make mixin code for conditional events more testable
70a7c4e
10 March 2021
- update readme with info/examples on filtering tracked state props
aeff678
- update changelog
1308b9e
- add support for filtering displayed state props when tracking state
1c628e6
10 March 2021
- update changelog
a1b0455
- add support for specifying the url scheme in plugin options
fc98219
- add test for showComponentEvents option
d62cdbb
2 March 2021
- send logged events as collapsed
4b37ec0
- update changelog
49f62b0
- add updated info/examples for vuex plugin
ed05a40
2 March 2021
- update changelog
e86705f
- add section on using the Vuex plugin
3cc2a0c
- update component prop, add ray() function export
77d4f37
12 February 2021
- update tests + snapshots
04fe495
- add ts-nocheck directive
577721e
- add html encoding helper function
d3c686d
11 February 2021
- fix data var tracking call to watch()
30a5e61
11 February 2021
- add vue to external modules
162fe8b
- add additional tests
45a1e1e
- add data var tracking, reorganized code, moved duplicate code to shared modules
c1dd4ae
11 February 2021
- move duplicated options init code to shared lib, add host, port options for configuring the Ray connection
8a08822
- update changelog, add host, port options to readme
70cecf8
- code cleanup
9f3fe6b
11 February 2021
- disable unused plugins and options
11d2a54
- reorganize src layout, move package info to shared file
f9df498
- remove unused script
b012819
11 February 2021
10 February 2021
- add interceptErrors boolean option to toggle display of Vue errors in Ray
5293505
- update changelog
7ddc3a5
- add configuration options section
d58ee79
9 February 2021
9 February 2021
- update vue2/3 exports, update changelog
64a7764
9 February 2021
- update changelog
f059e68
- remove replacements, add commonjs
d148ae6
- use Ray.create().send(...) instead of ray()
de1a435
9 February 2021
9 February 2021
- revert node-ray import method
a8301f0
- update changelog
5762d41
- change the vue2 plugin format/setup
d932829
8 February 2021