Skip to content

Commit 792b9ce

Browse files
committed
chore(release): publish
- project: nativescript-websockets 2.0.3
1 parent 5c49fcf commit 792b9ce

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## 2.0.3 (2026-02-19)
2+
3+
### 🚀 Features
4+
5+
- **websockets:** visionOS and catalyst support ([#18](https://github.com/valor-software/nativescript-plugins/pull/18))
6+
- **websockets:** split polyfill and implementation ([981d6c8](https://github.com/valor-software/nativescript-plugins/commit/981d6c8))
7+
- **websockets:** enable fast array buffer conversion in android ([f59d9d4](https://github.com/valor-software/nativescript-plugins/commit/f59d9d4))
8+
- **websockets:** lower websockets ios target to 9.0 ([828c79c](https://github.com/valor-software/nativescript-plugins/commit/828c79c))
9+
- add barcodescanner plugin ([#3](https://github.com/valor-software/nativescript-plugins/pull/3))
10+
- **websockets:** drop `@nativescript/core` dependency for events ([3e6bb3a](https://github.com/valor-software/nativescript-plugins/commit/3e6bb3a))
11+
- add @valor/nativescript-websockets ([#1](https://github.com/valor-software/nativescript-plugins/pull/1))
12+
13+
### 🩹 Fixes
14+
15+
- add restricted codes for WebSocket closure ([5c49fcf](https://github.com/valor-software/nativescript-plugins/commit/5c49fcf))
16+
- **websockets:** module build ([0c88295](https://github.com/valor-software/nativescript-plugins/commit/0c88295))
17+
- **websockets:** persist websockets until they're closed ([a5e4c51](https://github.com/valor-software/nativescript-plugins/commit/a5e4c51))
18+
- **websockets:** close websocket cleanly on android ([47e14db](https://github.com/valor-software/nativescript-plugins/commit/47e14db))
19+
- **websockets:** support multi threaded javascript ([a58b58b](https://github.com/valor-software/nativescript-plugins/commit/a58b58b))
20+
21+
### ❤️ Thank You
22+
23+
- Eduardo Speroni @edusperoni

packages/nativescript-websockets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@valor/nativescript-websockets",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "WebSockets polyfill for NativeScript",
55
"main": "index",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)