@serenity-js/assertions 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 +101 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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
+
6
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)
7
11
 
8
12
 
@@ -92,6 +96,10 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
92
96
 
93
97
 
94
98
 
99
+ # [3.0.0-rc.15](https://github.com/serenity-js/serenity-js/compare/v2.33.5...v3.0.0-rc.15) (2022-04-10)
100
+
101
+
102
+
95
103
  # [3.0.0-rc.14](https://github.com/serenity-js/serenity-js/compare/v2.33.3...v3.0.0-rc.14) (2022-03-28)
96
104
 
97
105
 
@@ -173,6 +181,99 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
173
181
  * **core:** Introduced @serenity-js/web - a shared library for Serenity/JS Web integration
174
182
  modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped support for Node 12.
175
183
 
184
+
185
+
186
+
187
+
188
+ # [3.0.0-rc.14](https://github.com/serenity-js/serenity-js/compare/v2.33.3...v3.0.0-rc.14) (2022-03-28)
189
+
190
+
191
+
192
+ # [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)
193
+
194
+
195
+
196
+ # [3.0.0-rc.12](https://github.com/serenity-js/serenity-js/compare/v2.33.2...v3.0.0-rc.12) (2022-02-23)
197
+
198
+
199
+
200
+ # [3.0.0-rc.11](https://github.com/serenity-js/serenity-js/compare/v2.33.1...v3.0.0-rc.11) (2022-02-13)
201
+
202
+
203
+
204
+ # [3.0.0-rc.10](https://github.com/serenity-js/serenity-js/compare/v2.33.0...v3.0.0-rc.10) (2022-02-03)
205
+
206
+
207
+
208
+ # [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)
209
+
210
+
211
+
212
+ # [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)
213
+
214
+
215
+
216
+ # [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)
217
+
218
+
219
+ ### Features
220
+
221
+ * **assertions:** isPresent works with any Optional ([cea75dc](https://github.com/serenity-js/serenity-js/commit/cea75dc1c728e45e06a87aaf9c1573a237334285)), closes [#1103](https://github.com/serenity-js/serenity-js/issues/1103)
222
+ * **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)
223
+ * **core:** support for Optional chaining, expectation isPresent, refactored Expectations ([1841ee5](https://github.com/serenity-js/serenity-js/commit/1841ee5fc48cfa403ddc53358f75764d9a010c21)), closes [#1099](https://github.com/serenity-js/serenity-js/issues/1099) [#1099](https://github.com/serenity-js/serenity-js/issues/1099) [#1103](https://github.com/serenity-js/serenity-js/issues/1103)
224
+
225
+
226
+
227
+ # [3.0.0-rc.6](https://github.com/serenity-js/serenity-js/compare/v2.32.7...v3.0.0-rc.6) (2022-01-10)
228
+
229
+
230
+
231
+ # [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)
232
+
233
+
234
+
235
+ # [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)
236
+
237
+
238
+
239
+ # [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)
240
+
241
+
242
+ ### Bug Fixes
243
+
244
+ * **deps:** updated tiny-types to 1.17.0 ([3187051](https://github.com/serenity-js/serenity-js/commit/3187051594158b4b450c82e851e417fd2ed21652))
245
+
246
+
247
+
248
+ # [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)
249
+
250
+
251
+
252
+ # [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)
253
+
254
+
255
+
256
+ # [3.0.0-rc.0](https://github.com/serenity-js/serenity-js/compare/v2.32.5...v3.0.0-rc.0) (2021-12-08)
257
+
258
+
259
+ ### Bug Fixes
260
+
261
+ * **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)
262
+
263
+
264
+ ### BREAKING CHANGES
265
+
266
+ * **core:** Introduced @serenity-js/web - a shared library for Serenity/JS Web integration
267
+ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped support for Node 12.
268
+
269
+ ## [2.33.6](https://github.com/serenity-js/serenity-js/compare/v2.33.5...v2.33.6) (2022-04-15)
270
+
271
+ **Note:** Version bump only for package @serenity-js/assertions
272
+
273
+
274
+
275
+
276
+
176
277
  ## [2.33.5](https://github.com/serenity-js/serenity-js/compare/v2.33.4...v2.33.5) (2022-04-08)
177
278
 
178
279
  **Note:** Version bump only for package @serenity-js/assertions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/assertions",
3
- "version": "3.0.0-rc.15",
3
+ "version": "3.0.0-rc.16",
4
4
  "description": "Screenplay-style assertion library",
5
5
  "author": {
6
6
  "name": "Jan Molak",
@@ -46,7 +46,7 @@
46
46
  "npm": "^6 || ^7 || ^8"
47
47
  },
48
48
  "dependencies": {
49
- "@serenity-js/core": "3.0.0-rc.15",
49
+ "@serenity-js/core": "3.0.0-rc.16",
50
50
  "tiny-types": "^1.17.0"
51
51
  },
52
52
  "devDependencies": {
@@ -54,9 +54,9 @@
54
54
  "@integration/testing-tools": "3.0.0",
55
55
  "@types/chai": "^4.3.0",
56
56
  "@types/mocha": "^9.1.0",
57
- "mocha": "^9.2.1",
57
+ "mocha": "^9.2.2",
58
58
  "ts-node": "^10.7.0",
59
59
  "typescript": "^4.6.3"
60
60
  },
61
- "gitHead": "e52f8f2597f4ebf1062c752fbd9700439072d38d"
61
+ "gitHead": "636519a30032f1ff9a3fcba8c45433ca0e17fc7f"
62
62
  }