- Updated for Laravel 8.
- Add PHP 8 support
- Updated for Laravel 7.
UPDATED
- Use phpsass fork.
FIXED
- type hint issue.
- BC Break: PHP 7.2 is the minimum required PHP version
- BC Break: Laravel 6.0 is the minimum supported Laravel version
UPDATED
- Use dev version of
richthegeek/phpsass
UPDATED
- URI Rewrite Filter for Platform 6+.
REMOVED
- Coffee Script Filter.
UPDATED
- Loosened symfony/http-foundation version.
UPDATED
- Bumped Assetic version.
UPDATED
- Coding Standards to PSR-2.
- Updated autoloading to PSR-4.
FIXED
- Check for REQUEST_URI before assigning it, prevents exceptions from being thrown if executed through cli.
UPDATED
- Use latest PHPSass version.
FIXED
- Use absolute URL's for assets.
REVISED
- Use the Symfony Request class instead of depending on an external method on the less compiler.
FIXED
- Fixed a bug compiling relative urls when using subdirectories and symlinks.
ADDED
- Added a LessphpFilter.
ADDED
- Jason Lewis' URI Rewrite filter from his no-longer-maintained Basset library.
REVISED
- Loosened requirements.
UPDATED
- Coding Standards to PSR-2.
- Updated autoloading to PSR-4.
UPDATED
- Misc updates.
INIT
- Initial package release.