File tree Expand file tree Collapse file tree 3 files changed +137
-237
lines changed Expand file tree Collapse file tree 3 files changed +137
-237
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## [ 0.16.0] - 2021-01-25
5
+ ### Added
6
+ - Added option to set the indentation (spaces and tabs)
7
+ - Added option to export separate client file that allows usage for multiple backends
8
+ ### Fixed
9
+ - Decoupled OpenAPI object from requests
10
+ - Updated dependencies
11
+
4
12
## [ 0.15.0] - 2021-01-24
5
13
### Added
6
14
- Added change log and releases on GitHub
Original file line number Diff line number Diff line change 79
79
"@types/express" : " 4.17.13" ,
80
80
"@types/glob" : " 7.2.0" ,
81
81
"@types/jest" : " 27.4.0" ,
82
- "@types/node" : " 17.0.10 " ,
82
+ "@types/node" : " 17.0.12 " ,
83
83
"@types/qs" : " 6.9.7" ,
84
- "@typescript-eslint/eslint-plugin" : " 5.10.0 " ,
85
- "@typescript-eslint/parser" : " 5.10.0 " ,
84
+ "@typescript-eslint/eslint-plugin" : " 5.10.1 " ,
85
+ "@typescript-eslint/parser" : " 5.10.1 " ,
86
86
"codecov" : " 3.8.3" ,
87
87
"eslint" : " 8.7.0" ,
88
88
"eslint-config-prettier" : " 8.3.0" ,
93
93
"jest" : " 27.4.7" ,
94
94
"jest-cli" : " 27.4.7" ,
95
95
"prettier" : " 2.5.1" ,
96
- "puppeteer" : " 13.1.1 " ,
96
+ "puppeteer" : " 13.1.2 " ,
97
97
"qs" : " 6.10.3" ,
98
98
"rimraf" : " ^3.0.2" ,
99
- "rollup" : " 2.66.0 " ,
99
+ "rollup" : " 2.66.1 " ,
100
100
"rollup-plugin-node-externals" : " 3.1.2" ,
101
101
"rollup-plugin-terser" : " 7.0.2" ,
102
102
"ts-node" : " 10.4.0" ,
You can’t perform that action at this time.
0 commit comments