11.2.0 (2014-10-14)
2------------------
3
4### New features
5
6* Added the autoprefixer filter
7* Added --no-header option for Coffeescript
8* Implemented the extraction of dependencies for the compass filter
9* Allow custom functions to be registered on the Lessphp filter
10* Added MinifyCssCompressor filter based on `mrclay/minify`
11* Added `setVariables` in the ScssPhpFilter
12* Improved the support of the compress options for UglifyJS2
13* Added CssCacheBustingFilter to apply cache busting on URLs in the CSS
14* Added support for `--relative-assets` option for the compass filter
15
16### Bug fixes
17
18* Allow functions.php to be included many times
19* Updated the ScssPhpFilter for upstream class renaming
20
211.2.0-alpha1 (2014-07-08)
22-------------------------
23
24### BC breaks
25
26* Added `AssetFactory` instance as second argument for `WorkerInterface::process()`
27* Removed `LazyAssetManager` from `CacheBustingWorker` constructor
28* A new `getSourceDirectory()` method was added on the AssetInterface
29* Removed limit and count arguments from CssUtils functions
30* Removed the deprecated `PathUtils` class
31
32### New features
33
34* added `CssUtils::filterCommentless()`
35* Added `DependencyExtractorInterface` for filters to report other files they import
36* Added the support of nib in the stylus filter
37* Added `registerFunction` and `setFormatter` to the scssphp filter
38* Added the support of flag file for the ClosureCompilerJarFilter
39* Added the JsSqueeze filter
40* Added support of the define option for uglifyjs (1 & 2) filters
41* Added logging for Twig errors in the extractor
42
43### Bug fixes
44
45* Fixed the detection of protocol-relative CSS imports
46* Updated AssetCollection to not add several time the same variable in path
47* Fixed the merging of the environment variables to keep the configuration of the NODE_PATH working
48* Fixed the support of ``{% embed %}`` in the Twig extractor
49* Fixed the support of asset variables in GlobAsset
50