Skip to content

Commit 5a9b3f3

Browse files
committed
update docs/changelog
1 parent cac208c commit 5a9b3f3

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

docs/changelog.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,40 @@ layout: Section
77

88
# Releases
99

10+
## 3.6.4
11+
12+
❤️ Thanks all to those who contributed to make this release! ❤️
13+
14+
🛩️ *Features*
15+
* feat(rest): print curl ([#4396](https://github.com/codeceptjs/CodeceptJS/issues/4396)) - by **[kobenguyent](https://github.com/kobenguyent)**
16+
17+
```
18+
Config:
19+
20+
...
21+
REST: {
22+
...
23+
printCurl: true,
24+
...
25+
}
26+
...
27+
28+
› [CURL Request] curl --location --request POST https://httpbin.org/post -H ...
29+
```
30+
31+
* feat(AI): Generate PageObject, added types, shell improvement ([#4319](https://github.com/codeceptjs/CodeceptJS/issues/4319)) - by **[davert](https://github.com/davert)**
32+
* added `askForPageObject` method to generate PageObjects on the fly
33+
* improved AI types
34+
* interactive shell improved to restore history
35+
36+
![Screenshot from 2024-06-17 02-47-37](https://github.com/codeceptjs/CodeceptJS/assets/220264/12acd2c7-18d1-4105-a24b-84070ec4d393)
37+
38+
🐛 *Bug Fixes*
39+
* fix(heal): wrong priority ([#4394](https://github.com/codeceptjs/CodeceptJS/issues/4394)) - by **[kobenguyent](https://github.com/kobenguyent)**
40+
41+
📖 *Documentation*
42+
* AI docs improvements
43+
1044
## 3.6.3
1145

1246
❤️ Thanks all to those who contributed to make this release! ❤️

0 commit comments

Comments
 (0)