Skip to content

Releases: probil/vue-socket.io-extended

v5.0.0-alpha.5

14 May 12:59
bff1318
Compare
Choose a tag to compare
v5.0.0-alpha.5 Pre-release
Pre-release

5.0.0-alpha.5 (2021-05-14)

Bug Fixes

v4.2.0

25 Apr 07:33
75eae17
Compare
Choose a tag to compare

4.2.0 (2021-04-25)

Features

  • mark library as free of side effects to improve tree sharking (75eae17)

v5.0.0-alpha.4

02 Apr 07:28
05620af
Compare
Choose a tag to compare
v5.0.0-alpha.4 Pre-release
Pre-release

5.0.0-alpha.4 (2021-04-02)

Bug Fixes

  • deps: update dependency @types/socket.io-client to v1.4.36 (c691df9)
  • deps: update vuex to v3.6.2 and fix tests (6e03f74)

Features

  • observer: introduce option, allowing to extract even name from event data. Especially useful for 3rd party APIs. Kudos @amiceli for the feature (b903b08)

v4.1.0

24 Mar 13:34
b903b08
Compare
Choose a tag to compare

4.1.0 (2021-03-24)

Features

  • observer: introduce eventMapping option, allowing to extract even name from event data. Especially useful for 3rd party APIs. Kudos @amiceli for the feature (b903b08)

v4.0.8

22 Mar 07:46
6e03f74
Compare
Choose a tag to compare

4.0.8 (2021-03-22)

Bug Fixes

  • deps: update vuex to v3.6.2 and fix tests (6e03f74)

v4.0.7

12 Mar 22:29
c691df9
Compare
Choose a tag to compare

4.0.7 (2021-03-12)

Bug Fixes

  • deps: update dependency @types/socket.io-client to v1.4.36 (c691df9)

v5.0.0-alpha.3

18 Jan 22:18
df83685
Compare
Choose a tag to compare
v5.0.0-alpha.3 Pre-release
Pre-release

5.0.0-alpha.3 (2021-01-18)

Bug Fixes

  • build: exclude vue-class-component from the build (d978515)

Features

  • dedicated entrypoint for the decorator (df83685)

BREAKING CHANGES

  • Socket decorator is no longer exported out of the root entry point of vue-socket.io-extended, use the separate entrypoint instead:
- import { Socket } from 'vue-socket.io-extended'
+ import Socket from 'vue-socket.io-extended/decorator'

v5.0.0-alpha.2

17 Jan 17:11
51f7aa3
Compare
Choose a tag to compare
v5.0.0-alpha.2 Pre-release
Pre-release

5.0.0-alpha.2 (2021-01-17)

Bug Fixes

  • make vue external dependency (33f0452)
  • rollup warning about missing global variable name (vue) (1071b3a)

Features

  • transpile only for browsers with native proxy support due to current Vue 3 limitation (731766a)

v5.0.0-alpha.1

17 Jan 14:31
81babd2
Compare
Choose a tag to compare
v5.0.0-alpha.1 Pre-release
Pre-release

5.0.0-alpha.1 (2021-01-17)

Features

  • Initial implementation of Vue 3 support (81babd2), closes #507. Kudos @jnt0r for the initiative and the implementation

BREAKING CHANGES

  • Vue 2 is not supported at the moment

v4.0.6

12 Jan 00:12
4170d4e
Compare
Choose a tag to compare

4.0.6 (2021-01-12)

Bug Fixes

  • deps: update dependency @types/socket.io-client to v1.4.35 (4170d4e)