# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com)
and this project adheres to [Semantic Versioning](https://semver.org).

## Unreleased

## [v1.2.0 (2022-01-13)](https://github.com/pestphp/pest-plugin-laravel/compare/v1.1.0...v1.2.0)

### Added
- Add `assertModelExists()` and `assertModelMissing()` assertions ([#18](https://github.com/pestphp/pest-plugin-laravel/pull/18))
- Add `assertNotSoftDeleted()` assertion ([#22](https://github.com/pestphp/pest-plugin-laravel/pull/22))
- Add support for Laravel 9.x ([#24](https://github.com/pestphp/pest-plugin-laravel/pull/24))

## [v1.1.0 (2021-07-07)](https://github.com/pestphp/pest-plugin-laravel/compare/v1.0.0...v1.1.0)

### Added
- Add `toBeCollection()` expectation ([#13](https://github.com/pestphp/pest-plugin-laravel/pull/13))

## [v1.0.0 (2021-01-03)](https://github.com/pestphp/pest-plugin-laravel/compare/v0.3.0...v1.0.0)

### Changed
- Stable version

## [v0.3.0 (2020-08-25)](https://github.com/pestphp/pest-plugin-laravel/compare/v0.2.0...v0.3.0)

### Added
- Support to Pest v0.3

## [v0.2.0 (2020-06-11)](https://github.com/pestphp/pest-plugin-laravel/commit/a7d44316eda40be56465d34cb457953e508f4161)

### Added
- First version
