Skip to content

Commit e8c0058

Browse files
Updated changelog for 2.5.1
1 parent d139b6c commit e8c0058

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)