Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.08 KB

File metadata and controls

41 lines (27 loc) · 1.08 KB

Changelog

1.0.2 (2013-01-18)

  • Handle 'src' values in AlphaImageLoader calls (proprietary IE filter) (@blueyed)

1.0.1 (2012-12-05)

  • Added support for "%s" in bundle name replaced by hash (@blueyed)

1.0.0 (2012-08-10)

  • First stable release

0.9.3 (2012-03-06)

  • BC Break: Added a new filterFile method to BundleFu\Bundle\Filter\FilterInterface. This method is called for each file loaded.
  • Added a forceoption. If set to true, bundles are always regenerated.

0.9.2 (2012-02-28)

  • Added a factory class

0.9.1 (2012-02-27)

  • Added a setOptions method in BundleFu\Bundle for setting multiple options as array
  • The filter setters in BundleFu\Bundle accept null as argument to reset the current filter
  • Added composer.json (BundleFu is registered at packagist.org as "dotsunited/bundlefu")
  • Explicitly set arg separator to & in BundleFu\Bundle\Filter\ClosureCompilerService

0.9.0 (2011-01-19)

  • Initial release