Skip to content

Commit 13b8115

Browse files
chore(release): v0.1.1
1 parent 92089bf commit 13b8115

3 files changed

Lines changed: 38 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Changelog
2+
3+
## [0.1.1] - 2026-04-12
4+
5+
### 🐛 Bug Fixes
6+
7+
- Resolve high-severity audit findings across matcher, router, CI, and build
8+
- Regenerate lockfile to resolve missing transitive deps on CI
9+
## [0.1.0] - 2026-03-29
10+
11+
### 🚀 Features
12+
13+
- Add trie-based route matcher with static, dynamic, and wildcard segments
14+
- Add React 19 integration with Router, Link, hooks, contexts, and memory navigation
15+
- Add declarative createRouter builder API with example app
16+
- [**breaking**] Add PrefetchContext to PrefetchFunc signature
17+
- Accept callback function in redirect() for dynamic targets
18+
19+
### 🐛 Bug Fixes
20+
21+
- Remove invalid char
22+
- Add missing transitive deps to lockfile
23+
- Format and fix tsc
24+
- Resolve lint errors in test helpers, search params, and prefetch effect
25+
- Remove NPM_TOKEN from release workflow, use OIDC provenance
26+
27+
### 🧪 Testing
28+
29+
- Add comprehensive test suite with 180 concurrent tests at 98.98% line coverage
30+
31+
### ⚙️ Miscellaneous Tasks
32+
33+
- Scaffold project with build, lint, and test config
34+
- Add GitHub Actions CI workflow and recommended VS Code extensions
35+
- Add README, git-cliff config, and automated release workflow

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiolambda/router",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"license": "MIT",
55
"keywords": [
66
"router",

0 commit comments

Comments
 (0)