Skip to content

Commit f0dc20a

Browse files
committed
chore: move to h3js
1 parent 4c39178 commit f0dc20a

File tree

3 files changed

+61
-64
lines changed

3 files changed

+61
-64
lines changed

CHANGELOG.md

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -4,50 +4,50 @@ All notable changes to this project will be documented in this file. See [standa
44

55
## v0.6.1
66

7-
[compare changes](https://github.com/unjs/rou3/compare/v0.6.0...v0.6.1)
7+
[compare changes](https://github.com/h3js/rou3/compare/v0.6.0...v0.6.1)
88

99
### 💅 Refactors
1010

11-
- Explicit extensions and types ([2043cca](https://github.com/unjs/rou3/commit/2043cca))
11+
- Explicit extensions and types ([2043cca](https://github.com/h3js/rou3/commit/2043cca))
1212

1313
### 📦 Build
1414

15-
- Use obuild ([e209f3b](https://github.com/unjs/rou3/commit/e209f3b))
15+
- Use obuild ([e209f3b](https://github.com/h3js/rou3/commit/e209f3b))
1616

1717
### 🏡 Chore
1818

19-
- Update readme ([6cf82d7](https://github.com/unjs/rou3/commit/6cf82d7))
19+
- Update readme ([6cf82d7](https://github.com/h3js/rou3/commit/6cf82d7))
2020

2121
### ❤️ Contributors
2222

2323
- Pooya Parsa ([@pi0](https://github.com/pi0))
2424

2525
## v0.6.0
2626

27-
[compare changes](https://github.com/unjs/rou3/compare/v0.5.1...v0.6.0)
27+
[compare changes](https://github.com/h3js/rou3/compare/v0.5.1...v0.6.0)
2828

2929
### 🩹 Fixes
3030

31-
- **findAll:** Last named segment is required ([#128](https://github.com/unjs/rou3/pull/128))
32-
- **removeRoute:** Remove named wildcard routes ([#137](https://github.com/unjs/rou3/pull/137))
31+
- **findAll:** Last named segment is required ([#128](https://github.com/h3js/rou3/pull/128))
32+
- **removeRoute:** Remove named wildcard routes ([#137](https://github.com/h3js/rou3/pull/137))
3333

3434
### 💅 Refactors
3535

36-
- Improve null proto obj ([5899c44](https://github.com/unjs/rou3/commit/5899c44))
36+
- Improve null proto obj ([5899c44](https://github.com/h3js/rou3/commit/5899c44))
3737

3838
### 📦 Build
3939

40-
- ⚠️ Esm-only dist ([c7d3025](https://github.com/unjs/rou3/commit/c7d3025))
40+
- ⚠️ Esm-only dist ([c7d3025](https://github.com/h3js/rou3/commit/c7d3025))
4141

4242
### 🏡 Chore
4343

44-
- Update deps ([9a60d24](https://github.com/unjs/rou3/commit/9a60d24))
45-
- Apply automated updates ([8cfb1bf](https://github.com/unjs/rou3/commit/8cfb1bf))
46-
- Update dev deps ([cbf4a8a](https://github.com/unjs/rou3/commit/cbf4a8a))
44+
- Update deps ([9a60d24](https://github.com/h3js/rou3/commit/9a60d24))
45+
- Apply automated updates ([8cfb1bf](https://github.com/h3js/rou3/commit/8cfb1bf))
46+
- Update dev deps ([cbf4a8a](https://github.com/h3js/rou3/commit/cbf4a8a))
4747

4848
#### ⚠️ Breaking Changes
4949

50-
- ⚠️ Esm-only dist ([c7d3025](https://github.com/unjs/rou3/commit/c7d3025))
50+
- ⚠️ Esm-only dist ([c7d3025](https://github.com/h3js/rou3/commit/c7d3025))
5151

5252
### ❤️ Contributors
5353

@@ -57,137 +57,137 @@ All notable changes to this project will be documented in this file. See [standa
5757

5858
## v0.5.1
5959

60-
[compare changes](https://github.com/unjs/rou3/compare/v0.5.0...v0.5.1)
60+
[compare changes](https://github.com/h3js/rou3/compare/v0.5.0...v0.5.1)
6161

6262
### 💅 Refactors
6363

64-
- Reduce bundle overhead ([0eed2e8](https://github.com/unjs/rou3/commit/0eed2e8))
64+
- Reduce bundle overhead ([0eed2e8](https://github.com/h3js/rou3/commit/0eed2e8))
6565

6666
### ❤️ Contributors
6767

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

7070
## v0.5.0
7171

72-
[compare changes](https://github.com/unjs/rou3/compare/v0.4.0...v0.5.0)
72+
[compare changes](https://github.com/h3js/rou3/compare/v0.4.0...v0.5.0)
7373

7474
### 🔥 Performance
7575

76-
- Avoid `Object.create(null)` ([2b7ac09](https://github.com/unjs/rou3/commit/2b7ac09))
76+
- Avoid `Object.create(null)` ([2b7ac09](https://github.com/h3js/rou3/commit/2b7ac09))
7777

7878
### 🩹 Fixes
7979

80-
- ⚠️ Last named segment should be required ([#123](https://github.com/unjs/rou3/pull/123))
80+
- ⚠️ Last named segment should be required ([#123](https://github.com/h3js/rou3/pull/123))
8181

8282
### 🏡 Chore
8383

84-
- Ignore bun lockfile ([172f548](https://github.com/unjs/rou3/commit/172f548))
85-
- Update release ([1c85bb8](https://github.com/unjs/rou3/commit/1c85bb8))
84+
- Ignore bun lockfile ([172f548](https://github.com/h3js/rou3/commit/172f548))
85+
- Update release ([1c85bb8](https://github.com/h3js/rou3/commit/1c85bb8))
8686

8787
#### ⚠️ Breaking Changes
8888

89-
- ⚠️ Last named segment should be required ([#123](https://github.com/unjs/rou3/pull/123))
89+
- ⚠️ Last named segment should be required ([#123](https://github.com/h3js/rou3/pull/123))
9090

9191
### ❤️ Contributors
9292

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

9595
## v0.4.0
9696

97-
[compare changes](https://github.com/unjs/rou3/compare/v0.3.0...v0.4.0)
97+
[compare changes](https://github.com/h3js/rou3/compare/v0.3.0...v0.4.0)
9898

9999
### 🚀 Enhancements
100100

101-
- ⚠️ Support multiple entries with same route ([#118](https://github.com/unjs/rou3/pull/118))
101+
- ⚠️ Support multiple entries with same route ([#118](https://github.com/h3js/rou3/pull/118))
102102

103103
### 🏡 Chore
104104

105-
- Update bench ([a293f3b](https://github.com/unjs/rou3/commit/a293f3b))
106-
- Update docs ([484a77e](https://github.com/unjs/rou3/commit/484a77e))
105+
- Update bench ([a293f3b](https://github.com/h3js/rou3/commit/a293f3b))
106+
- Update docs ([484a77e](https://github.com/h3js/rou3/commit/484a77e))
107107

108108
#### ⚠️ Breaking Changes
109109

110-
- ⚠️ Support multiple entries with same route ([#118](https://github.com/unjs/rou3/pull/118))
110+
- ⚠️ Support multiple entries with same route ([#118](https://github.com/h3js/rou3/pull/118))
111111

112112
### ❤️ Contributors
113113

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

116116
## v0.3.0
117117

118-
[compare changes](https://github.com/unjs/rou3/compare/v0.1.0...v0.3.0)
118+
[compare changes](https://github.com/h3js/rou3/compare/v0.1.0...v0.3.0)
119119

120120
### 🚀 Enhancements
121121

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

124124
### 🩹 Fixes
125125

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

128128
### 💅 Refactors
129129

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

134134
### 🏡 Chore
135135

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

146146
### ✅ Tests
147147

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

151151
#### ⚠️ Breaking Changes
152152

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

156156
### ❤️ Contributors
157157

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

160160
## v0.2.0
161161

162-
[compare changes](https://github.com/unjs/rou3/compare/v0.1.0...v0.2.0)
162+
[compare changes](https://github.com/h3js/rou3/compare/v0.1.0...v0.2.0)
163163

164164
### 🩹 Fixes
165165

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

168168
### 💅 Refactors
169169

170-
- ⚠️ Unify apis with `(method, path)` order ([#114](https://github.com/unjs/rou3/pull/114))
171-
- **matcher:** Improve readability ([af7af4d](https://github.com/unjs/rou3/commit/af7af4d))
170+
- ⚠️ Unify apis with `(method, path)` order ([#114](https://github.com/h3js/rou3/pull/114))
171+
- **matcher:** Improve readability ([af7af4d](https://github.com/h3js/rou3/commit/af7af4d))
172172

173173
### 🏡 Chore
174174

175-
- Fix coverage report ([4aad1cb](https://github.com/unjs/rou3/commit/4aad1cb))
176-
- More strict tsconfig ([164efa2](https://github.com/unjs/rou3/commit/164efa2))chor
177-
- Add bundle size badge ([a540ceb](https://github.com/unjs/rou3/commit/a540ceb))
175+
- Fix coverage report ([4aad1cb](https://github.com/h3js/rou3/commit/4aad1cb))
176+
- More strict tsconfig ([164efa2](https://github.com/h3js/rou3/commit/164efa2))chor
177+
- Add bundle size badge ([a540ceb](https://github.com/h3js/rou3/commit/a540ceb))
178178

179179
### ✅ Tests
180180

181-
- Update matcher tests ([c81d596](https://github.com/unjs/rou3/commit/c81d596))
181+
- Update matcher tests ([c81d596](https://github.com/h3js/rou3/commit/c81d596))
182182

183183
#### ⚠️ Breaking Changes
184184

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

187187
### ❤️ Contributors
188188

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

191191
## v0.1.0
192192

193-
Radix3 migrated to `rou3` (see https://github.com/unjs/rou3/issues/108)
193+
Radix3 migrated to `rou3` (see https://github.com/h3js/rou3/issues/108)

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,12 @@
55
[![npm version](https://img.shields.io/npm/v/rou3)](https://npmjs.com/package/rou3)
66
[![npm downloads](https://img.shields.io/npm/dm/rou3)](https://npm.chart.dev/rou3)
77
[![bundle size](https://img.shields.io/bundlejs/size/rou3)](https://bundlejs.com/?q=rou3)
8-
[![codecov](https://img.shields.io/codecov/c/gh/unjs/rou3)](https://codecov.io/gh/unjs/rou3)
8+
[![codecov](https://img.shields.io/codecov/c/gh/h3js/rou3)](https://codecov.io/gh/h3js/rou3)
99

1010
<!-- /automd -->
1111

1212
Lightweight and fast router for JavaScript.
1313

14-
> [!NOTE]
15-
> Radix3 migrated to Rou3! See [#108](https://github.com/unjs/radix3/issues/108) for notes and [radix3 branch](https://github.com/unjs/rou3/tree/radix3) for legacy codebase.
16-
1714
## Usage
1815

1916
**Install:**
@@ -88,11 +85,11 @@ findRoute(router, "GET", "/");
8885

8986
<!-- automd:contributors license=MIT author="pi0" -->
9087

91-
Published under the [MIT](https://github.com/unjs/rou3/blob/main/LICENSE) license.
92-
Made by [@pi0](https://github.com/pi0) and [community](https://github.com/unjs/rou3/graphs/contributors) 💛
88+
Published under the [MIT](https://github.com/h3js/rou3/blob/main/LICENSE) license.
89+
Made by [@pi0](https://github.com/pi0) and [community](https://github.com/h3js/rou3/graphs/contributors) 💛
9390
<br><br>
94-
<a href="https://github.com/unjs/rou3/graphs/contributors">
95-
<img src="https://contrib.rocks/image?repo=unjs/rou3" />
91+
<a href="https://github.com/h3js/rou3/graphs/contributors">
92+
<img src="https://contrib.rocks/image?repo=h3js/rou3" />
9693
</a>
9794

9895
<!-- /automd -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rou3",
33
"version": "0.6.1",
44
"description": "Lightweight and fast router for JavaScript based on Radix Tree",
5-
"repository": "unjs/rou3",
5+
"repository": "h3js/rou3",
66
"license": "MIT",
77
"sideEffects": false,
88
"type": "module",

0 commit comments

Comments
 (0)