Skip to content

Latest commit

 

History

History
executable file
·
123 lines (75 loc) · 3.58 KB

CHANGELOG.md

File metadata and controls

executable file
·
123 lines (75 loc) · 3.58 KB

5.0.0 - 2015-09-07

  • Removed: compatibility with postcss v4.x (#45)
  • Added: compatibility with postcss v5.x (#76)

4.0.1 - 2015-08-06

  • Fixed: copy/rename of hash and query string for filenames (#40)

4.0.0 - 2015-06-18

  • Fixed: fallback callback is working again (#33)
  • Changed: Messages are now passed via postcss messages api (no more console.warn)
  • Added: callbacks might have now postcss result object as last param. Handy to send some messages.

3.3.0 - 2015-06-16

  • Added: postcss ^4.1.x dependency (#31)
  • Added: new options to url callback (#32)

3.2.0 - 2015-05-01

  • Added: New fallback option to use if max size is exceeded or url contains a hash (#30)

3.1.0 - 2015-05-01

  • Added: New copy value for url option (#29)

3.0.0 - 2015-03-02

  • Changed: upgraded to postcss v4.1.x

2.1.1 - 2015-03-31

  • Fixed: whitespace before and after url() value are now supported and preserved (#27)

2.1.0 - 2015-03-12

  • Added: related postcss declaration object has been added as a 2nd parameter to the url callback for custom processing

2.0.2 - 2015-01-31

  • Fixed: url that are just hashes are ignored completely (#25)

2.0.1 - 2015-01-31

  • Fixed: url with hashes are ignored for inline mode only (#23)

2.0.0 - 2015-01-26

  • Added: compatibility with postcss v4.x
  • Removed: compatibility with postcss v3.x

1.3.1 - 2015-01-26

  • Fixed: dependency issue related to "directory-encoder" (#22)

1.3.0 - 2015-01-26

  • Changed: SVGs are now in plain text (not base64 encoded) (3c04f7a, #18)
  • Fixed: URLs with hashes (e.g. SVG fragments) are now ignored (c3a9abc, #20)

1.2.3 - 2015-01-10

  • Use Node's native buffer.toString("base64"). The js-base64 library was producing incorrect base64 for certain files (#17)

1.2.2 - unpublished

1.2.1 - 2014-12-09

  • Data URIs are ignored correctly (#15)

1.2.0 - 2014-12-04

  • url now accept a function to allow custom transformation of the url string
  • All absolute url protocols are now ignored (not just /https?/).

1.1.3 - 2014-12-04

  • Fix absolute urls being mangled (#13)

1.1.2 - 2014-11-08

  • Fix MaxSize issue (#9)

1.1.1 - 2014-10-30

  • Fix bug which leads to not correct base64 code

1.1.0 - 2014-10-29

  • Add maxSize (size in kbytes) and basePath (base path for images to inline) options for inline mode.

1.0.2 - 2014-10-10

  • Fix non-working base64 encoding

1.0.1 - 2014-10-09

  • Fix paths for Windows (#3 via #4)

1.0.0 - 2014-08-24

First release