File tree 1 file changed +12
-8
lines changed
1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -5,42 +5,46 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
7
## Unreleased
8
+ ## 0.2.8
9
+ ### Added
10
+ - Added ` empty ` assertion ([ #22 ] ( https://github.com/nunomaduro/laravel-mojito/pull/22 ) )
11
+
8
12
## 0.2.7
9
13
### Added
10
- - Added ` hasMeta `
14
+ - Added ` hasMeta ` assertion ( [ # 21 ] ( https://github.com/nunomaduro/laravel-mojito/pull/21 ) )
11
15
12
16
## 0.2.6
13
17
### Added
14
18
- Added support for Laravel 8 ([ #19 ] ( https://github.com/nunomaduro/laravel-mojito/pull/19 ) )
15
19
- Added support for PHP 8 ([ #20 ] ( https://github.com/nunomaduro/laravel-mojito/pull/20 ) )
16
20
17
21
## 0.2.5
18
- ### Fixes
22
+ ### Fixed
19
23
- Fixed bug when assertions were using string containing the percentage symbol ([ #16 ] ( https://github.com/nunomaduro/laravel-mojito/pull/16 ) )
20
24
21
25
### Deprecated
22
26
- ViewAssertion::assert()
23
27
24
28
## 0.2.4
25
- ### Fixes
29
+ ### Fixed
26
30
- ` in() ` returns all matching items rather than just the first match ([ #11 ] ( https://github.com/nunomaduro/laravel-mojito/pull/11 ) )
27
31
28
32
## 0.2.3
29
- ### Fixes
33
+ ### Fixed
30
34
- Assertions with views in multiple nodes ([ #8 ] ( https://github.com/nunomaduro/laravel-mojito/pull/8 ) )
31
35
32
36
## 0.2.2
33
- ### Adds
37
+ ### Added
34
38
- Macroable trait to ` ViewAssertion `
35
39
36
40
## 0.2.1
37
- ### Fixes
41
+ ### Fixed
38
42
- ` assertView ` macro on Laravel 6
39
43
40
44
## 0.2.0
41
- ### Adds
45
+ ### Added
42
46
- View testing from http tests
43
47
44
48
## 0.1.1
45
- ### Adds
49
+ ### Added
46
50
- First version
You can’t perform that action at this time.
0 commit comments