From 5c4605256002c8896d28a24c9cd9d13d542424b7 Mon Sep 17 00:00:00 2001 From: kobenguyent Date: Wed, 19 Jun 2024 09:46:28 +0200 Subject: [PATCH 1/2] release 3.6.4 --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b28ac45fd..6c0e2110d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,37 @@ +## 3.6.4 + +â¤ī¸ Thanks all to those who contributed to make this release! â¤ī¸ + +đŸ›Šī¸ *Features* +* feat(rest): print curl (#4396) - by @kobenguyent + +``` +Config: + +... +REST: { + ... + printCurl: true, + ... +} +... + +â€ē [CURL Request] curl --location --request POST https://httpbin.org/post -H ... +``` + +* feat(AI): Generate PageObject, added types, shell improvement (#4319) - by @davert + * added `askForPageObject` method to generate PageObjects on the fly + * improved AI types + * interactive shell improved to restore history + +![Screenshot from 2024-06-17 02-47-37](https://github.com/codeceptjs/CodeceptJS/assets/220264/12acd2c7-18d1-4105-a24b-84070ec4d393) + +🐛 *Bug Fixes* +* fix(heal): wrong priority (#4394) - by @KobeN + +📖 *Documentation* +* AI docs improvements + ## 3.6.3 â¤ī¸ Thanks all to those who contributed to make this release! â¤ī¸ diff --git a/package.json b/package.json index c44557526..fe9206117 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeceptjs", - "version": "3.6.3", + "version": "3.6.4", "description": "Supercharged End 2 End Testing Framework for NodeJS", "keywords": [ "acceptance", From 0cdaac5d0d80cb1c341d4f5404cf53bd072fa4b7 Mon Sep 17 00:00:00 2001 From: kobenguyent Date: Wed, 19 Jun 2024 09:48:43 +0200 Subject: [PATCH 2/2] fix: changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c0e2110d..7d1e748b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ REST: { ![Screenshot from 2024-06-17 02-47-37](https://github.com/codeceptjs/CodeceptJS/assets/220264/12acd2c7-18d1-4105-a24b-84070ec4d393) 🐛 *Bug Fixes* -* fix(heal): wrong priority (#4394) - by @KobeN +* fix(heal): wrong priority (#4394) - by @kobenguyent 📖 *Documentation* * AI docs improvements