Skip to content

Releases: markstory/asset_compress

AssetCompress 5.0.1

26 Jul 12:30
dca5354
Compare
Choose a tag to compare

What's Changed

  • Update BuildCommand.php - fixed force param condition check by @MarekSz88 in #372

New Contributors

Full Changelog: 5.0.0...5.0.1

AssetCompress 5.0.0

29 Sep 22:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.0...5.0.0

AssetCompress 4.1.0

07 Sep 19:43
Compare
Choose a tag to compare
  • Added the skip-plugins option to asset_compress build.
  • Moved CI to GitHub actions.

AssetCompress 4.0.4

16 Aug 16:06
a4c86b7
Compare
Choose a tag to compare

Fixes

  • AssetCompressMiddleware now correctly sets the mime type of svg files.

AssetCompress 4.0.3

15 Aug 02:38
Compare
Choose a tag to compare

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

18 Mar 01:45
Compare
Choose a tag to compare

Fixed

  • Disabled unused plugin hook methods.

AssetCompress 4.0.1

28 Dec 18:02
Compare
Choose a tag to compare

Fixes

  • Fixed cake4 incompatibility in shell tasks.

AssetCompress 4.0.0

17 Dec 19:13
Compare
Choose a tag to compare
  • Compatible with CakePHP 4.0

AssetCompress 3.5.1

26 Jun 02:30
3cb4890
Compare
Choose a tag to compare
  • Update suggested scssphp package.
  • Remove usage of deprecated class alias.

AssetCompress 0.26

15 Dec 19:43
471b77e
Compare
Choose a tag to compare
  • Improved cache invalidation for sass and less files. Now first level imports will also be included in freshness tests.