@serenity-js/jasmine 3.0.0-rc.8 → 3.0.0

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 (70) hide show
  1. package/CHANGELOG.md +70 -1374
  2. package/README.md +8 -10
  3. package/lib/SerenityReporterForJasmine.d.ts +4 -7
  4. package/lib/SerenityReporterForJasmine.d.ts.map +1 -0
  5. package/lib/SerenityReporterForJasmine.js +28 -19
  6. package/lib/SerenityReporterForJasmine.js.map +1 -1
  7. package/lib/adapter/JasmineAdapter.d.ts +14 -26
  8. package/lib/adapter/JasmineAdapter.d.ts.map +1 -0
  9. package/lib/adapter/JasmineAdapter.js +15 -31
  10. package/lib/adapter/JasmineAdapter.js.map +1 -1
  11. package/lib/adapter/JasmineConfig.d.ts +42 -62
  12. package/lib/adapter/JasmineConfig.d.ts.map +1 -0
  13. package/lib/adapter/filters/AcceptingSpecFilter.d.ts +1 -0
  14. package/lib/adapter/filters/AcceptingSpecFilter.d.ts.map +1 -0
  15. package/lib/adapter/filters/CustomFunctionSpecFilter.d.ts +1 -0
  16. package/lib/adapter/filters/CustomFunctionSpecFilter.d.ts.map +1 -0
  17. package/lib/adapter/filters/GrepSpecFilter.d.ts +1 -0
  18. package/lib/adapter/filters/GrepSpecFilter.d.ts.map +1 -0
  19. package/lib/adapter/filters/InvertedGrepSpecFilter.d.ts +1 -0
  20. package/lib/adapter/filters/InvertedGrepSpecFilter.d.ts.map +1 -0
  21. package/lib/adapter/filters/SpecFilter.d.ts +1 -0
  22. package/lib/adapter/filters/SpecFilter.d.ts.map +1 -0
  23. package/lib/adapter/filters/index.d.ts +1 -0
  24. package/lib/adapter/filters/index.d.ts.map +1 -0
  25. package/lib/adapter/filters/index.js +5 -1
  26. package/lib/adapter/filters/index.js.map +1 -1
  27. package/lib/adapter/index.d.ts +1 -0
  28. package/lib/adapter/index.d.ts.map +1 -0
  29. package/lib/adapter/index.js +5 -1
  30. package/lib/adapter/index.js.map +1 -1
  31. package/lib/bootstrap.d.ts +13 -7
  32. package/lib/bootstrap.d.ts.map +1 -0
  33. package/lib/bootstrap.js +12 -7
  34. package/lib/bootstrap.js.map +1 -1
  35. package/lib/index.d.ts +1 -0
  36. package/lib/index.d.ts.map +1 -0
  37. package/lib/jasmine/Expectation.d.ts +1 -0
  38. package/lib/jasmine/Expectation.d.ts.map +1 -0
  39. package/lib/jasmine/JasmineDoneInfo.d.ts +1 -0
  40. package/lib/jasmine/JasmineDoneInfo.d.ts.map +1 -0
  41. package/lib/jasmine/JasmineReporter.d.ts +1 -0
  42. package/lib/jasmine/JasmineReporter.d.ts.map +1 -0
  43. package/lib/jasmine/JasmineStartedInfo.d.ts +1 -0
  44. package/lib/jasmine/JasmineStartedInfo.d.ts.map +1 -0
  45. package/lib/jasmine/Location.d.ts +1 -0
  46. package/lib/jasmine/Location.d.ts.map +1 -0
  47. package/lib/jasmine/Order.d.ts +1 -0
  48. package/lib/jasmine/Order.d.ts.map +1 -0
  49. package/lib/jasmine/Result.d.ts +1 -0
  50. package/lib/jasmine/Result.d.ts.map +1 -0
  51. package/lib/jasmine/SpecResult.d.ts +1 -0
  52. package/lib/jasmine/SpecResult.d.ts.map +1 -0
  53. package/lib/jasmine/SuiteResult.d.ts +1 -0
  54. package/lib/jasmine/SuiteResult.d.ts.map +1 -0
  55. package/lib/jasmine/index.d.ts +1 -0
  56. package/lib/jasmine/index.d.ts.map +1 -0
  57. package/lib/jasmine/index.js +5 -1
  58. package/lib/jasmine/index.js.map +1 -1
  59. package/lib/monkeyPatched.d.ts +1 -0
  60. package/lib/monkeyPatched.d.ts.map +1 -0
  61. package/lib/monkeyPatched.js +3 -3
  62. package/lib/monkeyPatched.js.map +1 -1
  63. package/package.json +18 -41
  64. package/src/SerenityReporterForJasmine.ts +39 -24
  65. package/src/adapter/JasmineAdapter.ts +17 -32
  66. package/src/adapter/JasmineConfig.ts +42 -63
  67. package/src/bootstrap.ts +12 -7
  68. package/src/monkeyPatched.ts +2 -3
  69. package/tsconfig.build.json +10 -0
  70. package/tsconfig.eslint.json +0 -10
package/CHANGELOG.md CHANGED
@@ -3,1055 +3,7 @@
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.8](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.7...v3.0.0-rc.8) (2022-01-28)
7
-
8
- **Note:** Version bump only for package @serenity-js/jasmine
9
-
10
-
11
-
12
-
13
-
14
- # [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)
15
-
16
- **Note:** Version bump only for package @serenity-js/jasmine
17
-
18
-
19
-
20
-
21
-
22
- # [3.0.0-rc.6](https://github.com/serenity-js/serenity-js/compare/v2.32.7...v3.0.0-rc.6) (2022-01-10)
23
-
24
-
25
-
26
- # [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)
27
-
28
-
29
- ### Bug Fixes
30
-
31
- * **jasmine:** integrated with Jasmine 3.99.0 ([7f03bb5](https://github.com/serenity-js/serenity-js/commit/7f03bb56d4dc50209b01bdd0ed147eb7da7cfb93))
32
-
33
-
34
-
35
- # [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)
36
-
37
-
38
-
39
- # [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)
40
-
41
-
42
-
43
- # [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)
44
-
45
-
46
-
47
- # [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)
48
-
49
-
50
-
51
- # [3.0.0-rc.0](https://github.com/serenity-js/serenity-js/compare/v2.32.5...v3.0.0-rc.0) (2021-12-08)
52
-
53
-
54
- ### Bug Fixes
55
-
56
- * **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)
57
- * **jasmine:** upgraded Jasmine to 3.10.0 ([707dbff](https://github.com/serenity-js/serenity-js/commit/707dbff16cf909a12c437984e156f55d2df1e2a0)), closes [jasmine/jasmine#1939](https://github.com/jasmine/jasmine/issues/1939)
58
-
59
-
60
- ### BREAKING CHANGES
61
-
62
- * **core:** Introduced @serenity-js/web - a shared library for Serenity/JS Web integration
63
- modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped support for Node 12.
64
-
65
-
66
-
67
-
68
-
69
- # [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)
70
-
71
-
72
- ### Bug Fixes
73
-
74
- * **jasmine:** integrated with Jasmine 3.99.0 ([7f03bb5](https://github.com/serenity-js/serenity-js/commit/7f03bb56d4dc50209b01bdd0ed147eb7da7cfb93))
75
-
76
-
77
-
78
-
79
-
80
- # [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)
81
-
82
- **Note:** Version bump only for package @serenity-js/jasmine
83
-
84
-
85
-
86
-
87
-
88
- # [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)
89
-
90
- **Note:** Version bump only for package @serenity-js/jasmine
91
-
92
-
93
-
94
-
95
-
96
- # [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)
97
-
98
- **Note:** Version bump only for package @serenity-js/jasmine
99
-
100
-
101
-
102
-
103
-
104
- # [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)
105
-
106
- **Note:** Version bump only for package @serenity-js/jasmine
107
-
108
-
109
-
110
-
111
-
112
- # [3.0.0-rc.0](https://github.com/serenity-js/serenity-js/compare/v2.32.5...v3.0.0-rc.0) (2021-12-08)
113
-
114
-
115
- ### Bug Fixes
116
-
117
- * **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)
118
-
119
-
120
- ### BREAKING CHANGES
121
-
122
- * **core:** Introduced @serenity-js/web - a shared library for Serenity/JS Web integration
123
- modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped support for Node 12.
124
-
125
-
126
-
127
-
128
-
129
- ## [2.32.7](https://github.com/serenity-js/serenity-js/compare/v2.32.6...v2.32.7) (2022-01-10)
130
-
131
- **Note:** Version bump only for package @serenity-js/jasmine
132
-
133
-
134
-
135
-
136
-
137
- ## [2.32.6](https://github.com/serenity-js/serenity-js/compare/v2.32.5...v2.32.6) (2022-01-10)
138
-
139
-
140
- ### Bug Fixes
141
-
142
- * **jasmine:** updated jasmine to 3.99.0 ([e79dbb3](https://github.com/serenity-js/serenity-js/commit/e79dbb337c760b85f1eaa26777b38d5fcbcadad7))
143
-
144
-
145
-
146
-
147
-
148
- ## [2.32.5](https://github.com/serenity-js/serenity-js/compare/v2.32.4...v2.32.5) (2021-12-08)
149
-
150
- **Note:** Version bump only for package @serenity-js/jasmine
151
-
152
-
153
-
154
-
155
-
156
- ## [2.32.4](https://github.com/serenity-js/serenity-js/compare/v2.32.3...v2.32.4) (2021-11-25)
157
-
158
- **Note:** Version bump only for package @serenity-js/jasmine
159
-
160
-
161
-
162
-
163
-
164
- ## [2.32.3](https://github.com/serenity-js/serenity-js/compare/v2.32.2...v2.32.3) (2021-11-06)
165
-
166
-
167
- ### Bug Fixes
168
-
169
- * **core:** support for NPM 8 ([7cb470c](https://github.com/serenity-js/serenity-js/commit/7cb470c985a7149f058a317dcb14e6294913f9ff))
170
-
171
-
172
-
173
-
174
-
175
- ## [2.32.2](https://github.com/serenity-js/serenity-js/compare/v2.32.1...v2.32.2) (2021-10-04)
176
-
177
- **Note:** Version bump only for package @serenity-js/jasmine
178
-
179
-
180
-
181
-
182
-
183
- ## [2.32.1](https://github.com/serenity-js/serenity-js/compare/v2.32.0...v2.32.1) (2021-09-17)
184
-
185
- **Note:** Version bump only for package @serenity-js/jasmine
186
-
187
-
188
-
189
-
190
-
191
- # [2.32.0](https://github.com/serenity-js/serenity-js/compare/v2.31.1...v2.32.0) (2021-09-08)
192
-
193
- **Note:** Version bump only for package @serenity-js/jasmine
194
-
195
-
196
-
197
-
198
-
199
- ## [2.31.1](https://github.com/serenity-js/serenity-js/compare/v2.31.0...v2.31.1) (2021-08-27)
200
-
201
- **Note:** Version bump only for package @serenity-js/jasmine
202
-
203
-
204
-
205
-
206
-
207
- # [2.31.0](https://github.com/serenity-js/serenity-js/compare/v2.30.3...v2.31.0) (2021-08-23)
208
-
209
-
210
- ### Bug Fixes
211
-
212
- * **jasmine:** added JasmineReporter interface ([c72d03b](https://github.com/serenity-js/serenity-js/commit/c72d03bbb4976ccb980144cf99f4ea8dbc5193bc)), closes [#962](https://github.com/serenity-js/serenity-js/issues/962)
213
-
214
-
215
- ### Features
216
-
217
- * **jasmine:** support additional reporters injected in confg (i.e. ReportPortal) ([e2b102a](https://github.com/serenity-js/serenity-js/commit/e2b102a573878596afb7f8b7424843b468961b97))
218
-
219
-
220
-
221
-
222
-
223
- ## [2.30.3](https://github.com/serenity-js/serenity-js/compare/v2.30.2...v2.30.3) (2021-08-16)
224
-
225
-
226
- ### Bug Fixes
227
-
228
- * **jasmine:** ensure JasmineAdapter loads configured "requires" and "helpers" ([5dfd45c](https://github.com/serenity-js/serenity-js/commit/5dfd45cd5edcc36fe98a07d5abf1f2abfe9f2624)), closes [#954](https://github.com/serenity-js/serenity-js/issues/954)
229
-
230
-
231
-
232
-
233
-
234
- ## [2.30.2](https://github.com/serenity-js/serenity-js/compare/v2.30.1...v2.30.2) (2021-08-13)
235
-
236
- **Note:** Version bump only for package @serenity-js/jasmine
237
-
238
-
239
-
240
-
241
-
242
- ## [2.30.1](https://github.com/serenity-js/serenity-js/compare/v2.30.0...v2.30.1) (2021-08-09)
243
-
244
- **Note:** Version bump only for package @serenity-js/jasmine
245
-
246
-
247
-
248
-
249
-
250
- # [2.30.0](https://github.com/serenity-js/serenity-js/compare/v2.29.9...v2.30.0) (2021-08-06)
251
-
252
-
253
- ### Features
254
-
255
- * **webdriverio:** enabled integration with WebdriverIO ([c025086](https://github.com/serenity-js/serenity-js/commit/c0250864b4492e7a619e3ac746f1d058cbe26794)), closes [#805](https://github.com/serenity-js/serenity-js/issues/805)
256
-
257
-
258
-
259
-
260
-
261
- ## [2.29.9](https://github.com/serenity-js/serenity-js/compare/v2.29.8...v2.29.9) (2021-08-03)
262
-
263
- **Note:** Version bump only for package @serenity-js/jasmine
264
-
265
-
266
-
267
-
268
-
269
- ## [2.29.8](https://github.com/serenity-js/serenity-js/compare/v2.29.7...v2.29.8) (2021-07-24)
270
-
271
-
272
- ### Bug Fixes
273
-
274
- * **deps:** updated dependencies ([e843503](https://github.com/serenity-js/serenity-js/commit/e84350360044658951afa8765f726ebf2a18119f))
275
-
276
-
277
-
278
-
279
-
280
- ## [2.29.7](https://github.com/serenity-js/serenity-js/compare/v2.29.6...v2.29.7) (2021-07-23)
281
-
282
- **Note:** Version bump only for package @serenity-js/jasmine
283
-
284
-
285
-
286
-
287
-
288
- ## [2.29.6](https://github.com/serenity-js/serenity-js/compare/v2.29.5...v2.29.6) (2021-06-28)
289
-
290
- **Note:** Version bump only for package @serenity-js/jasmine
291
-
292
-
293
-
294
-
295
-
296
- ## [2.29.5](https://github.com/serenity-js/serenity-js/compare/v2.29.4...v2.29.5) (2021-06-28)
297
-
298
- **Note:** Version bump only for package @serenity-js/jasmine
299
-
300
-
301
-
302
-
303
-
304
- ## [2.29.4](https://github.com/serenity-js/serenity-js/compare/v2.29.3...v2.29.4) (2021-06-24)
305
-
306
- **Note:** Version bump only for package @serenity-js/jasmine
307
-
308
-
309
-
310
-
311
-
312
- ## [2.29.3](https://github.com/serenity-js/serenity-js/compare/v2.29.2...v2.29.3) (2021-06-17)
313
-
314
- **Note:** Version bump only for package @serenity-js/jasmine
315
-
316
-
317
-
318
-
319
-
320
- ## [2.29.1](https://github.com/serenity-js/serenity-js/compare/v2.29.0...v2.29.1) (2021-06-08)
321
-
322
- **Note:** Version bump only for package @serenity-js/jasmine
323
-
324
-
325
-
326
-
327
-
328
- # [2.29.0](https://github.com/serenity-js/serenity-js/compare/v2.28.1...v2.29.0) (2021-06-06)
329
-
330
- **Note:** Version bump only for package @serenity-js/jasmine
331
-
332
-
333
-
334
-
335
-
336
- ## [2.28.1](https://github.com/serenity-js/serenity-js/compare/v2.28.0...v2.28.1) (2021-05-13)
337
-
338
- **Note:** Version bump only for package @serenity-js/jasmine
339
-
340
-
341
-
342
-
343
-
344
- # [2.28.0](https://github.com/serenity-js/serenity-js/compare/v2.27.1...v2.28.0) (2021-05-12)
345
-
346
-
347
- ### Bug Fixes
348
-
349
- * **deps:** migrated from TSLint to ESLint ([0c7580b](https://github.com/serenity-js/serenity-js/commit/0c7580b5fa06f9fa1796f0e9e19da45190940dfd)), closes [#842](https://github.com/serenity-js/serenity-js/issues/842)
350
-
351
-
352
- ### Features
353
-
354
- * **node:** introduced support for Node.js 16.x, dropped support for Node.js 10.x ([0f67dcc](https://github.com/serenity-js/serenity-js/commit/0f67dcc63f904a4df48e331d12a37f40f6814cee)), closes [#842](https://github.com/serenity-js/serenity-js/issues/842)
355
-
356
-
357
-
358
-
359
-
360
- ## [2.27.1](https://github.com/serenity-js/serenity-js/compare/v2.27.0...v2.27.1) (2021-05-04)
361
-
362
- **Note:** Version bump only for package @serenity-js/jasmine
363
-
364
-
365
-
366
-
367
-
368
- # [2.27.0](https://github.com/serenity-js/serenity-js/compare/v2.26.2...v2.27.0) (2021-05-03)
369
-
370
- **Note:** Version bump only for package @serenity-js/jasmine
371
-
372
-
373
-
374
-
375
-
376
- ## [2.26.2](https://github.com/serenity-js/serenity-js/compare/v2.26.1...v2.26.2) (2021-04-22)
377
-
378
- **Note:** Version bump only for package @serenity-js/jasmine
379
-
380
-
381
-
382
-
383
-
384
- # [2.26.0](https://github.com/serenity-js/serenity-js/compare/v2.25.9...v2.26.0) (2021-04-15)
385
-
386
- **Note:** Version bump only for package @serenity-js/jasmine
387
-
388
-
389
-
390
-
391
-
392
- ## [2.25.9](https://github.com/serenity-js/serenity-js/compare/v2.25.8...v2.25.9) (2021-04-10)
393
-
394
- **Note:** Version bump only for package @serenity-js/jasmine
395
-
396
-
397
-
398
-
399
-
400
- ## [2.25.8](https://github.com/serenity-js/serenity-js/compare/v2.25.7...v2.25.8) (2021-03-27)
401
-
402
- **Note:** Version bump only for package @serenity-js/jasmine
403
-
404
-
405
-
406
-
407
-
408
- ## [2.25.7](https://github.com/serenity-js/serenity-js/compare/v2.25.6...v2.25.7) (2021-03-23)
409
-
410
-
411
- ### Bug Fixes
412
-
413
- * **deps-dev:** (internal) standardised internal dev-dependency versions across Serenity/JS modules ([a411cea](https://github.com/serenity-js/serenity-js/commit/a411ceabadc83e82ec87a492a1738b13773adb13))
414
-
415
-
416
-
417
-
418
-
419
- ## [2.25.6](https://github.com/serenity-js/serenity-js/compare/v2.25.5...v2.25.6) (2021-03-22)
420
-
421
- **Note:** Version bump only for package @serenity-js/jasmine
422
-
423
-
424
-
425
-
426
-
427
- ## [2.25.5](https://github.com/serenity-js/serenity-js/compare/v2.25.4...v2.25.5) (2021-03-22)
428
-
429
- **Note:** Version bump only for package @serenity-js/jasmine
430
-
431
-
432
-
433
-
434
-
435
- ## [2.25.4](https://github.com/serenity-js/serenity-js/compare/v2.25.3...v2.25.4) (2021-03-21)
436
-
437
-
438
- ### Bug Fixes
439
-
440
- * **deps:** updated dependencies ([32a41eb](https://github.com/serenity-js/serenity-js/commit/32a41eb8a8b4386b6b03111c1adf48e1e0aabdbb))
441
-
442
-
443
-
444
-
445
-
446
- ## [2.25.3](https://github.com/serenity-js/serenity-js/compare/v2.25.2...v2.25.3) (2021-03-20)
447
-
448
- **Note:** Version bump only for package @serenity-js/jasmine
449
-
450
-
451
-
452
-
453
-
454
- ## [2.25.2](https://github.com/serenity-js/serenity-js/compare/v2.25.1...v2.25.2) (2021-03-18)
455
-
456
- **Note:** Version bump only for package @serenity-js/jasmine
457
-
458
-
459
-
460
-
461
-
462
- ## [2.25.1](https://github.com/serenity-js/serenity-js/compare/v2.25.0...v2.25.1) (2021-03-17)
463
-
464
-
465
- ### Bug Fixes
466
-
467
- * **protractor:** relaxed peerDependencies version range ([2542bf2](https://github.com/serenity-js/serenity-js/commit/2542bf2ef09216dc6ef8b8ac08395f6bf101d878))
468
-
469
-
470
-
471
-
472
-
473
- # [2.25.0](https://github.com/serenity-js/serenity-js/compare/v2.24.1...v2.25.0) (2021-03-15)
474
-
475
- **Note:** Version bump only for package @serenity-js/jasmine
476
-
477
-
478
-
479
-
480
-
481
- ## [2.24.1](https://github.com/serenity-js/serenity-js/compare/v2.24.0...v2.24.1) (2021-02-28)
482
-
483
-
484
- ### Bug Fixes
485
-
486
- * **core:** corrected package.json to mention all the Node and NPM versions supported by Serenity/JS ([9fff39a](https://github.com/serenity-js/serenity-js/commit/9fff39a962ad6e75596e0c8e3f8534a67c20d001))
487
-
488
-
489
-
490
-
491
-
492
- # [2.24.0](https://github.com/serenity-js/serenity-js/compare/v2.23.2...v2.24.0) (2021-02-26)
493
-
494
-
495
- ### Features
496
-
497
- * **protractor:** suppport for Cucumber no-strict mode ([5d13bd5](https://github.com/serenity-js/serenity-js/commit/5d13bd5c7d582e04d801c92d71db42836305516b)), closes [protractor-cucumber-framework/protractor-cucumber-framework#181](https://github.com/protractor-cucumber-framework/protractor-cucumber-framework/issues/181)
498
-
499
-
500
-
501
-
502
-
503
- ## [2.23.2](https://github.com/serenity-js/serenity-js/compare/v2.23.1...v2.23.2) (2021-02-23)
504
-
505
- **Note:** Version bump only for package @serenity-js/jasmine
506
-
507
-
508
-
509
-
510
-
511
- ## [2.23.1](https://github.com/serenity-js/serenity-js/compare/v2.23.0...v2.23.1) (2021-02-21)
512
-
513
-
514
- ### Bug Fixes
515
-
516
- * **core:** refactored test runner adapters to introduce a common interface they all implement ([bf82e7c](https://github.com/serenity-js/serenity-js/commit/bf82e7c5c494f12cd9f372fa2e6bf9e432f0e14f))
517
-
518
-
519
-
520
-
521
-
522
- # [2.23.0](https://github.com/serenity-js/serenity-js/compare/v2.22.0...v2.23.0) (2021-02-16)
523
-
524
- **Note:** Version bump only for package @serenity-js/jasmine
525
-
526
-
527
-
528
-
529
-
530
- # [2.22.0](https://github.com/serenity-js/serenity-js/compare/v2.21.0...v2.22.0) (2021-01-27)
531
-
532
- **Note:** Version bump only for package @serenity-js/jasmine
533
-
534
-
535
-
536
-
537
-
538
- # [2.21.0](https://github.com/serenity-js/serenity-js/compare/v2.20.1...v2.21.0) (2021-01-26)
539
-
540
-
541
- ### Features
542
-
543
- * **core:** event TestRunStarts is now emitted before the first scenario starts ([fd30d39](https://github.com/serenity-js/serenity-js/commit/fd30d393831e9ed80c9f9b63edc863b8ae779de5))
544
- * **core:** SceneFinishes informs StageCrewMembers about the Outcome of the scenario ([abfca70](https://github.com/serenity-js/serenity-js/commit/abfca70e91633c068617d8d273a302aaab692265))
545
-
546
-
547
-
548
-
549
-
550
- ## [2.20.1](https://github.com/serenity-js/serenity-js/compare/v2.20.0...v2.20.1) (2021-01-23)
551
-
552
- **Note:** Version bump only for package @serenity-js/jasmine
553
-
554
-
555
-
556
-
557
-
558
- # [2.20.0](https://github.com/serenity-js/serenity-js/compare/v2.19.10...v2.20.0) (2021-01-18)
559
-
560
- **Note:** Version bump only for package @serenity-js/jasmine
561
-
562
-
563
-
564
-
565
-
566
- ## [2.19.10](https://github.com/serenity-js/serenity-js/compare/v2.19.9...v2.19.10) (2020-12-22)
567
-
568
- **Note:** Version bump only for package @serenity-js/jasmine
569
-
570
-
571
-
572
-
573
-
574
- ## [2.19.9](https://github.com/serenity-js/serenity-js/compare/v2.19.8...v2.19.9) (2020-12-15)
575
-
576
- **Note:** Version bump only for package @serenity-js/jasmine
577
-
578
-
579
-
580
-
581
-
582
- ## [2.19.8](https://github.com/serenity-js/serenity-js/compare/v2.19.7...v2.19.8) (2020-12-15)
583
-
584
-
585
- ### Bug Fixes
586
-
587
- * **core:** serenity-js/core is now a direct dependency of all the Serenity/JS modules ([4561862](https://github.com/serenity-js/serenity-js/commit/45618629c319041eedc0a64174d2b342fffadfa4))
588
-
589
-
590
-
591
-
592
-
593
- ## [2.19.7](https://github.com/serenity-js/serenity-js/compare/v2.19.6...v2.19.7) (2020-12-10)
594
-
595
- **Note:** Version bump only for package @serenity-js/jasmine
596
-
597
-
598
-
599
-
600
-
601
- ## 2.19.6 (2020-12-10)
602
-
603
- **Note:** Version bump only for package @serenity-js/jasmine
604
-
605
-
606
-
607
-
608
-
609
- ## 2.19.5 (2020-12-10)
610
-
611
- **Note:** Version bump only for package @serenity-js/jasmine
612
-
613
-
614
-
615
-
616
-
617
- ## 2.19.4 (2020-11-30)
618
-
619
-
620
- ### Bug Fixes
621
-
622
- * **protractor:** improved the description of the ProtractorParam question ([e9e1cae](https://github.com/serenity-js/serenity-js/commit/e9e1caef0b726e1060d1766bce6cf7a9396e118c))
623
-
624
-
625
-
626
-
627
-
628
- ## 2.19.3 (2020-11-26)
629
-
630
- **Note:** Version bump only for package @serenity-js/jasmine
631
-
632
-
633
-
634
-
635
-
636
- ## 2.19.2 (2020-11-26)
637
-
638
- **Note:** Version bump only for package @serenity-js/jasmine
639
-
640
-
641
-
642
-
643
-
644
- ## 2.19.1 (2020-11-25)
645
-
646
-
647
- ### Bug Fixes
648
-
649
- * **deps:** updated dependencies ([25e316d](https://github.com/serenity-js/serenity-js/commit/25e316d8d5db2e9c9e44914d2017a2b004cb6eb7))
650
-
651
-
652
-
653
-
654
-
655
- # 2.19.0 (2020-11-25)
656
-
657
-
658
- ### Features
659
-
660
- * **protractor:** EXPERIMENTAL: Custom extensions can be mixed into BrowseTheWeb ([3b26baa](https://github.com/serenity-js/serenity-js/commit/3b26baab1f2c2108648d2c3093e69326aaa1dfc4))
661
-
662
-
663
-
664
-
665
-
666
- ## 2.18.2 (2020-11-22)
667
-
668
-
669
- ### Bug Fixes
670
-
671
- * **core:** better support for abilities that are discarded asynchronously ([fb130b6](https://github.com/serenity-js/serenity-js/commit/fb130b626074337735f944308db4982c30824485))
672
-
673
-
674
-
675
-
676
-
677
- ## 2.18.1 (2020-11-21)
678
-
679
- **Note:** Version bump only for package @serenity-js/jasmine
680
-
681
-
682
-
683
-
684
-
685
- # 2.18.0 (2020-11-17)
686
-
687
-
688
- ### Features
689
-
690
- * **core:** Cross-scenario Actors + improved Ability lifecycle management (version bump) ([5f30cc2](https://github.com/serenity-js/serenity-js/commit/5f30cc2583e706f1527f47dee265fe570603e9a6))
691
-
692
-
693
-
694
-
695
-
696
- ## 2.17.16 (2020-11-17)
697
-
698
- **Note:** Version bump only for package @serenity-js/jasmine
699
-
700
-
701
-
702
-
703
-
704
- ## 2.17.15 (2020-11-14)
705
-
706
- **Note:** Version bump only for package @serenity-js/jasmine
707
-
708
-
709
-
710
-
711
-
712
- ## 2.17.14 (2020-11-14)
713
-
714
- **Note:** Version bump only for package @serenity-js/jasmine
715
-
716
-
717
-
718
-
719
-
720
- ## 2.17.13 (2020-11-14)
721
-
722
- **Note:** Version bump only for package @serenity-js/jasmine
723
-
724
-
725
-
726
-
727
-
728
- ## 2.17.12 (2020-11-14)
729
-
730
-
731
- ### Bug Fixes
732
-
733
- * **deps:** updated dependencies ([0b5abc7](https://github.com/serenity-js/serenity-js/commit/0b5abc7f4a9f026d49691e844315e1ba8677c282))
734
-
735
-
736
-
737
-
738
-
739
- ## 2.17.11 (2020-11-14)
740
-
741
- **Note:** Version bump only for package @serenity-js/jasmine
742
-
743
-
744
-
745
-
746
-
747
- ## 2.17.10 (2020-11-06)
748
-
749
- **Note:** Version bump only for package @serenity-js/jasmine
750
-
751
-
752
-
753
-
754
-
755
- ## 2.17.9 (2020-11-06)
756
-
757
- **Note:** Version bump only for package @serenity-js/jasmine
758
-
759
-
760
-
761
-
762
-
763
- ## 2.17.8 (2020-11-06)
764
-
765
- **Note:** Version bump only for package @serenity-js/jasmine
766
-
767
-
768
-
769
-
770
-
771
- ## 2.17.7 (2020-11-06)
772
-
773
- **Note:** Version bump only for package @serenity-js/jasmine
774
-
775
-
776
-
777
-
778
-
779
- ## 2.17.6 (2020-11-06)
780
-
781
- **Note:** Version bump only for package @serenity-js/jasmine
782
-
783
-
784
-
785
-
786
-
787
- ## [2.17.5](https://github.com/serenity-js/serenity-js/compare/v2.17.4...v2.17.5) (2020-11-05)
788
-
789
- **Note:** Version bump only for package @serenity-js/jasmine
790
-
791
-
792
-
793
-
794
-
795
- ## [2.17.4](https://github.com/serenity-js/serenity-js/compare/v2.17.3...v2.17.4) (2020-10-28)
796
-
797
- **Note:** Version bump only for package @serenity-js/jasmine
798
-
799
-
800
-
801
-
802
-
803
- ## [2.17.3](https://github.com/serenity-js/serenity-js/compare/v2.17.2...v2.17.3) (2020-10-25)
804
-
805
- **Note:** Version bump only for package @serenity-js/jasmine
806
-
807
-
808
-
809
-
810
-
811
- ## [2.17.2](https://github.com/serenity-js/serenity-js/compare/v2.17.1...v2.17.2) (2020-10-24)
812
-
813
-
814
- ### Bug Fixes
815
-
816
- * **core:** all Activity-related events can be correlated with the Scene they originate from ([6cf0eca](https://github.com/serenity-js/serenity-js/commit/6cf0eca7670db01ac317587996fc3ea5984de059))
817
- * **core:** refactored the internal domain events so that they're easier to aggregate and correlate ([943c016](https://github.com/serenity-js/serenity-js/commit/943c016ed3e404c9c1aacf8342e42626d4d85d04))
818
- * **serenity-bdd:** support for out-of-order events in SerenityBDDReporter ([77db83e](https://github.com/serenity-js/serenity-js/commit/77db83e722602b1f39aba7cde113bfb5724842b5)), closes [#518](https://github.com/serenity-js/serenity-js/issues/518)
819
-
820
-
821
-
822
-
823
-
824
- ## [2.17.1](https://github.com/serenity-js/serenity-js/compare/v2.17.0...v2.17.1) (2020-10-08)
825
-
826
- **Note:** Version bump only for package @serenity-js/jasmine
827
-
828
-
829
-
830
-
831
-
832
- # [2.17.0](https://github.com/serenity-js/serenity-js/compare/v2.16.0...v2.17.0) (2020-10-05)
833
-
834
- **Note:** Version bump only for package @serenity-js/jasmine
835
-
836
-
837
-
838
-
839
-
840
- # [2.16.0](https://github.com/serenity-js/serenity-js/compare/v2.15.0...v2.16.0) (2020-09-20)
841
-
842
- **Note:** Version bump only for package @serenity-js/jasmine
843
-
844
-
845
-
846
-
847
-
848
- # [2.15.0](https://github.com/serenity-js/serenity-js/compare/v2.14.0...v2.15.0) (2020-08-27)
849
-
850
- **Note:** Version bump only for package @serenity-js/jasmine
851
-
852
-
853
-
854
-
855
-
856
- # [2.14.0](https://github.com/serenity-js/serenity-js/compare/v2.13.1...v2.14.0) (2020-08-17)
857
-
858
- **Note:** Version bump only for package @serenity-js/jasmine
859
-
860
-
861
-
862
-
863
-
864
- ## [2.13.1](https://github.com/serenity-js/serenity-js/compare/v2.13.0...v2.13.1) (2020-08-05)
865
-
866
- **Note:** Version bump only for package @serenity-js/jasmine
867
-
868
-
869
-
870
-
871
-
872
- # [2.13.0](https://github.com/serenity-js/serenity-js/compare/v2.12.3...v2.13.0) (2020-07-25)
873
-
874
- **Note:** Version bump only for package @serenity-js/jasmine
875
-
876
-
877
-
878
-
879
-
880
- ## [2.12.2](https://github.com/serenity-js/serenity-js/compare/v2.12.1...v2.12.2) (2020-07-08)
881
-
882
- **Note:** Version bump only for package @serenity-js/jasmine
883
-
884
-
885
-
886
-
887
-
888
- ## [2.12.1](https://github.com/serenity-js/serenity-js/compare/v2.12.0...v2.12.1) (2020-07-07)
889
-
890
- **Note:** Version bump only for package @serenity-js/jasmine
891
-
892
-
893
-
894
-
895
-
896
- # [2.12.0](https://github.com/serenity-js/serenity-js/compare/v2.11.4...v2.12.0) (2020-07-06)
897
-
898
- **Note:** Version bump only for package @serenity-js/jasmine
899
-
900
-
901
-
902
-
903
-
904
- ## [2.11.4](https://github.com/serenity-js/serenity-js/compare/v2.11.3...v2.11.4) (2020-07-05)
905
-
906
- **Note:** Version bump only for package @serenity-js/jasmine
907
-
908
-
909
-
910
-
911
-
912
- ## [2.11.3](https://github.com/serenity-js/serenity-js/compare/v2.11.2...v2.11.3) (2020-07-05)
913
-
914
- **Note:** Version bump only for package @serenity-js/jasmine
915
-
916
-
917
-
918
-
919
-
920
- ## [2.11.2](https://github.com/serenity-js/serenity-js/compare/v2.11.1...v2.11.2) (2020-07-04)
921
-
922
- **Note:** Version bump only for package @serenity-js/jasmine
923
-
924
-
925
-
926
-
927
-
928
- ## [2.11.1](https://github.com/serenity-js/serenity-js/compare/v2.11.0...v2.11.1) (2020-06-30)
929
-
930
- **Note:** Version bump only for package @serenity-js/jasmine
931
-
932
-
933
-
934
-
935
-
936
- # [2.11.0](https://github.com/serenity-js/serenity-js/compare/v2.10.3...v2.11.0) (2020-06-20)
937
-
938
- **Note:** Version bump only for package @serenity-js/jasmine
939
-
940
-
941
-
942
-
943
-
944
- ## [2.10.3](https://github.com/serenity-js/serenity-js/compare/v2.10.2...v2.10.3) (2020-06-15)
945
-
946
- **Note:** Version bump only for package @serenity-js/jasmine
947
-
948
-
949
-
950
-
951
-
952
- ## [2.10.2](https://github.com/serenity-js/serenity-js/compare/v2.10.1...v2.10.2) (2020-06-11)
953
-
954
- **Note:** Version bump only for package @serenity-js/jasmine
955
-
956
-
957
-
958
-
959
-
960
- ## [2.10.1](https://github.com/serenity-js/serenity-js/compare/v2.10.0...v2.10.1) (2020-06-10)
961
-
962
- **Note:** Version bump only for package @serenity-js/jasmine
963
-
964
-
965
-
966
-
967
-
968
- # [2.10.0](https://github.com/serenity-js/serenity-js/compare/v2.9.0...v2.10.0) (2020-06-06)
969
-
970
- **Note:** Version bump only for package @serenity-js/jasmine
971
-
972
-
973
-
974
-
975
-
976
- # [2.7.0](https://github.com/serenity-js/serenity-js/compare/v2.6.0...v2.7.0) (2020-06-01)
977
-
978
- **Note:** Version bump only for package @serenity-js/jasmine
979
-
980
-
981
-
982
-
983
-
984
- # [2.6.0](https://github.com/serenity-js/serenity-js/compare/v2.5.5...v2.6.0) (2020-05-27)
985
-
986
- **Note:** Version bump only for package @serenity-js/jasmine
987
-
988
-
989
-
990
-
991
-
992
- ## [2.5.5](https://github.com/serenity-js/serenity-js/compare/v2.5.4...v2.5.5) (2020-05-25)
993
-
994
-
995
- ### Bug Fixes
996
-
997
- * **jasmine:** fixed a potential synchronisation issue ([3c1b6e6](https://github.com/serenity-js/serenity-js/commit/3c1b6e6dee5dfe0fd053e385ba9b59426e9ba8ed))
998
-
999
-
1000
-
1001
-
1002
-
1003
- ## [2.5.2](https://github.com/serenity-js/serenity-js/compare/v2.5.1...v2.5.2) (2020-05-16)
1004
-
1005
- **Note:** Version bump only for package @serenity-js/jasmine
1006
-
1007
-
1008
-
1009
-
1010
-
1011
- ## [2.5.1](https://github.com/serenity-js/serenity-js/compare/v2.5.0...v2.5.1) (2020-05-16)
1012
-
1013
- **Note:** Version bump only for package @serenity-js/jasmine
1014
-
1015
-
1016
-
1017
-
1018
-
1019
- # [2.5.0](https://github.com/serenity-js/serenity-js/compare/v2.4.1...v2.5.0) (2020-05-14)
1020
-
1021
-
1022
- ### Bug Fixes
1023
-
1024
- * **npm:** esport ES2018 instead of ES5 since we're supporting Node >= 10 ([a77091a](https://github.com/serenity-js/serenity-js/commit/a77091aa779736172a60b6ac99ec1b869aaea816))
1025
-
1026
-
1027
-
1028
-
1029
-
1030
- ## [2.4.1](https://github.com/serenity-js/serenity-js/compare/v2.4.0...v2.4.1) (2020-05-03)
1031
-
1032
- **Note:** Version bump only for package @serenity-js/jasmine
1033
-
1034
-
1035
-
1036
-
1037
-
1038
- # [2.4.0](https://github.com/serenity-js/serenity-js/compare/v2.3.6...v2.4.0) (2020-05-02)
1039
-
1040
- **Note:** Version bump only for package @serenity-js/jasmine
1041
-
1042
-
1043
-
1044
-
1045
-
1046
- ## [2.3.6](https://github.com/serenity-js/serenity-js/compare/v2.3.5...v2.3.6) (2020-04-28)
1047
-
1048
- **Note:** Version bump only for package @serenity-js/jasmine
1049
-
1050
-
1051
-
1052
-
1053
-
1054
- ## [2.3.5](https://github.com/serenity-js/serenity-js/compare/v2.3.4...v2.3.5) (2020-04-28)
6
+ # [3.0.0](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.45...v3.0.0) (2023-03-23)
1055
7
 
1056
8
  **Note:** Version bump only for package @serenity-js/jasmine
1057
9
 
@@ -1059,7 +11,7 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
1059
11
 
1060
12
 
1061
13
 
1062
- ## [2.3.4](https://github.com/serenity-js/serenity-js/compare/v2.3.3...v2.3.4) (2020-04-22)
14
+ # [3.0.0-rc.45](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.44...v3.0.0-rc.45) (2023-03-22)
1063
15
 
1064
16
  **Note:** Version bump only for package @serenity-js/jasmine
1065
17
 
@@ -1067,58 +19,20 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
1067
19
 
1068
20
 
1069
21
 
1070
- ## [2.3.3](https://github.com/serenity-js/serenity-js/compare/v2.3.2...v2.3.3) (2020-04-22)
1071
-
1072
- **Note:** Version bump only for package @serenity-js/jasmine
1073
-
1074
-
1075
-
1076
-
1077
-
1078
- ## [2.3.1](https://github.com/serenity-js/serenity-js/compare/v2.3.0...v2.3.1) (2020-04-07)
22
+ # [3.0.0-rc.44](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.43...v3.0.0-rc.44) (2023-03-19)
1079
23
 
1080
24
 
1081
25
  ### Bug Fixes
1082
26
 
1083
- * **deps:** updated dependencies ([67401a7](https://github.com/serenity-js/serenity-js/commit/67401a774582386be02178e077b918a481630950))
1084
-
1085
-
1086
-
1087
-
1088
-
1089
- ## [2.2.2](https://github.com/serenity-js/serenity-js/compare/v2.2.1...v2.2.2) (2020-03-08)
1090
-
1091
- **Note:** Version bump only for package @serenity-js/jasmine
1092
-
1093
-
1094
-
1095
-
1096
-
1097
- ## [2.2.1](https://github.com/serenity-js/serenity-js/compare/v2.2.0...v2.2.1) (2020-03-04)
1098
-
1099
- **Note:** Version bump only for package @serenity-js/jasmine
1100
-
1101
-
1102
-
1103
-
1104
-
1105
- ## [2.1.5](https://github.com/serenity-js/serenity-js/compare/v2.1.4...v2.1.5) (2020-02-10)
1106
-
1107
- **Note:** Version bump only for package @serenity-js/jasmine
1108
-
1109
-
1110
-
1111
-
27
+ * **core:** moved time-related code to a common package ([f29fedc](https://github.com/serenity-js/serenity-js/commit/f29fedc0e67d0db942b247aed53a243868a5f6dd)), closes [#1522](https://github.com/serenity-js/serenity-js/issues/1522)
28
+ * **core:** support for NPM 9 ([0493474](https://github.com/serenity-js/serenity-js/commit/0493474a1e28b86b1b60f69ec0d591c1a3265425))
29
+ * **jasmine:** improved filesystem location detection for Jasmine scenarios ([ec180d6](https://github.com/serenity-js/serenity-js/commit/ec180d618d19e8a7f9d081c4f067329d252c72a3))
1112
30
 
1113
- ## [2.1.4](https://github.com/serenity-js/serenity-js/compare/v2.1.3...v2.1.4) (2020-02-10)
1114
-
1115
- **Note:** Version bump only for package @serenity-js/jasmine
1116
31
 
1117
32
 
1118
33
 
1119
34
 
1120
-
1121
- ## [2.1.3](https://github.com/serenity-js/serenity-js/compare/v2.1.2...v2.1.3) (2020-02-10)
35
+ # [3.0.0-rc.43](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.42...v3.0.0-rc.43) (2023-03-10)
1122
36
 
1123
37
  **Note:** Version bump only for package @serenity-js/jasmine
1124
38
 
@@ -1126,39 +40,36 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
1126
40
 
1127
41
 
1128
42
 
1129
- ## [2.1.2](https://github.com/serenity-js/serenity-js/compare/v2.1.1...v2.1.2) (2020-02-08)
1130
-
1131
- **Note:** Version bump only for package @serenity-js/jasmine
1132
-
1133
-
1134
-
1135
-
43
+ # [3.0.0-rc.42](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.41...v3.0.0-rc.42) (2023-02-12)
1136
44
 
1137
- ## [2.1.1](https://github.com/serenity-js/serenity-js/compare/v2.1.0...v2.1.1) (2020-02-08)
1138
45
 
1139
- **Note:** Version bump only for package @serenity-js/jasmine
46
+ ### Bug Fixes
1140
47
 
48
+ * **core:** event TestRunFinished now incidates the Outcome of the test suite ([a941056](https://github.com/serenity-js/serenity-js/commit/a9410566891e543101b935a80db9c7daea0c9944)), closes [#1495](https://github.com/serenity-js/serenity-js/issues/1495)
49
+ * **jasmine:** default to using file name as feature name when describe blocks are absent ([3542955](https://github.com/serenity-js/serenity-js/commit/3542955d7c0d3582283ecf1fe482cf3da93f9e4f)), closes [#1495](https://github.com/serenity-js/serenity-js/issues/1495)
1141
50
 
1142
51
 
1143
52
 
1144
53
 
1145
- # [2.1.0](https://github.com/serenity-js/serenity-js/compare/v2.0.9...v2.1.0) (2020-02-07)
1146
54
 
1147
- **Note:** Version bump only for package @serenity-js/jasmine
55
+ # [3.0.0-rc.41](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.40...v3.0.0-rc.41) (2023-02-07)
1148
56
 
1149
57
 
58
+ ### Bug Fixes
1150
59
 
60
+ * **core:** further improvements to how the expected vs received values are rendered in VS Code ([e2101d0](https://github.com/serenity-js/serenity-js/commit/e2101d0b11e56b1701bf75efe0d4f85ab72a6f48)), closes [#1486](https://github.com/serenity-js/serenity-js/issues/1486)
1151
61
 
1152
62
 
1153
- ## [2.0.7](https://github.com/serenity-js/serenity-js/compare/v2.0.6...v2.0.7) (2020-02-05)
63
+ ### Features
1154
64
 
1155
- **Note:** Version bump only for package @serenity-js/jasmine
65
+ * **core:** better assertion errors reporting in Visual Studio Code ([3b94b7d](https://github.com/serenity-js/serenity-js/commit/3b94b7d606fae49e7ca77c2fbe09d07eeb042ea9)), closes [#1486](https://github.com/serenity-js/serenity-js/issues/1486)
66
+ * **core:** new ability to RaiseErrors ([4617d39](https://github.com/serenity-js/serenity-js/commit/4617d39a7b0d72381834abe27ff4393cbc79d0f5)), closes [#1102](https://github.com/serenity-js/serenity-js/issues/1102)
1156
67
 
1157
68
 
1158
69
 
1159
70
 
1160
71
 
1161
- ## [2.0.2](https://github.com/serenity-js/serenity-js/compare/v2.0.1...v2.0.2) (2020-02-04)
72
+ # [3.0.0-rc.40](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.39...v3.0.0-rc.40) (2023-01-06)
1162
73
 
1163
74
  **Note:** Version bump only for package @serenity-js/jasmine
1164
75
 
@@ -1166,7 +77,7 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
1166
77
 
1167
78
 
1168
79
 
1169
- ## [2.0.1](https://github.com/serenity-js/serenity-js/compare/v2.0.1-alpha.132...v2.0.1) (2020-02-03)
80
+ # [3.0.0-rc.39](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.38...v3.0.0-rc.39) (2023-01-05)
1170
81
 
1171
82
  **Note:** Version bump only for package @serenity-js/jasmine
1172
83
 
@@ -1174,7 +85,7 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
1174
85
 
1175
86
 
1176
87
 
1177
- ## [2.0.1-alpha.132](https://github.com/serenity-js/serenity-js/compare/v2.0.1-alpha.131...v2.0.1-alpha.132) (2020-02-03)
88
+ # [3.0.0-rc.38](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.37...v3.0.0-rc.38) (2022-12-28)
1178
89
 
1179
90
  **Note:** Version bump only for package @serenity-js/jasmine
1180
91
 
@@ -1182,7 +93,7 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
1182
93
 
1183
94
 
1184
95
 
1185
- ## [2.0.1-alpha.131](https://github.com/serenity-js/serenity-js/compare/v2.0.1-alpha.130...v2.0.1-alpha.131) (2020-02-03)
96
+ # [3.0.0-rc.37](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.36...v3.0.0-rc.37) (2022-12-18)
1186
97
 
1187
98
  **Note:** Version bump only for package @serenity-js/jasmine
1188
99
 
@@ -1190,7 +101,7 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
1190
101
 
1191
102
 
1192
103
 
1193
- ## [2.0.1-alpha.130](https://github.com/serenity-js/serenity-js/compare/v2.0.1-alpha.129...v2.0.1-alpha.130) (2020-02-03)
104
+ # [3.0.0-rc.36](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.35...v3.0.0-rc.36) (2022-11-28)
1194
105
 
1195
106
  **Note:** Version bump only for package @serenity-js/jasmine
1196
107
 
@@ -1198,7 +109,7 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
1198
109
 
1199
110
 
1200
111
 
1201
- ## [2.0.1-alpha.129](https://github.com/serenity-js/serenity-js/compare/v2.0.1-alpha.128...v2.0.1-alpha.129) (2020-02-02)
112
+ # [3.0.0-rc.35](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.34...v3.0.0-rc.35) (2022-11-25)
1202
113
 
1203
114
  **Note:** Version bump only for package @serenity-js/jasmine
1204
115
 
@@ -1206,7 +117,7 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
1206
117
 
1207
118
 
1208
119
 
1209
- ## [2.0.1-alpha.127](https://github.com/serenity-js/serenity-js/compare/v2.0.1-alpha.126...v2.0.1-alpha.127) (2020-02-02)
120
+ # [3.0.0-rc.34](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.33...v3.0.0-rc.34) (2022-11-21)
1210
121
 
1211
122
  **Note:** Version bump only for package @serenity-js/jasmine
1212
123
 
@@ -1214,18 +125,18 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
1214
125
 
1215
126
 
1216
127
 
1217
- ## [2.0.1-alpha.126](https://github.com/serenity-js/serenity-js/compare/v2.0.1-alpha.125...v2.0.1-alpha.126) (2020-02-02)
128
+ # [3.0.0-rc.33](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.32...v3.0.0-rc.33) (2022-11-07)
1218
129
 
1219
130
 
1220
131
  ### Bug Fixes
1221
132
 
1222
- * **npm:** corrected the repo URL after the jan-molak -> serenity-js repo migration ([a451199](https://github.com/serenity-js/serenity-js/commit/a4511995c50bf08977aa6c4c0f5d22ba7ead343f))
133
+ * **jasmine:** remove warn jasmine#addSpecFiles ([9fef049](https://github.com/serenity-js/serenity-js/commit/9fef049f07c35992051b0cb27f023aa3b7ae2b9f))
1223
134
 
1224
135
 
1225
136
 
1226
137
 
1227
138
 
1228
- ## [2.0.1-alpha.119](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.118...v2.0.1-alpha.119) (2020-02-02)
139
+ # [3.0.0-rc.32](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.31...v3.0.0-rc.32) (2022-10-12)
1229
140
 
1230
141
  **Note:** Version bump only for package @serenity-js/jasmine
1231
142
 
@@ -1233,7 +144,7 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
1233
144
 
1234
145
 
1235
146
 
1236
- ## [2.0.1-alpha.118](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.117...v2.0.1-alpha.118) (2020-02-01)
147
+ # [3.0.0-rc.31](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.30...v3.0.0-rc.31) (2022-10-07)
1237
148
 
1238
149
  **Note:** Version bump only for package @serenity-js/jasmine
1239
150
 
@@ -1241,18 +152,7 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
1241
152
 
1242
153
 
1243
154
 
1244
- ## [2.0.1-alpha.117](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.116...v2.0.1-alpha.117) (2020-01-29)
1245
-
1246
-
1247
- ### Bug Fixes
1248
-
1249
- * **jasmine:** make Jasmine report the error stack trace correctly ([d5382bf](https://github.com/jan-molak/serenity-js/commit/d5382bf36ea0da2efb740f6fbbf3a98299cbb8d0))
1250
-
1251
-
1252
-
1253
-
1254
-
1255
- ## [2.0.1-alpha.116](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.115...v2.0.1-alpha.116) (2020-01-29)
155
+ # [3.0.0-rc.30](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.29...v3.0.0-rc.30) (2022-10-05)
1256
156
 
1257
157
  **Note:** Version bump only for package @serenity-js/jasmine
1258
158
 
@@ -1260,7 +160,7 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
1260
160
 
1261
161
 
1262
162
 
1263
- ## [2.0.1-alpha.115](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.114...v2.0.1-alpha.115) (2020-01-27)
163
+ # [3.0.0-rc.29](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.28...v3.0.0-rc.29) (2022-10-01)
1264
164
 
1265
165
  **Note:** Version bump only for package @serenity-js/jasmine
1266
166
 
@@ -1268,91 +168,24 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
1268
168
 
1269
169
 
1270
170
 
1271
- ## [2.0.1-alpha.114](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.113...v2.0.1-alpha.114) (2020-01-27)
1272
-
1273
-
1274
- ### Bug Fixes
1275
-
1276
- * **serenity-bdd:** reports are correctly stored to disk ([c050e2f](https://github.com/jan-molak/serenity-js/commit/c050e2fef0952d530394304619b42ee692f31584))
1277
-
1278
-
1279
-
1280
-
1281
-
1282
- ## [2.0.1-alpha.113](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.112...v2.0.1-alpha.113) (2020-01-26)
171
+ # [3.0.0-rc.28](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.27...v3.0.0-rc.28) (2022-09-30)
1283
172
 
1284
173
 
1285
174
  ### Bug Fixes
1286
175
 
1287
- * **jasmine:** report scenarios with compromised interactions as compromised instead of broken ([f828f1f](https://github.com/jan-molak/serenity-js/commit/f828f1f08e333aba5c262580d7be10817217a374))
1288
-
1289
-
1290
-
1291
-
1292
-
1293
- ## [2.0.1-alpha.112](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.111...v2.0.1-alpha.112) (2020-01-25)
1294
-
1295
- **Note:** Version bump only for package @serenity-js/jasmine
1296
-
1297
-
1298
-
1299
-
1300
-
1301
- ## [2.0.1-alpha.111](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.110...v2.0.1-alpha.111) (2020-01-25)
1302
-
1303
- **Note:** Version bump only for package @serenity-js/jasmine
1304
-
1305
-
1306
-
1307
-
1308
-
1309
- ## [2.0.1-alpha.110](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.109...v2.0.1-alpha.110) (2020-01-25)
176
+ * **core:** activity is now able to detect invocation location on Node 14 ([41f4776](https://github.com/serenity-js/serenity-js/commit/41f4776736620bc32d474d9b66f69c742f8eca96)), closes [#1240](https://github.com/serenity-js/serenity-js/issues/1240)
177
+ * **core:** simplified SceneFinishes event ([9ad947a](https://github.com/serenity-js/serenity-js/commit/9ad947adc49cefd9b64f48b02bc173f073f545c4)), closes [#1240](https://github.com/serenity-js/serenity-js/issues/1240)
1310
178
 
1311
179
 
1312
180
  ### Features
1313
181
 
1314
- * **core:** new APIs to make configuring and using Serenity/JS easier ([d11a80d](https://github.com/jan-molak/serenity-js/commit/d11a80de66519cb16b6eaa61a39694006a76b5fb))
1315
-
1316
-
1317
-
1318
-
1319
-
1320
- ## [2.0.1-alpha.109](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.108...v2.0.1-alpha.109) (2020-01-23)
1321
-
1322
-
1323
- ### Bug Fixes
1324
-
1325
- * **jasmine:** corrected synchronisation of async events ([38fd1c7](https://github.com/jan-molak/serenity-js/commit/38fd1c7ad5fc8396a8c2a4e9a68286cac7f033f7)), closes [#405](https://github.com/jan-molak/serenity-js/issues/405)
1326
- * **jasmine:** ensure async events are correctly synchronised before the test run finishes ([9b4e49a](https://github.com/jan-molak/serenity-js/commit/9b4e49ade65df6d73421e837229ca5c785b677e0)), closes [#405](https://github.com/jan-molak/serenity-js/issues/405)
1327
-
1328
-
1329
-
182
+ * **playwright-test:** improved Playwright Test reports ([6c6b537](https://github.com/serenity-js/serenity-js/commit/6c6b5379dfc324a4fb75d758daa7782109f1c5ab)), closes [#1240](https://github.com/serenity-js/serenity-js/issues/1240)
1330
183
 
1331
184
 
1332
- ## [2.0.1-alpha.108](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.107...v2.0.1-alpha.108) (2020-01-20)
1333
185
 
1334
186
 
1335
- ### Bug Fixes
1336
-
1337
- * **jasmine:** ensure Jasmine reporter waits for the async tasks to complete before exiting ([b6252ad](https://github.com/jan-molak/serenity-js/commit/b6252ad34f213bbc9e865a85db9e9af211bf9f4e))
1338
-
1339
-
1340
-
1341
-
1342
-
1343
- ## [2.0.1-alpha.107](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.106...v2.0.1-alpha.107) (2020-01-19)
1344
-
1345
-
1346
- ### Bug Fixes
1347
-
1348
- * **jasmine:** ensure the async work queue is empty before the suite is marked as completed ([ad5a2b6](https://github.com/jan-molak/serenity-js/commit/ad5a2b67a8e2c22c530ea065cef541548d06f3d0)), closes [#56](https://github.com/jan-molak/serenity-js/issues/56)
1349
- * **protractor:** support restarting the browser between test scenarios ([21b5a41](https://github.com/jan-molak/serenity-js/commit/21b5a4187dbbc9babf70e75cda8b42e5e2531d17))
1350
-
1351
187
 
1352
-
1353
-
1354
-
1355
- ## [2.0.1-alpha.106](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.105...v2.0.1-alpha.106) (2020-01-19)
188
+ # [3.0.0-rc.27](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.26...v3.0.0-rc.27) (2022-08-26)
1356
189
 
1357
190
  **Note:** Version bump only for package @serenity-js/jasmine
1358
191
 
@@ -1360,7 +193,7 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
1360
193
 
1361
194
 
1362
195
 
1363
- ## [2.0.1-alpha.105](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.104...v2.0.1-alpha.105) (2020-01-16)
196
+ # [3.0.0-rc.26](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.25...v3.0.0-rc.26) (2022-08-15)
1364
197
 
1365
198
  **Note:** Version bump only for package @serenity-js/jasmine
1366
199
 
@@ -1368,50 +201,18 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
1368
201
 
1369
202
 
1370
203
 
1371
- ## [2.0.1-alpha.104](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.103...v2.0.1-alpha.104) (2020-01-10)
204
+ # [3.0.0-rc.25](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.24...v3.0.0-rc.25) (2022-08-15)
1372
205
 
1373
206
 
1374
207
  ### Bug Fixes
1375
208
 
1376
- * **lerna:** fixed the versions, since lerna managed to mess them up again ([0e87048](https://github.com/jan-molak/serenity-js/commit/0e87048219dc17a0c64a1bbf6b12128b18e85718))
1377
-
1378
-
1379
-
1380
-
1381
-
1382
- ## [2.0.1-alpha.101](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.100...v2.0.1-alpha.101) (2020-01-09)
1383
-
1384
- **Note:** Version bump only for package @serenity-js/jasmine
1385
-
1386
-
1387
-
1388
-
1389
-
1390
- ## [2.0.1-alpha.99](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.98...v2.0.1-alpha.99) (2020-01-09)
1391
-
1392
- **Note:** Version bump only for package @serenity-js/jasmine
1393
-
1394
-
1395
-
209
+ * **core:** extracted common TypeScript configuration ([0108370](https://github.com/serenity-js/serenity-js/commit/0108370a6a7ebb4bcd71773482801d29f5660268))
1396
210
 
1397
211
 
1398
- ## [2.0.1-alpha.98](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.97...v2.0.1-alpha.98) (2019-12-16)
1399
212
 
1400
- **Note:** Version bump only for package @serenity-js/jasmine
1401
-
1402
-
1403
-
1404
-
1405
-
1406
- ## [2.0.1-alpha.97](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.96...v2.0.1-alpha.97) (2019-12-15)
1407
-
1408
- **Note:** Version bump only for package @serenity-js/jasmine
1409
213
 
1410
214
 
1411
-
1412
-
1413
-
1414
- ## [2.0.1-alpha.96](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.95...v2.0.1-alpha.96) (2019-12-15)
215
+ # [3.0.0-rc.24](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.23...v3.0.0-rc.24) (2022-07-23)
1415
216
 
1416
217
  **Note:** Version bump only for package @serenity-js/jasmine
1417
218
 
@@ -1419,223 +220,118 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
1419
220
 
1420
221
 
1421
222
 
1422
- ## [2.0.1-alpha.95](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.94...v2.0.1-alpha.95) (2019-12-11)
223
+ # [3.0.0-rc.23](https://github.com/serenity-js/serenity-js/compare/v2.33.10...v3.0.0-rc.23) (2022-07-19)
1423
224
 
1424
225
 
1425
226
  ### Bug Fixes
1426
227
 
1427
- * **dependencies:** updated Lerna and corrected the versions that got out of sync ([6c2f3af](https://github.com/jan-molak/serenity-js/commit/6c2f3afe98207c9241b5a7df970ec94fa37f4f1d))
1428
-
1429
-
1430
-
1431
-
1432
-
1433
- ## [2.0.1-alpha.90](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.89...v2.0.1-alpha.90) (2019-11-29)
228
+ * **node:** support for Node 18 ([73212bc](https://github.com/serenity-js/serenity-js/commit/73212bc9deb1998d871b0720a6b437687b3ceddc)), closes [#1243](https://github.com/serenity-js/serenity-js/issues/1243)
1434
229
 
1435
- **Note:** Version bump only for package @serenity-js/jasmine
1436
230
 
1437
231
 
232
+ # [3.0.0-rc.22](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.21...v3.0.0-rc.22) (2022-07-15)
1438
233
 
1439
234
 
1440
235
 
1441
- ## [2.0.1-alpha.89](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.88...v2.0.1-alpha.89) (2019-11-27)
236
+ # [3.0.0-rc.21](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.20...v3.0.0-rc.21) (2022-07-11)
1442
237
 
1443
238
 
1444
- ### Bug Fixes
1445
239
 
1446
- * **jasmine:** Corrected the source detection logic ([1e91f25](https://github.com/jan-molak/serenity-js/commit/1e91f25))
240
+ # [3.0.0-rc.20](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.19...v3.0.0-rc.20) (2022-07-11)
1447
241
 
1448
242
 
1449
243
 
244
+ # [3.0.0-rc.19](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.18...v3.0.0-rc.19) (2022-06-11)
1450
245
 
1451
246
 
1452
- ## [2.0.1-alpha.88](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.87...v2.0.1-alpha.88) (2019-11-25)
1453
247
 
248
+ # [3.0.0-rc.18](https://github.com/serenity-js/serenity-js/compare/v2.33.9...v3.0.0-rc.18) (2022-06-06)
1454
249
 
1455
- ### Bug Fixes
1456
250
 
1457
- * **jasmine:** Report AssertionErrors correctly ([5eae90b](https://github.com/jan-molak/serenity-js/commit/5eae90b))
1458
- * **jasmine:** Scenarios failed due to an AssertionError are marked as such ([da3eaa3](https://github.com/jan-molak/serenity-js/commit/da3eaa3))
1459
251
 
252
+ # [3.0.0-rc.17](https://github.com/serenity-js/serenity-js/compare/v2.33.8...v3.0.0-rc.17) (2022-06-02)
1460
253
 
1461
254
 
1462
255
 
256
+ # [3.0.0-rc.16](https://github.com/serenity-js/serenity-js/compare/v2.33.6...v3.0.0-rc.16) (2022-04-15)
1463
257
 
1464
- ## [2.0.1-alpha.87](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.86...v2.0.1-alpha.87) (2019-11-10)
1465
258
 
1466
- **Note:** Version bump only for package @serenity-js/jasmine
1467
259
 
260
+ # [3.0.0-rc.15](https://github.com/serenity-js/serenity-js/compare/v2.33.5...v3.0.0-rc.15) (2022-04-10)
1468
261
 
1469
262
 
1470
263
 
264
+ # [3.0.0-rc.14](https://github.com/serenity-js/serenity-js/compare/v2.33.3...v3.0.0-rc.14) (2022-03-28)
1471
265
 
1472
- ## [2.0.1-alpha.86](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.85...v2.0.1-alpha.86) (2019-11-09)
1473
266
 
1474
- **Note:** Version bump only for package @serenity-js/jasmine
1475
267
 
268
+ # [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)
1476
269
 
1477
270
 
1478
271
 
272
+ # [3.0.0-rc.12](https://github.com/serenity-js/serenity-js/compare/v2.33.2...v3.0.0-rc.12) (2022-02-23)
1479
273
 
1480
- ## [2.0.1-alpha.85](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.84...v2.0.1-alpha.85) (2019-10-13)
1481
274
 
1482
275
 
1483
- ### Bug Fixes
276
+ # [3.0.0-rc.11](https://github.com/serenity-js/serenity-js/compare/v2.33.1...v3.0.0-rc.11) (2022-02-13)
1484
277
 
1485
- * **core:** Dropped support for node 6 ([74d1ece](https://github.com/jan-molak/serenity-js/commit/74d1ece))
1486
278
 
1487
279
 
280
+ # [3.0.0-rc.10](https://github.com/serenity-js/serenity-js/compare/v2.33.0...v3.0.0-rc.10) (2022-02-03)
1488
281
 
1489
282
 
1490
283
 
1491
- ## [2.0.1-alpha.84](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.83...v2.0.1-alpha.84) (2019-09-24)
284
+ # [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)
1492
285
 
1493
- **Note:** Version bump only for package @serenity-js/jasmine
1494
286
 
1495
287
 
288
+ # [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)
1496
289
 
1497
290
 
1498
291
 
1499
- ## [2.0.1-alpha.83](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.82...v2.0.1-alpha.83) (2019-09-23)
292
+ # [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)
1500
293
 
1501
- **Note:** Version bump only for package @serenity-js/jasmine
1502
294
 
1503
295
 
296
+ # [3.0.0-rc.6](https://github.com/serenity-js/serenity-js/compare/v2.32.7...v3.0.0-rc.6) (2022-01-10)
1504
297
 
1505
298
 
1506
299
 
1507
- ## [2.0.1-alpha.82](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.81...v2.0.1-alpha.82) (2019-09-22)
300
+ # [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)
1508
301
 
1509
302
 
1510
303
  ### Bug Fixes
1511
304
 
1512
- * **jasmine:** Corrected how the scenario titles are constructed ([725246e](https://github.com/jan-molak/serenity-js/commit/725246e))
1513
-
1514
-
1515
-
1516
-
1517
-
1518
- ## [2.0.1-alpha.81](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.80...v2.0.1-alpha.81) (2019-09-16)
1519
-
1520
- **Note:** Version bump only for package @serenity-js/jasmine
1521
-
1522
-
1523
-
1524
-
1525
-
1526
- ## [2.0.1-alpha.80](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.79...v2.0.1-alpha.80) (2019-09-05)
1527
-
1528
- **Note:** Version bump only for package @serenity-js/jasmine
1529
-
1530
-
1531
-
1532
-
1533
-
1534
- ## [2.0.1-alpha.77](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.76...v2.0.1-alpha.77) (2019-09-01)
1535
-
1536
- **Note:** Version bump only for package @serenity-js/jasmine
1537
-
1538
-
1539
-
1540
-
1541
-
1542
- ## [2.0.1-alpha.76](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.75...v2.0.1-alpha.76) (2019-08-05)
1543
-
1544
- **Note:** Version bump only for package @serenity-js/jasmine
1545
-
1546
-
1547
-
1548
-
1549
-
1550
- ## [2.0.1-alpha.75](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.74...v2.0.1-alpha.75) (2019-07-16)
1551
-
1552
- **Note:** Version bump only for package @serenity-js/jasmine
1553
-
1554
-
1555
-
1556
-
1557
-
1558
- ## [2.0.1-alpha.74](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.73...v2.0.1-alpha.74) (2019-07-07)
1559
-
1560
- **Note:** Version bump only for package @serenity-js/jasmine
1561
-
1562
-
1563
-
1564
-
1565
-
1566
- ## [2.0.1-alpha.73](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.72...v2.0.1-alpha.73) (2019-06-24)
1567
-
1568
- **Note:** Version bump only for package @serenity-js/jasmine
1569
-
1570
-
1571
-
1572
-
1573
-
1574
- ## [2.0.1-alpha.72](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.71...v2.0.1-alpha.72) (2019-06-23)
1575
-
1576
- **Note:** Version bump only for package @serenity-js/jasmine
1577
-
1578
-
1579
-
1580
-
1581
-
1582
- ## [2.0.1-alpha.71](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.70...v2.0.1-alpha.71) (2019-06-23)
1583
-
1584
- **Note:** Version bump only for package @serenity-js/jasmine
1585
-
1586
-
1587
-
1588
-
1589
-
1590
- ## [2.0.1-alpha.70](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.69...v2.0.1-alpha.70) (2019-06-22)
1591
-
1592
- **Note:** Version bump only for package @serenity-js/jasmine
1593
-
1594
-
1595
-
1596
-
1597
-
1598
- ## [2.0.1-alpha.69](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.68...v2.0.1-alpha.69) (2019-06-20)
1599
-
1600
- **Note:** Version bump only for package @serenity-js/jasmine
1601
-
1602
-
1603
-
1604
-
305
+ * **jasmine:** integrated with Jasmine 3.99.0 ([7f03bb5](https://github.com/serenity-js/serenity-js/commit/7f03bb56d4dc50209b01bdd0ed147eb7da7cfb93))
1605
306
 
1606
- ## [2.0.1-alpha.68](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.67...v2.0.1-alpha.68) (2019-05-28)
1607
307
 
1608
- **Note:** Version bump only for package @serenity-js/jasmine
1609
308
 
309
+ # [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)
1610
310
 
1611
311
 
1612
312
 
313
+ # [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)
1613
314
 
1614
- ## [2.0.1-alpha.67](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.66...v2.0.1-alpha.67) (2019-05-27)
1615
315
 
1616
316
 
1617
- ### Features
317
+ # [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)
1618
318
 
1619
- * **protractor:** Jasmine adapter for Protractor ([97bf841](https://github.com/jan-molak/serenity-js/commit/97bf841))
1620
319
 
1621
320
 
321
+ # [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)
1622
322
 
1623
323
 
1624
324
 
1625
- ## [2.0.1-alpha.66](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.65...v2.0.1-alpha.66) (2019-05-23)
325
+ # [3.0.0-rc.0](https://github.com/serenity-js/serenity-js/compare/v2.32.5...v3.0.0-rc.0) (2021-12-08)
1626
326
 
1627
327
 
1628
328
  ### Bug Fixes
1629
329
 
1630
- * **jasmine:** Jasmine scenarios synchronise with Serenity/JS ([42c28a6](https://github.com/jan-molak/serenity-js/commit/42c28a6))
1631
-
1632
-
1633
-
1634
-
1635
-
1636
- ## [2.0.1-alpha.65](https://github.com/jan-molak/serenity-js/compare/v2.0.1-alpha.64...v2.0.1-alpha.65) (2019-05-14)
330
+ * **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)
331
+ * **jasmine:** upgraded Jasmine to 3.10.0 ([707dbff](https://github.com/serenity-js/serenity-js/commit/707dbff16cf909a12c437984e156f55d2df1e2a0)), closes [jasmine/jasmine#1939](https://github.com/jasmine/jasmine/issues/1939)
1637
332
 
1638
333
 
1639
- ### Features
334
+ ### BREAKING CHANGES
1640
335
 
1641
- * **jasmine:** Serenity reporter for Jasmine ([afff01a](https://github.com/jan-molak/serenity-js/commit/afff01a))
336
+ * **core:** Introduced @serenity-js/web - a shared library for Serenity/JS Web integration
337
+ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped support for Node 12.