11.1.2 (July 18, 2013)
2-------------------
3
4 * Fixed deep mtime on asset collections
5 * `CallablesFilter` now implements `DependencyExtractorInterface`
6 * Fixed detection of "partial" children in subfolders in `SassFilter`
7 * Restored `PathUtils` for BC
8
91.1.1 (June 1, 2013)
10--------------------
11
12 * Fixed cloning of asset collections
13 * Fixed environment var inheritance
14 * Replaced `AssetWriter::getCombinations()` for BC, even though we don't use it
15 * Added support for `@import-once` to Less filters
16
171.1.0 (May 15, 2013)
18--------------------
19
20 * Added LazyAssetManager::getLastModified() for determining "deep" mtime
21 * Added DartFilter
22 * Added EmberPrecompile
23 * Added GssFilter
24 * Added PhpCssEmbedFilter
25 * Added RooleFilter
26 * Added TypeScriptFilter
27 * Added the possibility to configure additional load paths for less and lessphp
28 * Added the UglifyCssFilter
29 * Fixed the handling of directories in the GlobAsset. #256
30 * Added Handlebars support
31 * Added Scssphp-compass support
32 * Added the CacheBustingWorker
33 * Added the UglifyJs2Filter
34
351.1.0-alpha1 (August 28, 2012)
36------------------------------
37
38 * Added pure php css embed filter
39 * Added Scssphp support
40 * Added support for Google Closure language option
41 * Added a way to set a specific ruby path for CompassFilter and SassFilter
42 * Ensure uniqueness of temporary files created by the compressor filter. Fixed #61
43 * Added Compass option for generated_images_path (for generated Images/Sprites)
44 * Added PackerFilter
45 * Add the way to contact closure compiler API using curl, if available and allow_url_fopen is off
46 * Added filters for JSMin and JSMinPlus
47 * Added the UglifyJsFilter
48 * Improved the error message in getModifiedTime when a file asset uses an invalid file
49 * added support for asset variables:
50
51       Asset variables allow you to pre-compile your assets for a finite set of known
52       variable values, and then to simply deliver the correct asset version at runtime.
53       For example, this is helpful for assets with language, or browser-specific code.
54 * Removed the copy-paste of the Symfony2 Process component and use the original one
55 * Added ability to pass variables into lessphp filter
56 * Added google closure stylesheets jar filter
57 * Added the support of `--bare` for the CoffeeScriptFilter
58