Releases: borodean/postcss-assets
Releases · borodean/postcss-assets
3.0.0
API updates
- better PostCSS 5.0 API conformance (#25).
2.1.3
Bugfixes
- better PostCSS plugin API conformance (#21). This allows plugin to be used with Webpack.
2.1.2
Under the hood
- PostCSS Plugin Guidelines conformance (#20);
- continious integration tests on both Node.js and io.js;
- shows coverage statistics on the repository page.
2.1.1
Bugfixes
- fix path separator handling on Windows (#19).
Under the hood
- covers 99% of the code;
- explains code with comments.
2.1.0
API updates
- extends cachebuster to support modifying the filename (#17, docs).
Bugfixes
Under the hood
- uses Gulp for development routines;
- validates code style with JSHint and JSCS.
2.0.0
API updates
- Renames
url()
function to resolve()
#13
- Resolves assets relative to the source file #7
- Starts throwing errors instead of warnings #8
- Fixes a bug when complex URL declarations were crashing Gonzales #15
Under the hood
- Tests with Mocha/Chai instead of Tape #12
- Updates dependencies upto the latest versions
1.1.4
Allows to use common PostCSS plugin API (#6)
Fixes quotes when inlining SVG (#14)
1.1.3
Base64-encodes with Buffer.
1.1.2
Cachebuster recognizes resolved paths.