Skip to content

Commit 0f86945

Browse files
committed
chore(release): v0.8.0
1 parent b0617cb commit 0f86945

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
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.8.0
6+
7+
[compare changes](https://github.com/h3js/rou3/compare/v0.7.12...v0.8.0)
8+
9+
### 🚀 Enhancements
10+
11+
- ⚠️ Url pattern compatibility ([#178](https://github.com/h3js/rou3/pull/178))
12+
13+
### 🔥 Performance
14+
15+
- Compiler - check `params.length > 0` instead of using a `Set` to deduplicate static nodes - prevent deopts from accessing `s` out of bound for some cases in compiler output - use `.concat` instead of spread syntax for faster `params` array cloning and disable the lint rule that prefer spread ([3575022](https://github.com/h3js/rou3/commit/3575022))
16+
- Avoid +1 a lot of time by changing startIdx to 1 ([285aa05](https://github.com/h3js/rou3/commit/285aa05))
17+
18+
### 🩹 Fixes
19+
20+
- HasIf should only be set to true if an if clause was appended before ([208262c](https://github.com/h3js/rou3/commit/208262c))
21+
22+
### 🏡 Chore
23+
24+
- Apply automated updates ([5ae135a](https://github.com/h3js/rou3/commit/5ae135a))
25+
- Init agents.md ([2ec1bd8](https://github.com/h3js/rou3/commit/2ec1bd8))
26+
- Ignore agents.md from linter ([3b23ad1](https://github.com/h3js/rou3/commit/3b23ad1))
27+
- Update deps and lint ([ce88d82](https://github.com/h3js/rou3/commit/ce88d82))
28+
- Apply automated updates ([b0617cb](https://github.com/h3js/rou3/commit/b0617cb))
29+
30+
#### ⚠️ Breaking Changes
31+
32+
- ⚠️ Url pattern compatibility ([#178](https://github.com/h3js/rou3/pull/178))
33+
34+
### ❤️ Contributors
35+
36+
- Pooya Parsa ([@pi0](https://github.com/pi0))
37+
- Aquapi ([@aquapi](https://github.com/aquapi))
38+
539
## v0.7.12
640

741
[compare changes](https://github.com/h3js/rou3/compare/v0.7.11...v0.7.12)

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.7.12",
3+
"version": "0.8.0",
44
"description": "Lightweight and fast router for JavaScript.",
55
"license": "MIT",
66
"repository": "h3js/rou3",

0 commit comments

Comments
 (0)