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