File tree Expand file tree Collapse file tree
packages/nativescript-websockets Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments