We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d5bec commit 5f8082bCopy full SHA for 5f8082b
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.2.0](https://github.com/eggjs/egg-path-matching/compare/v1.1.0...v1.2.0) (2025-01-22)
4
+
5
6
+### Features
7
8
+* support custom pathToRegexpModule ([#11](https://github.com/eggjs/egg-path-matching/issues/11)) ([694acc8](https://github.com/eggjs/egg-path-matching/commit/694acc854cad6b3fc99632100b5e37dae552bd48))
9
10
## [1.1.0](https://github.com/eggjs/egg-path-matching/compare/v1.0.1...v1.1.0) (2023-12-14)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "egg-path-matching",
- "version": "1.1.0",
+ "version": "1.2.0",
"engine": {
"node": ">= 4.0.0"
},
0 commit comments