Skip to content

Commit 2ba0209

Browse files
committed
chore(projects): release v1.0.0-beta.2
1 parent edd66f7 commit 2ba0209

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

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

33

4+
## [v1.0.0-beta.2](https://github.com/soybeanjs/elegant-router/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2025-05-14)
5+
6+
###    🚀 Features
7+
8+
- **routes**: support parse params of custom route &nbsp;-&nbsp; by @soybeanjs [<samp>(5b9e1)</samp>](https://github.com/soybeanjs/elegant-router/commit/5b9e115)
9+
10+
### &nbsp;&nbsp;&nbsp;🛠 Optimizations
11+
12+
- **projects**: remove useless file &nbsp;-&nbsp; by @soybeanjs [<samp>(2cd45)</samp>](https://github.com/soybeanjs/elegant-router/commit/2cd451e)
13+
14+
### &nbsp;&nbsp;&nbsp;📖 Documentation
15+
16+
- **readme**: simplify ElegantRouter customRoute example for clarity &nbsp;-&nbsp; by @soybeanjs [<samp>(079a2)</samp>](https://github.com/soybeanjs/elegant-router/commit/079a207)
17+
18+
### &nbsp;&nbsp;&nbsp;🏡 Chore
19+
20+
- **deps**: update deps &nbsp;-&nbsp; by @soybeanjs [<samp>(edd66)</samp>](https://github.com/soybeanjs/elegant-router/commit/edd66f7)
21+
22+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
23+
24+
[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)&nbsp;&nbsp;
25+
426
## [v1.0.0-beta.1](https://github.com/soybeanjs/elegant-router/compare/v1.0.0-alpha.6...v1.0.0-beta.1) (2025-05-14)
527

628
### &nbsp;&nbsp;&nbsp;🚀 Features

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.0-beta.1",
4+
"version": "1.0.0-beta.2",
55
"private": true,
66
"packageManager": "pnpm@10.11.0",
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.0-beta.1",
4+
"version": "1.0.0-beta.2",
55
"packageManager": "pnpm@10.11.0",
66
"description": "A plugin to create router elegantly",
77
"author": {

0 commit comments

Comments
 (0)