@serenity-js/assertions 3.0.0-rc.11 → 3.0.0-rc.12

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 +85 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,83 @@
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.12](https://github.com/serenity-js/serenity-js/compare/v2.33.2...v3.0.0-rc.12) (2022-02-23)
7
+
8
+
9
+
10
+ # [3.0.0-rc.11](https://github.com/serenity-js/serenity-js/compare/v2.33.1...v3.0.0-rc.11) (2022-02-13)
11
+
12
+
13
+
14
+ # [3.0.0-rc.10](https://github.com/serenity-js/serenity-js/compare/v2.33.0...v3.0.0-rc.10) (2022-02-03)
15
+
16
+
17
+
18
+ # [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)
19
+
20
+
21
+
22
+ # [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)
23
+
24
+
25
+
26
+ # [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)
27
+
28
+
29
+ ### Features
30
+
31
+ * **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)
32
+ * **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)
33
+ * **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)
34
+
35
+
36
+
37
+ # [3.0.0-rc.6](https://github.com/serenity-js/serenity-js/compare/v2.32.7...v3.0.0-rc.6) (2022-01-10)
38
+
39
+
40
+
41
+ # [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)
42
+
43
+
44
+
45
+ # [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)
46
+
47
+
48
+
49
+ # [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)
50
+
51
+
52
+ ### Bug Fixes
53
+
54
+ * **deps:** updated tiny-types to 1.17.0 ([3187051](https://github.com/serenity-js/serenity-js/commit/3187051594158b4b450c82e851e417fd2ed21652))
55
+
56
+
57
+
58
+ # [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)
59
+
60
+
61
+
62
+ # [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)
63
+
64
+
65
+
66
+ # [3.0.0-rc.0](https://github.com/serenity-js/serenity-js/compare/v2.32.5...v3.0.0-rc.0) (2021-12-08)
67
+
68
+
69
+ ### Bug Fixes
70
+
71
+ * **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)
72
+
73
+
74
+ ### BREAKING CHANGES
75
+
76
+ * **core:** Introduced @serenity-js/web - a shared library for Serenity/JS Web integration
77
+ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped support for Node 12.
78
+
79
+
80
+
81
+
82
+
6
83
  # [3.0.0-rc.11](https://github.com/serenity-js/serenity-js/compare/v2.33.1...v3.0.0-rc.11) (2022-02-13)
7
84
 
8
85
 
@@ -277,6 +354,14 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
277
354
  modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped support for Node 12.
278
355
 
279
356
 
357
+ ## [2.33.2](https://github.com/serenity-js/serenity-js/compare/v2.33.1...v2.33.2) (2022-02-23)
358
+
359
+ **Note:** Version bump only for package @serenity-js/assertions
360
+
361
+
362
+
363
+
364
+
280
365
  ## [2.33.1](https://github.com/serenity-js/serenity-js/compare/v2.33.0...v2.33.1) (2022-02-10)
281
366
 
282
367
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/assertions",
3
- "version": "3.0.0-rc.11",
3
+ "version": "3.0.0-rc.12",
4
4
  "description": "Screenplay-style assertion library",
5
5
  "author": {
6
6
  "name": "Jan Molak",
@@ -45,17 +45,17 @@
45
45
  "npm": "^6 || ^7 || ^8"
46
46
  },
47
47
  "dependencies": {
48
- "@serenity-js/core": "3.0.0-rc.11",
48
+ "@serenity-js/core": "3.0.0-rc.12",
49
49
  "tiny-types": "^1.17.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@documentation/esdoc-template": "3.0.0",
53
53
  "@integration/testing-tools": "3.0.0",
54
54
  "@types/chai": "^4.3.0",
55
- "@types/mocha": "^9.0.0",
56
- "mocha": "^9.1.3",
57
- "ts-node": "^10.4.0",
58
- "typescript": "^4.5.4"
55
+ "@types/mocha": "^9.1.0",
56
+ "mocha": "^9.2.1",
57
+ "ts-node": "^10.5.0",
58
+ "typescript": "^4.5.5"
59
59
  },
60
60
  "nyc": {
61
61
  "include": [
@@ -79,5 +79,5 @@
79
79
  "cache": true,
80
80
  "all": true
81
81
  },
82
- "gitHead": "0a232ce7ff21df56a9cc9e64859af5b0bce33b32"
82
+ "gitHead": "5bb8519ef9a91180860675384cfb99ad793a4263"
83
83
  }