Skip to content

Commit

Permalink
chore(release): v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 9, 2024
1 parent 70dc811 commit 41ba417
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,50 @@

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.

## v0.3.0

[compare changes](https://github.com/unjs/rou3/compare/v0.1.0...v0.3.0)

### 🚀 Enhancements

- ⚠️ `findAllRoutes` ([#117](https://github.com/unjs/rou3/pull/117))

### 🩹 Fixes

- **matcher:** Match param in last segment ([#110](https://github.com/unjs/rou3/pull/110))

### 💅 Refactors

- ⚠️ Unify apis with `method, path` order ([#114](https://github.com/unjs/rou3/pull/114))
- **matcher:** Improve readability ([af7af4d](https://github.com/unjs/rou3/commit/af7af4d))
- Makes params matching opt-out always ([35aaf15](https://github.com/unjs/rou3/commit/35aaf15))

### 🏡 Chore

- Fix coverage report ([4aad1cb](https://github.com/unjs/rou3/commit/4aad1cb))
- More strict tsconfig ([164efa2](https://github.com/unjs/rou3/commit/164efa2))
- Add bundle size badge ([a540ceb](https://github.com/unjs/rou3/commit/a540ceb))
- **release:** V0.2.0 ([6bde127](https://github.com/unjs/rou3/commit/6bde127))
- Reset changelog for rou3 ([b7fe8b7](https://github.com/unjs/rou3/commit/b7fe8b7))
- Update bench test ([d5574a5](https://github.com/unjs/rou3/commit/d5574a5))
- Update tests and bench ([aa2153f](https://github.com/unjs/rou3/commit/aa2153f))
- Bench against source ([05b9a8b](https://github.com/unjs/rou3/commit/05b9a8b))
- Update bench ([70dc811](https://github.com/unjs/rou3/commit/70dc811))

### ✅ Tests

- Update matcher tests ([c81d596](https://github.com/unjs/rou3/commit/c81d596))
- Add benchmark tests ([#116](https://github.com/unjs/rou3/pull/116))

#### ⚠️ Breaking Changes

- ⚠️ `findAllRoutes` ([#117](https://github.com/unjs/rou3/pull/117))
- ⚠️ Unify apis with `method, path` order ([#114](https://github.com/unjs/rou3/pull/114))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v0.2.0

[compare changes](https://github.com/unjs/rou3/compare/v0.1.0...v0.2.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rou3",
"version": "0.2.0",
"version": "0.3.0",
"description": "Lightweight and fast router for JavaScript based on Radix Tree",
"repository": "unjs/rou3",
"license": "MIT",
Expand Down

0 comments on commit 41ba417

Please sign in to comment.