File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ # [ 1.6.0] ( https://github.com/JsonMa/swagger-egg/compare/v1.5.2...v1.6.0 ) (2022-03-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * :bug : fix controller not found bug in router file ([ d6a4590] ( https://github.com/JsonMa/swagger-egg/commit/d6a45905a55b924e6336338660e8d333dbc31a57 ) )
7
+ * eslint auto fix ([ 16f2a92] ( https://github.com/JsonMa/swagger-egg/commit/16f2a92ee00d3e24edd46edfb74a85b632f9a4cd ) )
8
+
9
+
10
+ ### Features
11
+
12
+ * 支持 typescript 定义 schema ([ 608298e] ( https://github.com/JsonMa/swagger-egg/commit/608298e46f4a3b41a2ee8615331ad8f7497e7a51 ) )
13
+ * Add default value in [ @description ] ( https://github.com/description ) #parameters ([ 4846bec] ( https://github.com/JsonMa/swagger-egg/commit/4846becd803e07d35edcde83f3f98b6bb162ebeb ) )
14
+ * add egg-swagger-ts-schema-example ([ 1bc2ffc] ( https://github.com/JsonMa/swagger-egg/commit/1bc2ffcfa6168924b533918c04e46430b7ce31a9 ) )
15
+ * Add typescriptJsonSchema option to readme ([ feb10e7] ( https://github.com/JsonMa/swagger-egg/commit/feb10e7533d300101dd629dc53159a8b7808d279 ) )
16
+ * update package-lock ([ 83db7b9] ( https://github.com/JsonMa/swagger-egg/commit/83db7b98e39d764aa4893ad9d0e7dde037f95e71 ) )
17
+
18
+
19
+
1
20
## [ 1.5.2] ( https://github.com/JsonMa/swagger-egg/compare/v1.4.1...v1.5.2 ) (2022-03-10)
2
21
3
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " swagger-egg" ,
3
- "version" : " 1.5.2 " ,
3
+ "version" : " 1.6.0 " ,
4
4
"description" : " swagger document generator for egg." ,
5
5
"eggPlugin" : {
6
6
"name" : " swaggerEgg"
You can’t perform that action at this time.
0 commit comments