Skip to content

Commit

Permalink
release 3.6.4 (#4402)
Browse files Browse the repository at this point in the history
* release 3.6.4

* fix: changelog
  • Loading branch information
kobenguyent committed Jun 19, 2024
1 parent 9e991a8 commit cac208c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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! ❤️
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit cac208c

Please sign in to comment.