Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Releases: borodean/postcss-assets

3.0.0

29 Aug 11:01
Compare
Choose a tag to compare

API updates

  • better PostCSS 5.0 API conformance (#25).

2.1.3

18 Aug 23:20
Compare
Choose a tag to compare

Bugfixes

  • better PostCSS plugin API conformance (#21). This allows plugin to be used with Webpack.

2.1.2

26 May 15:55
Compare
Choose a tag to compare

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

23 May 01:22
Compare
Choose a tag to compare

Bugfixes

  • fix path separator handling on Windows (#19).

Under the hood

  • covers 99% of the code;
  • explains code with comments.

2.1.0

11 Mar 23:49
Compare
Choose a tag to compare

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

13 Feb 01:57
Compare
Choose a tag to compare

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

06 Feb 17:40
Compare
Choose a tag to compare

Allows to use common PostCSS plugin API (#6)
Fixes quotes when inlining SVG (#14)

1.1.3

22 Jan 00:19
Compare
Choose a tag to compare

Base64-encodes with Buffer.

1.1.2

03 Jan 17:31
Compare
Choose a tag to compare

Cachebuster recognizes resolved paths.

1.1.1

03 Jan 17:15
Compare
Choose a tag to compare

Uses PostCSS 4.0.