- upgrade dependencies
- fix
get extensions()
- npm package security fixes
- upgrade broccoli-persistent-filter and use native classes (@BarryThePenguin, @nlfurniss)
- BREAKING: upgrade Postcss to V8
- drop support for Node 8
- dependency updates
- security release for minimist
- drop support for Node 6
- dependency updates
- security release for extend and lodash
- remove appveyor yml
- fix yarn engine text
- drop support for Node 4
- remove yarn
- relax dependencies
- upgrade to Postcss 7
- support Node 10
- support Node 9
- drop testing for Node 7
- update dependencies
- allow plugins to be configured as functions
- support Node 8
- update Postcss to v6
- switch plugins for testing
- better testing
- internal plugin refactoring
- allow filtering of vendor files
- use Yarn
- update Broccoli to v1
- drop support for Node v0.10.0
- Converts plugin to run as a filter.
- Adds linting with Standard.
- Adds test coverage with nyc & coveralls.
- Upgrades Broccoli Caching Writer to version 2.
- Writes a source map file when map property is present
- Updates Postcss to version 5.
- Added argument to pass options to source maps.
- Better check for CssSyntaxError.
- Uses the PostCSS async api.
- Better error messages.
- Display warnings from plugins.
- Sanity check test.
- Fixes compiler arguments to better align with Broccoli plugin standards (first argument is an array of trees).
- Initial working implementation