Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Releases: icebob/vue-websocket

v0.2.3

29 Aug 00:52
Compare
Choose a tag to compare

This is a small little fix! Thanks to @rstoenescu in 0d0e8f2, we no longer overload Vue with unnecessary props depending on the version.

Where previously it would have created both beforeCompile and beforeCreate as props regardless of the Vue version, it will now target the correct version and only use the prop for that version.

v0.2.2

05 Jan 10:54
Compare
Choose a tag to compare
fix install param null bug & build

v0.2.1

14 Dec 18:43
Compare
Choose a tag to compare

Fix Vue 2.x support issue.

v0.2.0

11 Nov 15:24
Compare
Choose a tag to compare
bump version

v0.1.0

11 Nov 15:02
Compare
Choose a tag to compare

Initial release