Skip to content

Commit 97188eb

Browse files
Added changelog for 2.5.0
1 parent 1b464ba commit 97188eb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.5.0] - 2021-01-23 (MOCK GENERATOR BETA)
10+
> This change add some beta features (but are stable).
11+
12+
### Added
13+
- Engine to generate a `mock server` (the task is done after write all files).
14+
- `json-server` for the `mock engine` (beta).
15+
- Method to resolve "pluggable" elements (`resolvePluggablePath`).
16+
17+
### Changes
18+
- Core template paths (default templates) are moved inside `src` to be coherent with the `mock engine` and also add native support for TS (future versions).
19+
- The "pluggable" folders now are coppied to the `build` folder to be published within the package, otherwise the `templates` will be ignored from this version and also the `mock assets`.
20+
- Specify `template` (and `output-folder`) is now **optional**, so you can create `mocks` without generate all files.
21+
- Also you can simply launch this script to check if the `json/yaml` document is "well formed" (compatible with the script, there are some missing OpenAPI 3 features not added yet).
22+
- Now `build` folder is empty before each compilation.
23+
924
## [2.4.0] - 2021-01-18
1025
> This can break your `angular 2` app, now all APIs require a model instance.
1126
> Also returns an instance, this can be a big break change, please test your app after build (in another branch) and fix all manually.

0 commit comments

Comments
 (0)