@serenity-js/rest 3.0.0-rc.14 → 3.0.0-rc.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -300
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,105 +3,16 @@
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.14](https://github.com/serenity-js/serenity-js/compare/v2.33.3...v3.0.0-rc.14) (2022-03-28)
7
-
8
-
9
-
10
- # [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)
11
-
12
-
13
-
14
- # [3.0.0-rc.12](https://github.com/serenity-js/serenity-js/compare/v2.33.2...v3.0.0-rc.12) (2022-02-23)
15
-
6
+ # [3.0.0-rc.15](https://github.com/serenity-js/serenity-js/compare/v2.33.5...v3.0.0-rc.15) (2022-04-10)
16
7
 
17
8
 
18
- # [3.0.0-rc.11](https://github.com/serenity-js/serenity-js/compare/v2.33.1...v3.0.0-rc.11) (2022-02-13)
19
-
20
-
21
-
22
- # [3.0.0-rc.10](https://github.com/serenity-js/serenity-js/compare/v2.33.0...v3.0.0-rc.10) (2022-02-03)
23
-
24
-
25
-
26
- # [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)
27
-
28
-
29
-
30
- # [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)
31
-
32
-
33
-
34
- # [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)
35
-
36
-
37
- ### Features
38
-
39
- * **core:** replaced `Adapter` with `QuestionAdapter` and introduced `Optional` ([8d84ad3](https://github.com/serenity-js/serenity-js/commit/8d84ad3863e3c726533d0f21934fb1e2fa8b3022)), closes [#1103](https://github.com/serenity-js/serenity-js/issues/1103)
40
-
41
-
42
-
43
- # [3.0.0-rc.6](https://github.com/serenity-js/serenity-js/compare/v2.32.7...v3.0.0-rc.6) (2022-01-10)
44
-
45
-
46
-
47
- # [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)
48
-
49
-
50
-
51
- # [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)
52
-
53
-
54
- ### Bug Fixes
55
-
56
- * **core:** you can now retrieve the .length property of an Array wrapped in an Adapter<Array> ([c36e210](https://github.com/serenity-js/serenity-js/commit/c36e210c024052b96ba47e9663c7098e269c5688))
57
-
58
-
59
-
60
- # [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)
61
-
62
-
63
- ### Bug Fixes
64
-
65
- * **rest:** corrected LastResponse to wrap .status(), .body(), .header() and .headers() in Adapters ([aab8e93](https://github.com/serenity-js/serenity-js/commit/aab8e93a19005710d9f333756cdae5aa21c31058)), closes [#1082](https://github.com/serenity-js/serenity-js/issues/1082)
66
-
67
-
68
-
69
- # [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)
70
-
71
-
72
-
73
- # [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)
74
-
75
-
76
-
77
- # [3.0.0-rc.0](https://github.com/serenity-js/serenity-js/compare/v2.32.5...v3.0.0-rc.0) (2021-12-08)
78
-
79
-
80
- ### Bug Fixes
81
-
82
- * **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)
83
-
84
-
85
- ### Features
86
-
87
- * **core:** question.about produces "props" that proxy the methods of the underlying model ([f771872](https://github.com/serenity-js/serenity-js/commit/f771872c56b487e404002c3800fc8f3baaed804f))
88
-
89
-
90
- ### BREAKING CHANGES
91
-
92
- * **core:** Introduced @serenity-js/web - a shared library for Serenity/JS Web integration
93
- modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped support for Node 12.
94
-
95
9
 
10
+ # [3.0.0-rc.14](https://github.com/serenity-js/serenity-js/compare/v2.33.3...v3.0.0-rc.14) (2022-03-28)
96
11
 
97
12
 
98
13
 
99
14
  # [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)
100
15
 
101
- **Note:** Version bump only for package @serenity-js/rest
102
-
103
-
104
-
105
16
 
106
17
 
107
18
  # [3.0.0-rc.12](https://github.com/serenity-js/serenity-js/compare/v2.33.2...v3.0.0-rc.12) (2022-02-23)
@@ -189,84 +100,19 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
189
100
 
190
101
 
191
102
 
192
- # [3.0.0-rc.11](https://github.com/serenity-js/serenity-js/compare/v2.33.1...v3.0.0-rc.11) (2022-02-13)
193
-
194
-
195
-
196
- # [3.0.0-rc.10](https://github.com/serenity-js/serenity-js/compare/v2.33.0...v3.0.0-rc.10) (2022-02-03)
197
-
198
-
199
-
200
- # [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)
201
-
202
-
203
-
204
- # [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)
205
-
206
-
207
-
208
- # [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)
209
-
210
-
211
- ### Features
212
-
213
- * **core:** replaced `Adapter` with `QuestionAdapter` and introduced `Optional` ([8d84ad3](https://github.com/serenity-js/serenity-js/commit/8d84ad3863e3c726533d0f21934fb1e2fa8b3022)), closes [#1103](https://github.com/serenity-js/serenity-js/issues/1103)
214
-
215
-
216
-
217
- # [3.0.0-rc.6](https://github.com/serenity-js/serenity-js/compare/v2.32.7...v3.0.0-rc.6) (2022-01-10)
218
-
219
-
220
-
221
- # [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)
222
-
223
-
224
-
225
- # [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)
226
-
227
-
228
- ### Bug Fixes
229
-
230
- * **core:** you can now retrieve the .length property of an Array wrapped in an Adapter<Array> ([c36e210](https://github.com/serenity-js/serenity-js/commit/c36e210c024052b96ba47e9663c7098e269c5688))
231
-
232
-
233
-
234
- # [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)
235
-
236
-
237
- ### Bug Fixes
238
-
239
- * **rest:** corrected LastResponse to wrap .status(), .body(), .header() and .headers() in Adapters ([aab8e93](https://github.com/serenity-js/serenity-js/commit/aab8e93a19005710d9f333756cdae5aa21c31058)), closes [#1082](https://github.com/serenity-js/serenity-js/issues/1082)
240
-
241
-
242
-
243
- # [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)
244
-
245
-
246
-
247
- # [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)
248
-
249
-
250
-
251
- # [3.0.0-rc.0](https://github.com/serenity-js/serenity-js/compare/v2.32.5...v3.0.0-rc.0) (2021-12-08)
252
-
103
+ # [3.0.0-rc.14](https://github.com/serenity-js/serenity-js/compare/v2.33.3...v3.0.0-rc.14) (2022-03-28)
253
104
 
254
- ### Bug Fixes
255
105
 
256
- * **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)
257
106
 
107
+ # [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)
258
108
 
259
- ### Features
260
109
 
261
- * **core:** question.about produces "props" that proxy the methods of the underlying model ([f771872](https://github.com/serenity-js/serenity-js/commit/f771872c56b487e404002c3800fc8f3baaed804f))
262
110
 
111
+ # [3.0.0-rc.12](https://github.com/serenity-js/serenity-js/compare/v2.33.2...v3.0.0-rc.12) (2022-02-23)
263
112
 
264
- ### BREAKING CHANGES
265
-
266
- * **core:** Introduced @serenity-js/web - a shared library for Serenity/JS Web integration
267
- modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped support for Node 12.
268
113
 
269
114
 
115
+ # [3.0.0-rc.11](https://github.com/serenity-js/serenity-js/compare/v2.33.1...v3.0.0-rc.11) (2022-02-13)
270
116
 
271
117
 
272
118
 
@@ -344,123 +190,7 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
344
190
  modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped support for Node 12.
345
191
 
346
192
 
347
-
348
-
349
-
350
- # [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)
351
-
352
- **Note:** Version bump only for package @serenity-js/rest
353
-
354
-
355
-
356
-
357
-
358
- # [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)
359
-
360
- **Note:** Version bump only for package @serenity-js/rest
361
-
362
-
363
-
364
-
365
-
366
- # [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)
367
-
368
-
369
- ### Features
370
-
371
- * **core:** replaced `Adapter` with `QuestionAdapter` and introduced `Optional` ([8d84ad3](https://github.com/serenity-js/serenity-js/commit/8d84ad3863e3c726533d0f21934fb1e2fa8b3022)), closes [#1103](https://github.com/serenity-js/serenity-js/issues/1103)
372
-
373
-
374
-
375
-
376
-
377
- # [3.0.0-rc.6](https://github.com/serenity-js/serenity-js/compare/v2.32.7...v3.0.0-rc.6) (2022-01-10)
378
-
379
-
380
-
381
- # [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)
382
-
383
-
384
-
385
- # [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)
386
-
387
-
388
- ### Bug Fixes
389
-
390
- * **core:** you can now retrieve the .length property of an Array wrapped in an Adapter<Array> ([c36e210](https://github.com/serenity-js/serenity-js/commit/c36e210c024052b96ba47e9663c7098e269c5688))
391
-
392
-
393
-
394
- # [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)
395
-
396
-
397
- ### Bug Fixes
398
-
399
- * **rest:** corrected LastResponse to wrap .status(), .body(), .header() and .headers() in Adapters ([aab8e93](https://github.com/serenity-js/serenity-js/commit/aab8e93a19005710d9f333756cdae5aa21c31058)), closes [#1082](https://github.com/serenity-js/serenity-js/issues/1082)
400
-
401
-
402
-
403
- # [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)
404
-
405
-
406
-
407
- # [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)
408
-
409
-
410
-
411
- # [3.0.0-rc.0](https://github.com/serenity-js/serenity-js/compare/v2.32.5...v3.0.0-rc.0) (2021-12-08)
412
-
413
-
414
- ### Bug Fixes
415
-
416
- * **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)
417
-
418
-
419
- ### Features
420
-
421
- * **core:** question.about produces "props" that proxy the methods of the underlying model ([f771872](https://github.com/serenity-js/serenity-js/commit/f771872c56b487e404002c3800fc8f3baaed804f))
422
-
423
-
424
- ### BREAKING CHANGES
425
-
426
- * **core:** Introduced @serenity-js/web - a shared library for Serenity/JS Web integration
427
- modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped support for Node 12.
428
-
429
-
430
-
431
-
432
-
433
- # [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)
434
-
435
- **Note:** Version bump only for package @serenity-js/rest
436
-
437
-
438
-
439
-
440
-
441
- # [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)
442
-
443
-
444
- ### Bug Fixes
445
-
446
- * **core:** you can now retrieve the .length property of an Array wrapped in an Adapter<Array> ([c36e210](https://github.com/serenity-js/serenity-js/commit/c36e210c024052b96ba47e9663c7098e269c5688))
447
-
448
-
449
-
450
-
451
-
452
- # [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)
453
-
454
-
455
- ### Bug Fixes
456
-
457
- * **rest:** corrected LastResponse to wrap .status(), .body(), .header() and .headers() in Adapters ([aab8e93](https://github.com/serenity-js/serenity-js/commit/aab8e93a19005710d9f333756cdae5aa21c31058)), closes [#1082](https://github.com/serenity-js/serenity-js/issues/1082)
458
-
459
-
460
-
461
-
462
-
463
- # [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)
193
+ ## [2.33.5](https://github.com/serenity-js/serenity-js/compare/v2.33.4...v2.33.5) (2022-04-08)
464
194
 
465
195
  **Note:** Version bump only for package @serenity-js/rest
466
196
 
@@ -468,7 +198,7 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
468
198
 
469
199
 
470
200
 
471
- # [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)
201
+ ## [2.33.4](https://github.com/serenity-js/serenity-js/compare/v2.33.3...v2.33.4) (2022-03-29)
472
202
 
473
203
  **Note:** Version bump only for package @serenity-js/rest
474
204
 
@@ -476,28 +206,6 @@ modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped su
476
206
 
477
207
 
478
208
 
479
- # [3.0.0-rc.0](https://github.com/serenity-js/serenity-js/compare/v2.32.5...v3.0.0-rc.0) (2021-12-08)
480
-
481
-
482
- ### Bug Fixes
483
-
484
- * **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)
485
-
486
-
487
- ### Features
488
-
489
- * **core:** question.about produces "props" that proxy the methods of the underlying model ([f771872](https://github.com/serenity-js/serenity-js/commit/f771872c56b487e404002c3800fc8f3baaed804f))
490
-
491
-
492
- ### BREAKING CHANGES
493
-
494
- * **core:** Introduced @serenity-js/web - a shared library for Serenity/JS Web integration
495
- modules such as @serenity-js/protractor and @serenity-js/webdriverio. Dropped support for Node 12.
496
-
497
-
498
-
499
-
500
-
501
209
  ## [2.33.3](https://github.com/serenity-js/serenity-js/compare/v2.33.2...v2.33.3) (2022-03-19)
502
210
 
503
211
  **Note:** Version bump only for package @serenity-js/rest
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/rest",
3
- "version": "3.0.0-rc.14",
3
+ "version": "3.0.0-rc.15",
4
4
  "description": "Test REST APIs with Serenity/JS",
5
5
  "author": {
6
6
  "name": "Jan Molak",
@@ -48,19 +48,19 @@
48
48
  "npm": "^6 || ^7 || ^8"
49
49
  },
50
50
  "dependencies": {
51
- "@serenity-js/core": "3.0.0-rc.14",
51
+ "@serenity-js/core": "3.0.0-rc.15",
52
52
  "axios": "^0.21.4"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@documentation/esdoc-template": "3.0.0",
56
56
  "@integration/testing-tools": "3.0.0",
57
- "@serenity-js/assertions": "3.0.0-rc.14",
57
+ "@serenity-js/assertions": "3.0.0-rc.15",
58
58
  "@types/chai": "^4.3.0",
59
59
  "@types/mocha": "^9.1.0",
60
60
  "axios-mock-adapter": "^1.20.0",
61
61
  "mocha": "^9.2.2",
62
62
  "ts-node": "^10.7.0",
63
- "typescript": "^4.6.2"
63
+ "typescript": "^4.6.3"
64
64
  },
65
- "gitHead": "b4aa801512b45db287e10fa44c9ec1d6f08126c3"
65
+ "gitHead": "e52f8f2597f4ebf1062c752fbd9700439072d38d"
66
66
  }