- Rename 6to5 settings to match the new name: "babel".
- Improve upgrade instructions. Thanks to Collin Stedman.
- Make compiler work with storage not implementing path. Thanks to Brad Pitcher.
- Improve LESS adapter compatibility. Thanks to Wictor Olseryd.
- Fix
PipelineFinder
behavior. Thanks to Aleksey Porfirov. - Small tests and code improvements.
- Add ES6/6to5 compiler.
- Fix URL rewriter quote handling. Thanks to Josh Braegger.
- Improve
FileSystemFinder
. Thanks to Jon Dufresne.
- Remove ruby sass implementation specifics.
- Remove artefacts in package.
- Remove tempdir storage location. Thanks to Kristian Glass.
- Make the SASS compiler compatible with more non-ruby SASS. Thanks to Corrado Primier.
- Fix finder bug. Thanks to Quentin Pradet, Remi and Sam Kuehn for the report
- Update finders documentation. Thanks to Thomas Schreiber, Grégoire Astruc and Tobias Birmili for the report.
- Fix storage logic. Thanks to Quentin Pradet for the report.
- BACKWARD INCOMPATIBLE : Renamed templatetags library from
compressed
topipeline
. - BACKWARD INCOMPATIBLE : Renamed templatetag
compressed_js
tojavascript
. - BACKWARD INCOMPATIBLE : Renamed templatetag
compressed_css
tostylesheet
.