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