Releases: markstory/asset_compress
Releases · markstory/asset_compress
AssetCompress 3.4.2
- Added PHP 7.2 and 7.3 to the build matrix.
- Fixed deprecation warnings for 3.7 compatibility.
Asset Compress 3.4.1
- Fix duplicate class name for
Plugin
.
AssetCompress v0.17
New features
- AssetCompressHelper::inlineCss() and AssetCompressHelper::inlineScript()
were added. They allow build targets to be inlined into your HTML
pages. - The development filter now caches build targets. This will improve
performance when build targets don't change. - The console tool clears the cached build outputs.
Bugfixes
- Build targets with multiple
.
in them work correctly.
AssetCompress 0.16
Bugfixes
- Updated default configuration files.
- Fixed a issue with accessing build files while the build tool was being run.
If you overwrote a deployment's files with the build tool, 404's would be served for
the duration that it took to build a target.
AssetCompress v0.15
Bugfixes
- Build timestamp file is now generated with 0644 permissions instead of 0777.
- Fix raw asset links when js/css had multiple paths. This required making
dynamic builds require the extension when combining raw links and dynamic
build files.
AssetCompress 0.14
Bugfixes
- Fallback to
parse_ini_string
whenparse_ini_file
has been disabled. - Plugin script files are output correctly on windows when using the raw option.
New features
- Added SimpleCssMin filter. It is a very basic alternative for node/java tools.
AssetCompress 0.13
New Features
- Added per install
.local.ini
config files. This allows you to store the
build file descriptions in one file, and put environment specific
configuration like platform specific paths to nodejs in a separate
configuration file. Thanks QTSdev - Added ClosureCompiler filter. This adds support for google's closure
compiler webservice as a javascript minifier. Thanks jadb
AssetCompress v0.12
Bugs fixed:
- ClosureJs does not error out when themes are used.
- UglifyJs works properly on windows now.
AssetCompress v0.11
New features and bug fixes:
- NodeJS based filters now work correctly on windows systems.
- Sprockets filter now supports theme: and plugin: prefixes.
- Added AssetCompressHelper::url() to get the URL of any known build file.
AssetCompress v0.10
- Fix fatal error when asset files cannot be found.
- Themed assets can now be inlined with the ImportInline filter.