File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 2.5.1] - 2021-02-04
10+
11+ ### Added
12+ - Parser for Components -> Parameters
13+ - The parameters are added in a new store and are "copied" when are needed in the models or responses.
14+ - Added ` $ref ` support in the ` Components `
15+ - As the [ standard specifies] (https://swagger.io/docs/specification/using-ref/
16+ ), it will COPY the referenced ` $ref ` object only changing the ` model name ` , so the other attributes are ignored.
17+
18+ ### Fixed
19+ - ` copy-pluggable-files ` command was broken, so templates were not copied to dist folder
20+ - Debugger tasks which call ` copy-pluggable-files `
21+
922## [ 2.5.0] - 2021-01-23 (MOCK GENERATOR BETA)
1023> This change add some beta features (but are stable).
1124
You can’t perform that action at this time.
0 commit comments