Skip to content

Commit ba1e663

Browse files
Publish
1 parent e201239 commit ba1e663

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

packages/router/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
- **Last updated**: 2025-04-30T12:52:32Z
3+
- **Last updated**: 2025-05-15T22:34:06Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

66
All notable changes to this project will be documented in this file.
@@ -11,6 +11,14 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
1111
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
1212
and/or version bumps of transitive dependencies.
1313

14+
### [4.1.28](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2025-05-15)
15+
16+
#### 🩹 Bug fixes
17+
18+
- fix [#496](https://github.com/thi-ng/umbrella/issues/496), add support for query string ([2d29f46](https://github.com/thi-ng/umbrella/commit/2d29f46))
19+
- update `HTMLRouter.route()` to keep existing query string
20+
(only needed if not using hash fragment)
21+
1422
## [4.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-07-02)
1523

1624
#### 🚀 Features

packages/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/router",
3-
"version": "4.1.27",
3+
"version": "4.1.28",
44
"description": "Generic trie-based router with support for wildcards, route param validation/coercion, auth",
55
"type": "module",
66
"module": "./index.js",

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/server",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"description": "Minimal HTTP server with declarative routing, static file serving and freely extensible via pre/post interceptors",
55
"type": "module",
66
"module": "./index.js",
@@ -49,7 +49,7 @@
4949
"@thi.ng/logger": "^3.1.8",
5050
"@thi.ng/mime": "^2.7.9",
5151
"@thi.ng/paths": "^5.2.10",
52-
"@thi.ng/router": "^4.1.27",
52+
"@thi.ng/router": "^4.1.28",
5353
"@thi.ng/strings": "^3.9.12",
5454
"@thi.ng/timestamp": "^1.1.12",
5555
"@thi.ng/uuid": "^1.1.24"

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6127,7 +6127,7 @@ __metadata:
61276127
languageName: unknown
61286128
linkType: soft
61296129

6130-
"@thi.ng/router@npm:^4.1.27, @thi.ng/router@workspace:^, @thi.ng/router@workspace:packages/router":
6130+
"@thi.ng/router@npm:^4.1.28, @thi.ng/router@workspace:^, @thi.ng/router@workspace:packages/router":
61316131
version: 0.0.0-use.local
61326132
resolution: "@thi.ng/router@workspace:packages/router"
61336133
dependencies:
@@ -6322,7 +6322,7 @@ __metadata:
63226322
"@thi.ng/logger": "npm:^3.1.8"
63236323
"@thi.ng/mime": "npm:^2.7.9"
63246324
"@thi.ng/paths": "npm:^5.2.10"
6325-
"@thi.ng/router": "npm:^4.1.27"
6325+
"@thi.ng/router": "npm:^4.1.28"
63266326
"@thi.ng/strings": "npm:^3.9.12"
63276327
"@thi.ng/timestamp": "npm:^1.1.12"
63286328
"@thi.ng/uuid": "npm:^1.1.24"

0 commit comments

Comments
 (0)