- Add support for PHP 8.0
- Replace travis-ci with github actions
- Update to latest version of CSS minifier
- Add PHP 7.2, 7.3, 7.4 to the test matrix
- Remove support for PHP 5.5
- Apply PSR12 coding standard
- Fix: Support automatic package discovery for Laravel 5.5
- Fix #13 - Allow config to be serialized in
artisan config:cache
- Support automatic package discovery for Laravel 5.5
- Merge #11 - recognise protocol-agnostic URLs
- Fix #10 - upstream changes to mrclay/minify between 3.0.0 and 3.0.1
- Update dependencies to support PHP 7.1
- Use our own version of PHPUnit in Travis
- Laravel 5.4 compatibility
- Do not purge non-asset files, such as
min/.gitignore
- Add support for asset paths beginning
../
- Add callback/hook after asset file creation
- Fix #4 - artisan command incompatible with Laravel 5.0
- Fix #1 - render small asset files inline
- Fix #3 - allow alternatives to file_get_contents()
- Some dependencies only needed in development.
- Update example collections.
- First public release, with unit tests and documentation.