File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Change Log
22This 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments