Skip to content

Commit

Permalink
chore: prep v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoTod authored Apr 8, 2021
1 parent eb28bef commit e9e1a84
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,42 +5,46 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## 0.2.8
### Added
- Added `empty` assertion ([#22](https://github.com/nunomaduro/laravel-mojito/pull/22))

## 0.2.7
### Added
- Added `hasMeta`
- Added `hasMeta` assertion ([#21](https://github.com/nunomaduro/laravel-mojito/pull/21))

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

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

### Deprecated
- ViewAssertion::assert()

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

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

## 0.2.2
### Adds
### Added
- Macroable trait to `ViewAssertion`

## 0.2.1
### Fixes
### Fixed
- `assertView` macro on Laravel 6

## 0.2.0
### Adds
### Added
- View testing from http tests

## 0.1.1
### Adds
### Added
- First version

0 comments on commit e9e1a84

Please sign in to comment.