Skip to content

Releases: joshgaber/NovaUnit

3.1.0

21 Feb 04:57
Compare
Choose a tag to compare

Add support for PHP 8.2, Laravel 10 and PHPUnit 10

3.0.2

08 Oct 02:31
Compare
Choose a tag to compare

Allow FieldElement as a valid field type

Nova 4 request bugfixes

12 Apr 01:40
Compare
Choose a tag to compare
3.0.1

Use NovaRequest instead of Request

Laravel Nova 4 Support

06 Apr 22:31
Compare
Choose a tag to compare
3.0

Add support for Laravel Nova 4

Laravel 9 Support

20 Feb 22:00
43585af
Compare
Choose a tag to compare
  • Compatibility with Laravel 9

PHP 8 Support

12 Jan 22:06
Compare
Choose a tag to compare
2.2

Allow PHP 8, remove Travis

2.1

11 Oct 02:20
Compare
Choose a tag to compare
2.1
Pre-release: 2.1

1.2

11 Oct 02:19
Compare
Choose a tag to compare
1.2
Pre-release: 1.2

2.0

08 Sep 18:42
9b99192
Compare
Choose a tag to compare
2.0

Update dependencies for Laravel 8

1.1

22 Jun 13:50
Compare
Choose a tag to compare
1.1
  • Allow Nova Resource test to be initialized without a model
  • Move query results to its own class
  • Add assertions on individual fields
  • Add tests for Nova Filters and apply results
  • Add tests for Action instances on components
  • Add tests for filters on nova components
  • Other minor bug fixes and refactor