[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: data-uri/datauri

v1.0.0

12 Feb 03:16
Compare
Choose a tag to compare

Very important

Module and Client are published as 2 different modules now. datauri and datauri-cli.

Module

  • Run Async calls over an exposed Readable Stream
  • [break] Async class as Default instead of Synchronous function
  • [break] Move Synchronous function to require('datauri').sync
  • [break] Use native Promise (Node 0.12+)
  • [break] Rename method .getCss method to .getCSS
  • [new] getCSS config to return image dimensions #11

Client

  • Moved to datauri-cli package
  • Copy to clipboard option
  • Image size (width, height, background-size) option for CSS

Plus

The entire code base was rewritten in ES2015, where Node 0.10-0.12 loads a full transpiled source and Node 4+ and optimized version.

v0.8.0

12 Feb 02:53
Compare
Choose a tag to compare

Remove Node.js 0.8 support.

0.7

12 Feb 02:52
Compare
Choose a tag to compare
0.7

Generate css background-image instead of shorthand.

0.5

12 Feb 02:51
Compare
Choose a tag to compare
0.5

Format Data-URI from a string

0.4

12 Feb 02:50
Compare
Choose a tag to compare
0.4

Promise support

0.3

12 Feb 02:49
Compare
Choose a tag to compare
0.3
  • Api rewritten
  • Async compatibility

0.2

12 Feb 02:47
Compare
Choose a tag to compare
0.2

Split mime-type and templates in submodules.

0.1

12 Feb 02:46
Compare
Choose a tag to compare
0.1

First release