File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33
4+ ## v0.0.3
5+
6+ [ compare changes] ( https://github.com/sandros94/nuxt-ws/compare/v0.0.2...v0.0.3 )
7+
8+ ### 🩹 Fixes
9+
10+ - ** send:** Correctly typing optional payloads ([ 70ae8d8] ( https://github.com/sandros94/nuxt-ws/commit/70ae8d8 ) )
11+ - ** ` useWS ` :** Always buffer messages that are sent using ` send ` ([ ff35d39] ( https://github.com/sandros94/nuxt-ws/commit/ff35d39 ) )
12+ - Use more consistent naming for ` defineWSHandler ` ([ 8cf24e0] ( https://github.com/sandros94/nuxt-ws/commit/8cf24e0 ) )
13+ - ** ` wsSafeValidateMessage ` :** Return type ([ 0de5515] ( https://github.com/sandros94/nuxt-ws/commit/0de5515 ) )
14+ - Don't automatically subscribe user's to any topic ([ 37b653e] ( https://github.com/sandros94/nuxt-ws/commit/37b653e ) )
15+
16+ ### 📖 Documentation
17+
18+ - Init ([ 06c700b] ( https://github.com/sandros94/nuxt-ws/commit/06c700b ) )
19+ - Configuration ([ abf38c0] ( https://github.com/sandros94/nuxt-ws/commit/abf38c0 ) )
20+ - Fix ` route ` config ([ e01b3a4] ( https://github.com/sandros94/nuxt-ws/commit/e01b3a4 ) )
21+ - Document functionalities ([ 9f48a45] ( https://github.com/sandros94/nuxt-ws/commit/9f48a45 ) )
22+ - Integrate demo ([ d49688f] ( https://github.com/sandros94/nuxt-ws/commit/d49688f ) )
23+
24+ ### 🤖 CI
25+
26+ - Fix missing pnpm files ([ 8dc517b] ( https://github.com/sandros94/nuxt-ws/commit/8dc517b ) )
27+
28+ ### ❤️ Contributors
29+
30+ - Sandro Circi ([ @sandros94 ] ( https://github.com/sandros94 ) )
31+
432## v0.0.2
533
634[ compare changes] ( https://github.com/sandros94/nuxt-ws/compare/v0.0.1...v0.0.2 )
Original file line number Diff line number Diff line change 11{
22 "name" : " nuxt-ws" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.0.3 " ,
44 "description" : " A Nuxt module aimed to simplify the use of WebSockets." ,
55 "repository" : " sandros94/nuxt-ws" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments