Skip to content

Commit 239b695

Browse files
aarondfrancisclaude
andcommitted
Update CHANGELOG for unreleased changes
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e6debb1 commit 239b695

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

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+
320
## 0.2.3 - 2022-02-15
421
- Added: Support for Laravel 9
522

0 commit comments

Comments
 (0)