From cac208c5d48b7a3993b3d2d6f70fad73a9cc0013 Mon Sep 17 00:00:00 2001 From: KobeN <7845001+kobenguyent@users.noreply.github.com> Date: Wed, 19 Jun 2024 10:03:50 +0200 Subject: [PATCH] release 3.6.4 (#4402) * release 3.6.4 * fix: changelog --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b28ac45fd..7d1e748b2 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 @kobenguyent + +📖 *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",