Skip to content

Tags: probil/vue-socket.io-extended

Tags

v5.0.0-alpha.5

Toggle v5.0.0-alpha.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: type definition for decorator (#529)

* Fix types definition for decorator

* Update import in README

v4.2.0

Toggle v4.2.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
probil Max Liashuk
feat: mark library as free of side effects to improve tree sharking

https://webpack.js.org/guides/tree-shaking

v5.0.0-alpha.4

Toggle v5.0.0-alpha.4's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
probil Max Liashuk
Merge branch 'master' into alpha

# Conflicts:
#	package-lock.json
#	package.json

v4.1.0

Toggle v4.1.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
probil Max Liashuk
feat(observer): introduce option, allowing to extract even name from …

…event data. Especially useful for 3rd party APIs. Kudos @amiceli for the feature

v4.0.8

Toggle v4.0.8's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
probil Max Liashuk
fix(deps): update vuex to v3.6.2 and fix tests

v4.0.7

Toggle v4.0.7's commit message

Verified

This commit was signed with the committer’s verified signature.
renovate-bot Mend Renovate
fix(deps): update dependency @types/socket.io-client to v1.4.36

v5.0.0-alpha.3

Toggle v5.0.0-alpha.3's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
probil Max Liashuk
feat: dedicated entrypoint for the decorator

BREAKING CHANGE: `Socket` decorates is no longer exported out of the root entry point of `vue-socket.io-extended`, use the separate entrypoint instead:

```diff
- import { Socket } from 'vue-socket.io-extended'
+ import Socket from 'vue-socket.io-extended/decorator'
```

v5.0.0-alpha.2

Toggle v5.0.0-alpha.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
probil Max Liashuk
chore(tests): fix "[Vue warn]: Component is missing template or rende…

…r function"

v5.0.0-alpha.1

Toggle v5.0.0-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Vue 3 support

BREAKING CHANGE: migration to vue 3 (vue 2 is not s

Merge pull request #507

v4.0.6

Toggle v4.0.6's commit message

Verified

This commit was signed with the committer’s verified signature.
renovate-bot Mend Renovate
fix(deps): update dependency @types/socket.io-client to v1.4.35