Skip to content

Commit bdb41c8

Browse files
committed
chore(release): v0.1.18
1 parent f627aa1 commit bdb41c8

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# Changelog
22

3+
## v0.1.18
4+
5+
[compare changes](https://github.com/iamsomraj/vue-qs/compare/v0.1.17...v0.1.18)
6+
7+
### 🚀 Enhancements
8+
9+
- Add isUpdating method to QueryAdapter and prevent infinite loops during URL updates ([5c47647](https://github.com/iamsomraj/vue-qs/commit/5c47647))
10+
- Enhance package.json and README for clarity and usability ([75960a4](https://github.com/iamsomraj/vue-qs/commit/75960a4))
11+
12+
### 🩹 Fixes
13+
14+
- Update createEnumCodec to allow undefined values and adjust related tests ([28d9815](https://github.com/iamsomraj/vue-qs/commit/28d9815))
15+
16+
### 💅 Refactors
17+
18+
- Simplify queryReactive and queryRef APIs ([d23e55e](https://github.com/iamsomraj/vue-qs/commit/d23e55e))
19+
- Remove unit tests for vue-router adapter, query reactive, query ref, serializers, and core helpers ([da5af50](https://github.com/iamsomraj/vue-qs/commit/da5af50))
20+
- Update import paths to use alias for better readability ([c46bf58](https://github.com/iamsomraj/vue-qs/commit/c46bf58))
21+
22+
### 📖 Documentation
23+
24+
- Remove redundant active development notice from README ([e4c5161](https://github.com/iamsomraj/vue-qs/commit/e4c5161))
25+
26+
### 🏡 Chore
27+
28+
- Update documentation for vue-qs v0.1.17 ([03a7742](https://github.com/iamsomraj/vue-qs/commit/03a7742))
29+
- Update import paths in unit tests and standardize markdown separators ([111de7c](https://github.com/iamsomraj/vue-qs/commit/111de7c))
30+
- Update version to 0.1.18-beta.7 and adjust documentation ([bc37e2b](https://github.com/iamsomraj/vue-qs/commit/bc37e2b))
31+
32+
### ✅ Tests
33+
34+
- Add comprehensive unit tests for serializers, Vue components, and Vue Router integration ([8d1dd83](https://github.com/iamsomraj/vue-qs/commit/8d1dd83))
35+
- Add unit tests for serializers including string, number, boolean, date, JSON, array, and enum codecs ([388f009](https://github.com/iamsomraj/vue-qs/commit/388f009))
36+
- Add integration tests for BasicQueryRefComponent and QueryReactiveComponent with history and Vue Router support ([560b507](https://github.com/iamsomraj/vue-qs/commit/560b507))
37+
38+
### ❤️ Contributors
39+
40+
- Iamsomraj ([@iamsomraj](https://github.com/iamsomraj))
41+
- Somraj Mukherjee ([@iamsomraj](https://github.com/iamsomraj))
42+
343
## v0.1.17
444

545
[compare changes](https://github.com/iamsomraj/vue-qs/compare/v0.1.16...v0.1.17)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-qs",
3-
"version": "0.1.18-beta.8",
3+
"version": "0.1.18",
44
"description": "Type‑safe, reactive URL query parameters for Vue 3 with full TypeScript support",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)