Skip to content

Commit c09b99e

Browse files
committed
Release 0.14.0 version
1 parent 5c7be63 commit c09b99e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

4+
## 0.14.0 “Sliver of Straw”
5+
* Removed Node.js 18 support.
6+
* Removed backend control.
7+
* Moved to number as subprotocol and remove `Context#isSubprotocol()`.
8+
* Moved to Logux Core 0.10 and Logux Protocol 5.
9+
* Changed custom HTTP listener API.
10+
* Added API to use custom Logux server node class.
11+
* Added `Server#sendOnConnect()`.
12+
* Reduced dependencies.
13+
* Changed color auto-detection algorithm to `util.styleText`.
14+
* Fixed brute-force lock issue during tests.
15+
416
## 0.13.1
517
* Fixed vulnerability audit by moving to `cookie` 0.7.
618

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logux/server",
3-
"version": "0.13.1",
3+
"version": "0.14.0",
44
"description": "Build own Logux server",
55
"keywords": [
66
"logux",

0 commit comments

Comments
 (0)