- PHP 8.4 support
- Default config now uses Vite instead of Laravel Mix (
vite.config.js,build/manifest.json,build/assets) - Modernized codebase with strict PHP typing (return types, parameter types, property types)
- PHP 8.1 support (EOL November 2024)
- Added: Support for Laravel 9
- Fixed: Triggers are now sorted to provide more stability across machines.
- Added
exclude_namesto both the FileTrigger and output config. This will let you ignore filenames, regardless of what folder they show up in. E.g..DS_Store
- Added
airdrop:hashcommand. - Added GitHub Actions driver.
- No changes, just moving to 0.1.0 release.
- Added
airdrop:debugcommand.
- Added support for
--verboseflag on commands.
Initial Release