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 d474eec commit fa296f0Copy full SHA for fa296f0
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [3.5.0](https://github.com/eggjs/egg-multipart/compare/v3.4.0...v3.5.0) (2025-01-22)
4
+
5
6
+### Features
7
8
+* support custom pathToRegexpModule ([#66](https://github.com/eggjs/egg-multipart/issues/66)) ([d474eec](https://github.com/eggjs/egg-multipart/commit/d474eecf1f86115bfb9750f1856a4d87ec542109))
9
10
## [3.4.0](https://github.com/eggjs/egg-multipart/compare/v3.3.0...v3.4.0) (2024-06-07)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "egg-multipart",
- "version": "3.4.0",
+ "version": "3.5.0",
"eggPlugin": {
"name": "multipart",
"optionalDependencies": [
0 commit comments