@@ -12,13 +12,13 @@ All notable changes to this project will be documented in this file. See [standa
1212
1313### 💅 Refactors
1414
15- - ⚠️ Unify apis with ` method, path ` order ([ #114 ] ( https://github.com/unjs/rou3/pull/114 ) )
15+ - ⚠️ Unify apis with ` ( method, path) ` order ([ #114 ] ( https://github.com/unjs/rou3/pull/114 ) )
1616- ** matcher:** Improve readability ([ af7af4d] ( https://github.com/unjs/rou3/commit/af7af4d ) )
1717
1818### 🏡 Chore
1919
2020- Fix coverage report ([ 4aad1cb] ( https://github.com/unjs/rou3/commit/4aad1cb ) )
21- - More strict tsconfig ([ 164efa2] ( https://github.com/unjs/rou3/commit/164efa2 ) )
21+ - More strict tsconfig ([ 164efa2] ( https://github.com/unjs/rou3/commit/164efa2 ) )chor
2222- Add bundle size badge ([ a540ceb] ( https://github.com/unjs/rou3/commit/a540ceb ) )
2323
2424### ✅ Tests
@@ -27,172 +27,12 @@ All notable changes to this project will be documented in this file. See [standa
2727
2828#### ⚠️ Breaking Changes
2929
30- - ⚠️ Unify apis with ` method, path ` order ([ #114 ] ( https://github.com/unjs/rou3/pull/114 ) )
30+ - ⚠️ Unify apis with ` method, path ` order ([ #114 ] ( https://github.com/unjs/rou3/pull/114 ) )
3131
3232### ❤️ Contributors
3333
3434- Pooya Parsa ([ @pi0 ] ( http://github.com/pi0 ) )
3535
3636## v0.1.0
3737
38- [ compare changes] ( https://github.com/unjs/rou3/compare/v1.1.2...v0.1.0 )
39-
40- ### 🚀 Enhancements
41-
42- - ⚠️ Support mixed params in same path segment ([ #52 ] ( https://github.com/unjs/rou3/pull/52 ) )
43-
44- ### 🔥 Performance
45-
46- - ** add:** Use string check for multi param ([ a41fd7b] ( https://github.com/unjs/rou3/commit/a41fd7b ) )
47- - Remove strict trailing slash ([ #111 ] ( https://github.com/unjs/rou3/pull/111 ) )
48-
49- ### 🩹 Fixes
50-
51- - Use ` Map.size ` to calculate the number of children ([ #73 ] ( https://github.com/unjs/rou3/pull/73 ) )
52- - ⚠️ Fallback to dynamic matcher if last segment didn't match ([ #110 ] ( https://github.com/unjs/rou3/pull/110 ) )
53-
54- ### 💅 Refactors
55-
56- - ⚠️ Rewrite library ([ #107 ] ( https://github.com/unjs/rou3/pull/107 ) )
57-
58- ### 🏡 Chore
59-
60- - Rebase with v1 ([ 641ff03] ( https://github.com/unjs/rou3/commit/641ff03 ) )
61- - Update ci ([ f9039f0] ( https://github.com/unjs/rou3/commit/f9039f0 ) )
62- - Apply automated updates ([ 9e19e22] ( https://github.com/unjs/rou3/commit/9e19e22 ) )
63- - Update deps ([ 6d263d5] ( https://github.com/unjs/rou3/commit/6d263d5 ) )
64- - Update eslint to v9 ([ 296132b] ( https://github.com/unjs/rou3/commit/296132b ) )
65- - Update pkg ([ 21db3d7] ( https://github.com/unjs/rou3/commit/21db3d7 ) )
66- - Apply automd ([ 4555c62] ( https://github.com/unjs/rou3/commit/4555c62 ) )
67- - Update benchmarks ([ 9a96709] ( https://github.com/unjs/rou3/commit/9a96709 ) )
68- - Update benchmarks ([ ec945ab] ( https://github.com/unjs/rou3/commit/ec945ab ) )
69- - Update bench scripts ([ 51b3ffc] ( https://github.com/unjs/rou3/commit/51b3ffc ) )
70- - Update bench ([ d46484e] ( https://github.com/unjs/rou3/commit/d46484e ) )
71- - Update bench ([ 830e4bc] ( https://github.com/unjs/rou3/commit/830e4bc ) )
72- - Apply automated updates ([ f30eba1] ( https://github.com/unjs/rou3/commit/f30eba1 ) )
73- - Remove unused code ([ f03bdb0] ( https://github.com/unjs/rou3/commit/f03bdb0 ) )
74- - Update bench ([ 487c8e0] ( https://github.com/unjs/rou3/commit/487c8e0 ) )
75-
76- ### ✅ Tests
77-
78- - Mark test for #96 with skip ([ #96 ] ( https://github.com/unjs/rou3/issues/96 ) )
79- - Add tests from #103 ([ #103 ] ( https://github.com/unjs/rou3/issues/103 ) )
80-
81- #### ⚠️ Breaking Changes
82-
83- - ⚠️ Support mixed params in same path segment ([ #52 ] ( https://github.com/unjs/rou3/pull/52 ) )
84- - ⚠️ Fallback to dynamic matcher if last segment didn't match ([ #110 ] ( https://github.com/unjs/rou3/pull/110 ) )
85- - ⚠️ Rewrite library ([ #107 ] ( https://github.com/unjs/rou3/pull/107 ) )
86-
87- ### ❤️ Contributors
88-
89- - Pooya Parsa ([ @pi0 ] ( http://github.com/pi0 ) )
90- - Andrew Walsh ([ @AndrewWalsh ] ( http://github.com/AndrewWalsh ) )
91-
92- ## v1.1.2
93-
94- [ compare changes] ( https://github.com/unjs/radix3/compare/v1.1.1...v1.1.2 )
95-
96- ### 🩹 Fixes
97-
98- - Consider max depth when multiple placeholders are candidate ([ #96 ] ( https://github.com/unjs/radix3/pull/96 ) )
99-
100- ### 🏡 Chore
101-
102- - Use ` npm publish ` ([ d4a245b] ( https://github.com/unjs/radix3/commit/d4a245b ) )
103-
104- ### ❤️ Contributors
105-
106- - Pooya Parsa ([ @pi0 ] ( http://github.com/pi0 ) )
107-
108- ## v1.1.1
109-
110- [ compare changes] ( https://github.com/unjs/radix3/compare/v1.1.0...v1.1.1 )
111-
112- ### 🩹 Fixes
113-
114- - ** toRouteMatcher:** Respect non strict trailing slash ([ #91 ] ( https://github.com/unjs/radix3/pull/91 ) )
115- - ** matcher:** Avoid prefix overlap for wildcards ([ #92 ] ( https://github.com/unjs/radix3/pull/92 ) )
116-
117- ### 💅 Refactors
118-
119- - Strict type checks ([ ad79316] ( https://github.com/unjs/radix3/commit/ad79316 ) )
120-
121- ### 🏡 Chore
122-
123- - ** release:** V1.1.0 ([ c04bc04] ( https://github.com/unjs/radix3/commit/c04bc04 ) )
124- - Update dependencies ([ c953444] ( https://github.com/unjs/radix3/commit/c953444 ) )
125- - Run ci against ` v1 ` branch too ([ aaf0771] ( https://github.com/unjs/radix3/commit/aaf0771 ) )
126- - Update dev dependencies ([ ff6faab] ( https://github.com/unjs/radix3/commit/ff6faab ) )
127- - Apply automated updates ([ 8e4a5bb] ( https://github.com/unjs/radix3/commit/8e4a5bb ) )
128-
129- ### 🎨 Styles
130-
131- - Format with prettier v3 ([ e77a5d5] ( https://github.com/unjs/radix3/commit/e77a5d5 ) )
132-
133- ### 🤖 CI
134-
135- - Add autofix script ([ c314b40] ( https://github.com/unjs/radix3/commit/c314b40 ) )
136-
137- ### ❤️ Contributors
138-
139- - Pooya Parsa ([ @pi0 ] ( http://github.com/pi0 ) )
140-
141- ## v1.1.0
142-
143- [ compare changes] ( https://github.com/unjs/radix3/compare/v1.0.1...v1.1.0 )
144-
145-
146- ### 🚀 Enhancements
147-
148- - Allow exporting/importing matchers ([ #62 ] ( https://github.com/unjs/radix3/pull/62 ) )
149-
150- ### ❤️ Contributors
151-
152- - Daniel Roe < daniel@roe.dev >
153-
154- ## v1.0.1
155-
156- [ compare changes] ( https://github.com/unjs/radix3/compare/v1.0.0...v1.0.1 )
157-
158-
159- ### 🩹 Fixes
160-
161- - ** matchAll:** Sort route with same type ([ #45 ] ( https://github.com/unjs/radix3/pull/45 ) )
162-
163- ### 🏡 Chore
164-
165- - ** readme:** Improvements ([ 75fc5c5] ( https://github.com/unjs/radix3/commit/75fc5c5 ) )
166- - ** readme:** Use correct link ([ 58b49a7] ( https://github.com/unjs/radix3/commit/58b49a7 ) )
167- - Update lockfile ([ a423c97] ( https://github.com/unjs/radix3/commit/a423c97 ) )
168-
169- ### 🎨 Styles
170-
171- - Format with prettier ([ 3eababa] ( https://github.com/unjs/radix3/commit/3eababa ) )
172-
173- ### ❤️ Contributors
174-
175- - Pooya Parsa ([ @pi0 ] ( http://github.com/pi0 ) )
176- - Sébastien Chopin < seb@nuxtlabs.com >
177-
178- ## [ 1.0.0] ( https://github.com/unjs/radix3/compare/v0.2.1...v1.0.0 ) (2022-11-15)
179-
180-
181- ### Bug Fixes
182-
183- * dynamic route deletion ([ #22 ] ( https://github.com/unjs/radix3/issues/22 ) ) ([ 8328f87] ( https://github.com/unjs/radix3/commit/8328f87a241ab9f7ceabc0e0d2c23dfd456f3c3c ) )
184-
185- ### [ 0.1.2] ( https://github.com/unjs/radix3/compare/v0.1.1...v0.1.2 ) (2022-05-04)
186-
187-
188- ### Features
189-
190- * match wildcard param ([ 9498610] ( https://github.com/unjs/radix3/commit/9498610c18e5f10a3780f9653cb1dca8157c0e21 ) )
191- * named wildcard routes ([ 2c681b4] ( https://github.com/unjs/radix3/commit/2c681b41ab787f7f33b910d86253761814e39910 ) )
192-
193- ### 0.1.1 (2022-03-09)
194-
195-
196- ### Features
197-
198- * support unnamed placeholders with single * ([ 5900b13] ( https://github.com/unjs/radix3/commit/5900b135ef6a255713356c242455d837fd295751 ) )
38+ Radix3 migrated to ` rou3 ` (see https://github.com/unjs/rou3/issues/108 )
0 commit comments