Skip to content

Commit

Permalink
Pre-release: 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgaber committed Oct 11, 2020
1 parent 1437b1a commit 5f30424
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to NovaUnit will be documented in this file.

## 2.1

- Added assertion method for checking creation and update rules
- **bugfix**: Report invalid action response as an assertion failure

## 2.0

- Compatibility with Laravel 8

## 1.1 - 2020-06-22

- Added assertions on Lens query results have been moved to their own class
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "joshgaber/novaunit",
"description": "Unit testing suite for Laravel Nova, built to extend PHPUnit",
"version": "2.0",
"version": "2.1",
"keywords": [
"laravel",
"nova",
Expand Down

0 comments on commit 5f30424

Please sign in to comment.