Releases: markstory/asset_compress
Releases · markstory/asset_compress
AssetCompress 5.0.1
What's Changed
- Update BuildCommand.php - fixed force param condition check by @MarekSz88 in #372
New Contributors
- @MarekSz88 made their first contribution in #372
Full Changelog: 5.0.0...5.0.1
AssetCompress 5.0.0
What's Changed
- Fix composer.json Indentation by @amayer5125 in #360
- Update for Cake 5 by @ADmad in #365
- Upgrade to mini-asset 2.x by @markstory in #366
- 5.x by @ADmad in #371
New Contributors
- @amayer5125 made their first contribution in #360
Full Changelog: 4.1.0...5.0.0
AssetCompress 4.1.0
- Added the
skip-plugins
option toasset_compress build
. - Moved CI to GitHub actions.
AssetCompress 4.0.4
Fixes
- AssetCompressMiddleware now correctly sets the mime type of svg files.
AssetCompress 4.0.3
Fixes
- Update tests to use integration base classes.
- Fixed the
--force
flag on commands. - Updated to the new middleware interface in 4.0
asset_compress clear
will now clear all managed file types instead of only js and css files.
Internal Breaking Changes
- Converted Shells to Command classes. If you have subclassed assetcompress tasks your application will be broken.
AssetCompress 4.0.2
Fixed
- Disabled unused plugin hook methods.
AssetCompress 4.0.1
Fixes
- Fixed cake4 incompatibility in shell tasks.
AssetCompress 4.0.0
- Compatible with CakePHP 4.0
AssetCompress 3.5.1
- Update suggested scssphp package.
- Remove usage of deprecated class alias.
AssetCompress 0.26
- Improved cache invalidation for sass and less files. Now first level imports will also be included in freshness tests.