0.7.0 (2021-12-07)
chore
feat
Observation:
Decrease in the coverage is because we are now supporting Vue 2 and Vue 3 thanks to @vein101
We are able to run the project only using one version and right now we are using Vue 2.
Because beforeDestroy
was changed to beforeUnmount
in Vue 3, we can't test both.