Skip to content

Commit

Permalink
Bumping version and updating Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
theturtle32 committed Apr 14, 2021
1 parent b849ede commit a2cd306
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

Version 1.0.34
--------------
*Released 2021-04-14*

* Updated browser shim to use the native `globalThis` property when available. See [this MDN page](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis) for context. Resolves [#415](https://github.com/theturtle32/WebSocket-Node/issues/415)

Version 1.0.33
--------------
*Released 2020-12-08*
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ Documentation
Changelog
---------

***Current Version: 1.0.33*** - Release 2020-12-08
***Current Version: 1.0.34*** - Release 2021-04-14

* Added new configuration options to WebSocketServer allowing implementors to bypass parsing WebSocket extensions and HTTP Cookies if they are not needed. (Thanks, [@aetheon](https://github.com/aetheon))
* Added new `upgradeError` event to WebSocketServer to allow for visibility into and logging of any parsing errors that might occur during the HTTP Upgrade phase. (Thanks, [@aetheon](https://github.com/aetheon))
* Updated browser shim to use the native `globalThis` property when available. See [this MDN page](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis) for context. Resolves [#415](https://github.com/theturtle32/WebSocket-Node/issues/415)

[View the full changelog](CHANGELOG.md)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"contributors": [
"Iñaki Baz Castillo <[email protected]> (http://dev.sipdoc.net)"
],
"version": "1.0.33",
"version": "1.0.34",
"repository": {
"type": "git",
"url": "https://github.com/theturtle32/WebSocket-Node.git"
Expand Down

0 comments on commit a2cd306

Please sign in to comment.