File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,40 @@ layout: Section
7
7
8
8
# Releases
9
9
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
+
10
44
## 3.6.3
11
45
12
46
❤️ Thanks all to those who contributed to make this release! ❤️
You can’t perform that action at this time.
0 commit comments