Skip to content

Commit d714798

Browse files
committed
chore(release): v0.7.0
1 parent 8eaab23 commit d714798

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,58 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## v0.7.0
6+
7+
[compare changes](https://github.com/h3js/rou3/compare/v0.6.3...v0.7.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Experimental compiler ([#155](https://github.com/h3js/rou3/pull/155))
12+
- **compiler:** Complete functionality to match `findRoute` ([#158](https://github.com/h3js/rou3/pull/158))
13+
- **compiler:** `compileRouterToString` ([#159](https://github.com/h3js/rou3/pull/159))
14+
- **compileRouterToString:** Support serializing custom code with `{ toJSON }` ([064ae0d](https://github.com/h3js/rou3/commit/064ae0d))
15+
16+
### 🔥 Performance
17+
18+
- **compiler:** Faster split ([8b2ea34](https://github.com/h3js/rou3/commit/8b2ea34))
19+
20+
### 🩹 Fixes
21+
22+
- **compiler:** Avoid duplicate static checks ([db9fcf2](https://github.com/h3js/rou3/commit/db9fcf2))
23+
- Preserve empty segments ([#160](https://github.com/h3js/rou3/pull/160))
24+
25+
### 💅 Refactors
26+
27+
- **compiler:** Only warn for not supported regexp ([012d8b9](https://github.com/h3js/rou3/commit/012d8b9))
28+
29+
### 📦 Build
30+
31+
- Use `/compiler` subpath ([8c8c12e](https://github.com/h3js/rou3/commit/8c8c12e))
32+
33+
### 🏡 Chore
34+
35+
- Apply automated updates ([3c7526d](https://github.com/h3js/rou3/commit/3c7526d))
36+
- Add codeowners file ([3693344](https://github.com/h3js/rou3/commit/3693344))
37+
- Update deps ([ba1eba0](https://github.com/h3js/rou3/commit/ba1eba0))
38+
- Remove duplicate test ([e370538](https://github.com/h3js/rou3/commit/e370538))
39+
- Refactor compiler fns ([ed4a95d](https://github.com/h3js/rou3/commit/ed4a95d))
40+
- Update jsdocs ([65bc888](https://github.com/h3js/rou3/commit/65bc888))
41+
- Typo ([302ef03](https://github.com/h3js/rou3/commit/302ef03))
42+
- Apply automated updates ([c22b957](https://github.com/h3js/rou3/commit/c22b957))
43+
44+
### ✅ Tests
45+
46+
- Add `test:compiler` for full tests ([636795f](https://github.com/h3js/rou3/commit/636795f))
47+
- Snapshot compiler result ([991e7d8](https://github.com/h3js/rou3/commit/991e7d8))
48+
- Merge compiler with main tests ([e5c7b50](https://github.com/h3js/rou3/commit/e5c7b50))
49+
- Add back compiler snapshot! ([e4d6287](https://github.com/h3js/rou3/commit/e4d6287))
50+
- Make sure all inputs have leading slash ([0aa1de3](https://github.com/h3js/rou3/commit/0aa1de3))
51+
52+
### ❤️ Contributors
53+
54+
- Pooya Parsa ([@pi0](https://github.com/pi0))
55+
- Reve ([@aquapi](https://github.com/aquapi))
56+
557
## v0.6.3
658

759
[compare changes](https://github.com/h3js/rou3/compare/v0.6.2...v0.6.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rou3",
3-
"version": "0.6.3",
3+
"version": "0.7.0",
44
"description": "Lightweight and fast router for JavaScript.",
55
"repository": "h3js/rou3",
66
"license": "MIT",

0 commit comments

Comments
 (0)