Skip to content

Commit f692432

Browse files
committed
chore(projects): release v1.0.4
1 parent 029f1ad commit f692432

File tree

3 files changed

+48
-2
lines changed

3 files changed

+48
-2
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,52 @@
11
# Changelog
22

33

4+
## [v1.0.4](https://github.com/soybeanjs/elegent-router/compare/v1.0.3...v1.0.4) (2025-09-17)
5+
6+
###    🐞 Bug Fixes
7+
8+
- **projects**:
9+
- add getRoutePath to resolve node &nbsp;-&nbsp; by @soybeanjs [<samp>(43506)</samp>](https://github.com/soybeanjs/elegent-router/commit/435060b)
10+
- fix getRoutePath &nbsp;-&nbsp; by @soybeanjs [<samp>(5c7eb)</samp>](https://github.com/soybeanjs/elegent-router/commit/5c7eb97)
11+
- fix json import &nbsp;-&nbsp; by @soybeanjs [<samp>(029f1)</samp>](https://github.com/soybeanjs/elegent-router/commit/029f1ad)
12+
- **route**:
13+
- remove redundant variable declarations in updateRoutes function &nbsp;-&nbsp; by @soybeanjs [<samp>(9a6c9)</samp>](https://github.com/soybeanjs/elegent-router/commit/9a6c93a)
14+
- **types**:
15+
- fix unocss types &nbsp;-&nbsp; by @soybeanjs [<samp>(c0072)</samp>](https://github.com/soybeanjs/elegent-router/commit/c007273)
16+
17+
### &nbsp;&nbsp;&nbsp;🛠 Optimizations
18+
19+
- **comment**:
20+
- add oxlint-disable to generated file comments &nbsp;-&nbsp; by @soybeanjs [<samp>(cdc4c)</samp>](https://github.com/soybeanjs/elegent-router/commit/cdc4c2e)
21+
- **projects**:
22+
- optimize package.json exports &nbsp;-&nbsp; by @soybeanjs [<samp>(91df5)</samp>](https://github.com/soybeanjs/elegent-router/commit/91df505)
23+
- optimize option &nbsp;-&nbsp; by @soybeanjs [<samp>(7a77f)</samp>](https://github.com/soybeanjs/elegent-router/commit/7a77f4b)
24+
- enhance parameter parse &nbsp;-&nbsp; by @soybeanjs [<samp>(aaa2a)</samp>](https://github.com/soybeanjs/elegent-router/commit/aaa2a78)
25+
- update example route genrations &nbsp;-&nbsp; by @soybeanjs [<samp>(89d50)</samp>](https://github.com/soybeanjs/elegent-router/commit/89d501f)
26+
27+
### &nbsp;&nbsp;&nbsp;💅 Refactors
28+
29+
- **constants**: unify configuration file source constants &nbsp;-&nbsp; by @soybeanjs [<samp>(4b23a)</samp>](https://github.com/soybeanjs/elegent-router/commit/4b23aa5)
30+
- **dts**: improve reuse route key generation logic &nbsp;-&nbsp; by @soybeanjs [<samp>(3e516)</samp>](https://github.com/soybeanjs/elegent-router/commit/3e516ae)
31+
- **generate**: remove unused getRouteName function and clean up imports &nbsp;-&nbsp; by @soybeanjs [<samp>(712a6)</samp>](https://github.com/soybeanjs/elegent-router/commit/712a6c2)
32+
- **projects**: use tsdown replace unbuild &nbsp;-&nbsp; by @soybeanjs [<samp>(7ba98)</samp>](https://github.com/soybeanjs/elegent-router/commit/7ba98ec)
33+
- **route**: optimize updateRoutes function by rearranging element removal logic &nbsp;-&nbsp; by @soybeanjs [<samp>(1a4de)</samp>](https://github.com/soybeanjs/elegent-router/commit/1a4deb4)
34+
35+
### &nbsp;&nbsp;&nbsp;🏡 Chore
36+
37+
- **build**:
38+
- remove build.config.ts file &nbsp;-&nbsp; by @soybeanjs [<samp>(1cf79)</samp>](https://github.com/soybeanjs/elegent-router/commit/1cf7923)
39+
- **deps**:
40+
- update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(c6327)</samp>](https://github.com/soybeanjs/elegent-router/commit/c6327fe)
41+
- update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(437ee)</samp>](https://github.com/soybeanjs/elegent-router/commit/437ee9b)
42+
- update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(4da01)</samp>](https://github.com/soybeanjs/elegent-router/commit/4da011e)
43+
- **projects**:
44+
- update package.json bin &nbsp;-&nbsp; by @soybeanjs [<samp>(c9502)</samp>](https://github.com/soybeanjs/elegent-router/commit/c95027b)
45+
46+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
47+
48+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
49+
450
## [v1.0.4-beta.10](https://github.com/soybeanjs/elegent-router/compare/v1.0.4-beta.9...v1.0.4-beta.10) (2025-07-31)
551

652
### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "template-vue",
33
"type": "module",
4-
"version": "1.0.4-beta.10",
4+
"version": "1.0.4",
55
"private": true,
66
"packageManager": "pnpm@10.16.1",
77
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "elegant-router",
33
"type": "module",
4-
"version": "1.0.4-beta.10",
4+
"version": "1.0.4",
55
"packageManager": "pnpm@10.16.1",
66
"description": "A plugin to create router elegantly",
77
"author": {

0 commit comments

Comments
 (0)