Skip to content

Commit e9e1a84

Browse files
authored
chore: prep v0.2.8
1 parent eb28bef commit e9e1a84

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

CHANGELOG.md

+12-8
Original file line numberDiff line numberDiff line change
@@ -5,42 +5,46 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## Unreleased
8+
## 0.2.8
9+
### Added
10+
- Added `empty` assertion ([#22](https://github.com/nunomaduro/laravel-mojito/pull/22))
11+
812
## 0.2.7
913
### Added
10-
- Added `hasMeta`
14+
- Added `hasMeta` assertion ([#21](https://github.com/nunomaduro/laravel-mojito/pull/21))
1115

1216
## 0.2.6
1317
### Added
1418
- Added support for Laravel 8 ([#19](https://github.com/nunomaduro/laravel-mojito/pull/19))
1519
- Added support for PHP 8 ([#20](https://github.com/nunomaduro/laravel-mojito/pull/20))
1620

1721
## 0.2.5
18-
### Fixes
22+
### Fixed
1923
- Fixed bug when assertions were using string containing the percentage symbol ([#16](https://github.com/nunomaduro/laravel-mojito/pull/16))
2024

2125
### Deprecated
2226
- ViewAssertion::assert()
2327

2428
## 0.2.4
25-
### Fixes
29+
### Fixed
2630
- `in()` returns all matching items rather than just the first match ([#11](https://github.com/nunomaduro/laravel-mojito/pull/11))
2731

2832
## 0.2.3
29-
### Fixes
33+
### Fixed
3034
- Assertions with views in multiple nodes ([#8](https://github.com/nunomaduro/laravel-mojito/pull/8))
3135

3236
## 0.2.2
33-
### Adds
37+
### Added
3438
- Macroable trait to `ViewAssertion`
3539

3640
## 0.2.1
37-
### Fixes
41+
### Fixed
3842
- `assertView` macro on Laravel 6
3943

4044
## 0.2.0
41-
### Adds
45+
### Added
4246
- View testing from http tests
4347

4448
## 0.1.1
45-
### Adds
49+
### Added
4650
- First version

0 commit comments

Comments
 (0)