@serenity-js/local-server 3.0.0-rc.15 → 3.0.0-rc.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +94 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,92 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.0.0-rc.16](https://github.com/serenity-js/serenity-js/compare/v2.33.6...v3.0.0-rc.16) (2022-04-15)
7
+
8
+
9
+
10
+ # [3.0.0-rc.15](https://github.com/serenity-js/serenity-js/compare/v2.33.5...v3.0.0-rc.15) (2022-04-10)
11
+
12
+
13
+
14
+ # [3.0.0-rc.14](https://github.com/serenity-js/serenity-js/compare/v2.33.3...v3.0.0-rc.14) (2022-03-28)
15
+
16
+
17
+
18
+ # [3.0.0-rc.13](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.12...v3.0.0-rc.13) (2022-03-02)
19
+
20
+
21
+
22
+ # [3.0.0-rc.12](https://github.com/serenity-js/serenity-js/compare/v2.33.2...v3.0.0-rc.12) (2022-02-23)
23
+
24
+
25
+
26
+ # [3.0.0-rc.11](https://github.com/serenity-js/serenity-js/compare/v2.33.1...v3.0.0-rc.11) (2022-02-13)
27
+
28
+
29
+
30
+ # [3.0.0-rc.10](https://github.com/serenity-js/serenity-js/compare/v2.33.0...v3.0.0-rc.10) (2022-02-03)
31
+
32
+
33
+
34
+ # [3.0.0-rc.9](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.8...v3.0.0-rc.9) (2022-02-01)
35
+
36
+
37
+
38
+ # [3.0.0-rc.8](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.7...v3.0.0-rc.8) (2022-01-28)
39
+
40
+
41
+
42
+ # [3.0.0-rc.7](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.6...v3.0.0-rc.7) (2022-01-28)
43
+
44
+
45
+ ### Features
46
+
47
+ * **core:** replaced `Adapter` with `QuestionAdapter` and introduced `Optional` ([8d84ad3](https://github.com/serenity-js/serenity-js/commit/8d84ad3863e3c726533d0f21934fb1e2fa8b3022)), closes [#1103](https://github.com/serenity-js/serenity-js/issues/1103)
48
+
49
+
50
+
51
+ # [3.0.0-rc.6](https://github.com/serenity-js/serenity-js/compare/v2.32.7...v3.0.0-rc.6) (2022-01-10)
52
+
53
+
54
+
55
+ # [3.0.0-rc.5](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.4...v3.0.0-rc.5) (2022-01-07)
56
+
57
+
58
+
59
+ # [3.0.0-rc.4](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.3...v3.0.0-rc.4) (2021-12-30)
60
+
61
+
62
+
63
+ # [3.0.0-rc.3](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.2...v3.0.0-rc.3) (2021-12-29)
64
+
65
+
66
+
67
+ # [3.0.0-rc.2](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.1...v3.0.0-rc.2) (2021-12-09)
68
+
69
+
70
+
71
+ # [3.0.0-rc.1](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.0...v3.0.0-rc.1) (2021-12-09)
72
+
73
+
74
+
75
+ # [3.0.0-rc.0](https://github.com/serenity-js/serenity-js/compare/v2.32.5...v3.0.0-rc.0) (2021-12-08)
76
+
77
+
78
+ ### Bug Fixes
79
+
80
+ * **core:** 3.0 RC ([469d54e](https://github.com/serenity-js/serenity-js/commit/469d54e4f81ef430566b93852e3174826f8ef672)), closes [#805](https://github.com/serenity-js/serenity-js/issues/805)
81
+
82
+
83
+ ### BREAKING CHANGES
84
+
85
+ * **core:** Introduced @serenity-js/web - a shared library for Serenity/JS Web integration
86
+ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped support for Node 12.
87
+
88
+
89
+
90
+
91
+
6
92
  # [3.0.0-rc.15](https://github.com/serenity-js/serenity-js/compare/v2.33.5...v3.0.0-rc.15) (2022-04-10)
7
93
 
8
94
 
@@ -160,6 +246,14 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
160
246
  modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped support for Node 12.
161
247
 
162
248
 
249
+ ## [2.33.6](https://github.com/serenity-js/serenity-js/compare/v2.33.5...v2.33.6) (2022-04-15)
250
+
251
+ **Note:** Version bump only for package @serenity-js/local-server
252
+
253
+
254
+
255
+
256
+
163
257
  ## [2.33.5](https://github.com/serenity-js/serenity-js/compare/v2.33.4...v2.33.5) (2022-04-08)
164
258
 
165
259
  **Note:** Version bump only for package @serenity-js/local-server
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/local-server",
3
- "version": "3.0.0-rc.15",
3
+ "version": "3.0.0-rc.16",
4
4
  "description": "Enables Serenity/JS Actors to manage local Node.js test servers, such as Express, Koa or Restify",
5
5
  "author": {
6
6
  "name": "Jan Molak",
@@ -52,7 +52,7 @@
52
52
  "npm": "^6 || ^7 || ^8"
53
53
  },
54
54
  "dependencies": {
55
- "@serenity-js/core": "3.0.0-rc.15",
55
+ "@serenity-js/core": "3.0.0-rc.16",
56
56
  "http-shutdown": "^1.2.2",
57
57
  "portfinder": "^1.0.28"
58
58
  },
@@ -60,8 +60,8 @@
60
60
  "@documentation/esdoc-template": "3.0.0",
61
61
  "@hapi/hapi": "^20.2.1",
62
62
  "@integration/testing-tools": "3.0.0",
63
- "@serenity-js/assertions": "3.0.0-rc.15",
64
- "@serenity-js/rest": "3.0.0-rc.15",
63
+ "@serenity-js/assertions": "3.0.0-rc.16",
64
+ "@serenity-js/rest": "3.0.0-rc.16",
65
65
  "@types/chai": "^4.3.0",
66
66
  "@types/express": "^4.17.13",
67
67
  "@types/hapi": "^18.0.7",
@@ -72,9 +72,9 @@
72
72
  "koa": "^2.13.4",
73
73
  "mocha": "^9.2.2",
74
74
  "restify": "^8.6.1",
75
- "semver": "^7.3.5",
75
+ "semver": "^7.3.7",
76
76
  "ts-node": "^10.7.0",
77
77
  "typescript": "^4.6.3"
78
78
  },
79
- "gitHead": "e52f8f2597f4ebf1062c752fbd9700439072d38d"
79
+ "gitHead": "636519a30032f1ff9a3fcba8c45433ca0e17fc7f"
80
80
  }