Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 2 #5

Merged
merged 22 commits into from
Jan 11, 2021
Merged

Release version 2 #5

merged 22 commits into from
Jan 11, 2021

Conversation

TimoBechtel
Copy link
Owner

Major change: removed socket.io dependency

Changelog:

2.1.2 (2020-12-19)

Bug Fixes

  • dependencies: fix missing ws dependency (5e56c75)

2.1.1 (2020-12-14)

Bug Fixes

  • issues with unsubscribing and resubscribing (b3bfd99)

2.1.0 (2020-12-05)

Features

  • client: automatically reconnect on connection lost (06c636b)

2.0.0 (2020-11-23)

Bug Fixes

  • client: add check for window object (5b0cbc5)

Features

  • replace socket.io with native websockets (8892b41)

BREAKING CHANGES

  • API for initializing Server and Client was changed. It does not need a socket.io instance anymore.

TimoBechtel and others added 19 commits November 23, 2020 23:12
Removes the overhead socket.io introduces. Modern clients already support WebSockets, so a fallback is not needed. If a fallback is somehow still needed for certain edge cases, a custom socket server/client implementation (or even socket.io) can easily be provided to replace the default implementation.

BREAKING CHANGE: API for initializing Server and Client was changed. It does not need a socket.io instance anymore.
provides compatibility with nodejs
# [2.0.0](v1.0.0...v2.0.0) (2020-11-23)

### Bug Fixes

* **client:** add check for window object ([5b0cbc5](5b0cbc5))

### Features

* replace socket.io with native websockets ([8892b41](8892b41))

### BREAKING CHANGES

* API for initializing Server and Client was changed. It does not need a socket.io instance anymore.
# [2.1.0](v2.0.0...v2.1.0) (2020-12-05)

### Features

* **client:** automatically reconnect on connection lost ([06c636b](06c636b))
Unsubscribing and resubscribing from/to changes from the server did not work with multiple child
elements on the same level when a higher level path was (un-)subscribed. e.g. /players/1/position
/players/1/name. This resulted in only one of them being subscribed again.
fix typescript errors and finally rename integration test
## [2.1.1](v2.1.0...v2.1.1) (2020-12-14)

### Bug Fixes

* issues with unsubscribing and resubscribing ([b3bfd99](b3bfd99))
dependency was declared as devdependency
## [2.1.2](v2.1.1...v2.1.2) (2020-12-19)

### Bug Fixes

* **dependencies:** fix missing ws dependency ([5e56c75](5e56c75))
@TimoBechtel TimoBechtel self-assigned this Jan 11, 2021
@TimoBechtel
Copy link
Owner Author

Waiting for #4

vuepress build does not prerender code-blocks correctly. fixed by surrounding it with a ClientOnly
block to force it to be rendered dynamically.
See vuejs/vuepress#2711

fix #4
@TimoBechtel TimoBechtel marked this pull request as ready for review January 11, 2021 19:13
@github-actions
Copy link
Contributor

🎉 This PR is included in version 2.1.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link
Contributor

🎉 This PR is included in version 2.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants