We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6debb1 commit 239b695Copy full SHA for 239b695
CHANGELOG.md
@@ -1,5 +1,22 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Added
6
+- PHP 8.4 support in CI test matrix
7
8
+### Changed
9
+- Default config now uses Vite instead of Laravel Mix (`vite.config.js`, `build/manifest.json`, `build/assets`)
10
+- Modernized codebase with strict PHP typing (return types, parameter types, property types)
11
+- Updated minimum dev dependency versions for PHPUnit 10+ compatibility
12
+- CI workflow now uses local Pint instead of global installation
13
14
+### Removed
15
+- Support for PHPUnit 8 and 9
16
+- Support for Orchestra Testbench < 8.21 and < 9.2
17
+- Unused MySQL service from CI workflow
18
+- Legacy test script
19
20
## 0.2.3 - 2022-02-15
21
- Added: Support for Laravel 9
22
0 commit comments