All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Adds L9 support
- Added
empty
assertion (#22)
- Added
hasMeta
assertion (#21)
- Fixed bug when assertions were using string containing the percentage symbol (#16)
- ViewAssertion::assert()
in()
returns all matching items rather than just the first match (#11)
- Assertions with views in multiple nodes (#8)
- Macroable trait to
ViewAssertion
assertView
macro on Laravel 6
- View testing from http tests
- First version