You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.markdown
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,34 @@ title: Codeception Changelog
9
9
10
10
11
11
12
+
### module-laravel 2.1.0: 2.1.0
13
+
14
+
Released by [ TavoNiievez](https://github.com/TavoNiievez) on 2021/09/10 05:09:10 / [🦑 Repository](https://github.com/Codeception/module-laravel) / [📦 Releases](https://github.com/Codeception/module-laravel/releases)
15
+
16
+
17
+
18
+
New methods:
19
+
20
+
-`amActingAs`
21
+
-`assertAuthenticatedAs`
22
+
-`assertCredentials`
23
+
-`assertInvalidCredentials`
24
+
-`dontSeeInSession`
25
+
-`dontSeeSessionHasValues`
26
+
-`enableMiddleware`
27
+
-`flushSession`
28
+
-`haveInSession`
29
+
-`seedDatabase`
30
+
31
+
Non-logical changes:
32
+
33
+
- added missing docs and fixed broken links.
34
+
35
+
This release includes a general refactoring of the code ([#30](https://github.com/Codeception/module-laravel/issues/30)) that makes it easier to navigate and read, especially using an IDE.
36
+
37
+
See the full list of changes [here](https://github.com/Codeception/module-laravel/milestone/3).
Released by [ Naktibalda](https://github.com/Naktibalda) on 2021/09/05 07:47:08 / [🦑 Repository](https://github.com/Codeception/module-amqp) / [📦 Releases](https://github.com/Codeception/module-amqp/releases)
0 commit comments