Skip to content

Commit e3ddaf1

Browse files
committed
chore(release): v0.0.1
1 parent d10c22e commit e3ddaf1

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Changelog
2+
3+
4+
## v0.0.1
5+
6+
7+
### 🚀 Enhancements
8+
9+
- **`wsParseMessage`:** New util ([c2025a1](https://github.com/sandros94/nuxt-ws/commit/c2025a1))
10+
- New message parsing utils ([ceacc04](https://github.com/sandros94/nuxt-ws/commit/ceacc04))
11+
- Improve message validation and docs ([612c2de](https://github.com/sandros94/nuxt-ws/commit/612c2de))
12+
- Re-enable reactive topic subscription ([2fe4888](https://github.com/sandros94/nuxt-ws/commit/2fe4888))
13+
14+
### 🩹 Fixes
15+
16+
- Redundant hook ([68203e9](https://github.com/sandros94/nuxt-ws/commit/68203e9))
17+
- Don't subscribe automatically to any topic ([4f4612f](https://github.com/sandros94/nuxt-ws/commit/4f4612f))
18+
- Remove upstream workaround ([4101ed5](https://github.com/sandros94/nuxt-ws/commit/4101ed5))
19+
- Build types ([f4e7dd1](https://github.com/sandros94/nuxt-ws/commit/f4e7dd1))
20+
- **`useWS`:** Populate `data` only with non-parsed messages ([2df5708](https://github.com/sandros94/nuxt-ws/commit/2df5708))
21+
- Validation utils ([bd16c3c](https://github.com/sandros94/nuxt-ws/commit/bd16c3c))
22+
- Simplify reactive states ([e14d329](https://github.com/sandros94/nuxt-ws/commit/e14d329))
23+
- Reuse nitro to run hooks ([6e1a420](https://github.com/sandros94/nuxt-ws/commit/6e1a420))
24+
25+
### 📖 Documentation
26+
27+
- Init ([d10c22e](https://github.com/sandros94/nuxt-ws/commit/d10c22e))
28+
29+
### 🏡 Chore
30+
31+
- Init ([a416103](https://github.com/sandros94/nuxt-ws/commit/a416103))
32+
33+
### ❤️ Contributors
34+
35+
- Sandro Circi ([@sandros94](https://github.com/sandros94))
36+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-ws",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "A Nuxt module aimed to simplify the use of WebSockets.",
55
"repository": "sandros94/nuxt-ws",
66
"license": "MIT",

0 commit comments

Comments
 (0)