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
{{ message }}
This repository was archived by the owner on Mar 28, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-50Lines changed: 4 additions & 50 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,61 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [To be deprecated]
8
-
- Deprecate options "features" and "feature".
9
8
- Remove "/features" api path.
10
-
- Remove "features" getter from Server
11
-
- Remove Server and Cli constructors. Use @mocks-server/core instead
12
9
13
10
## [unreleased]
14
11
### Added
15
12
### Changed
16
13
### Fixed
17
14
### Removed
18
15
19
-
## [1.3.0] - 2019-11-17
20
-
### Added
21
-
- Add programmatic Classes end-to-end tests
22
-
- Add files watcher end-to-end tests
23
-
24
-
### Changed
25
-
- Full refactor for making it pluggable.
26
-
- Split code into core, cli and api main Classes, which are intended to be published separately.
27
-
28
-
## [1.2.0] - 2019-11-13
29
-
### Added
30
-
- Add api acceptance tests
31
-
32
-
### Changed
33
-
- Upgrade dependencies
34
-
35
-
### Fixed
36
-
- Catch server.listen error and reject start method promise with it when occurs.
37
-
38
-
## [1.1.1] - 2019-11-12
39
-
### Changed
40
-
- Change readme. Add links to docs website.
41
-
42
-
## [1.1.0] - 2019-11-08
43
-
### Changed
44
-
- Change "feature" concept by "behavior". Maintain old "feature" options and urls as aliases for maintaining compatibility.
45
-
- Upgrade dependencies
46
-
47
-
## [1.0.3] - 2019-11-08
48
-
### Fixed
49
-
- Fix examples and badges in readme.
50
-
51
-
## [1.0.2] - 2019-11-08
52
-
### Changed
53
-
- Project forked from xbyorange/mocks-server. Fixed license. Read NOTICE for further details
54
-
55
-
### Fixed
56
-
- Fix some minor Sonar bugs and code smells.
57
-
58
-
## [1.0.1] - 2019-06-04
59
-
### Fixed
60
-
- Upgrade dependencies to fix potential security vulnerability
61
-
- Bind winston tracer methods to winston tracer instance to fix an issue produced by new Winston version as described in: https://github.com/winstonjs/winston/issues/1577
62
-
63
-
## [1.0.0] - 2019-06-04
64
-
### Changed
65
-
- Forked from xbyorange mocks-server gitlab private repository.
16
+
## [1.0.0] -
17
+
- Migrate administration api from [@mocks-server/main, v1.3.0](https://github.com/mocks-server/main/releases/tag/v1.3.0). For further info read the [previous repository CHANGELOG.md](https://github.com/mocks-server/main/blob/v1.3.0/CHANGELOG.md#130---2019-11-17)
18
+
- Export Plugin, which can be used only programmatically. (Binary is still distributed in the [@mocks-server/main](https://github.com/mocks-server/main) package).
19
+
- Remove core and inquirer-cli. Both have now their own repositories.
0 commit comments