You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
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
+
9
24
## [2.4.0] - 2021-01-18
10
25
> This can break your `angular 2` app, now all APIs require a model instance.
11
26
> 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