forked from nzakas/cssembed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
45 lines (29 loc) · 1.17 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
November 22, 2011 - v0.4.5
* Add option to skip some images using /*CSSEmbed:SKIP*/ after the declaration.
v0.4.0
* Make sure images with query string parameters don't cause an error (Sripathi Krishnan)
* New CSSEmbed Ant task (Pat Cavit)
* Allow specification of maximum image size to convert (Pat Cavit)
v0.3.6
* Allow specification of maximum data URI length (Pat Cavit and fearphage)
* Option to skip files that are missing (Pat Cavit)
v0.3.5
* Allow input from STDIN.
v0.3.4
* Don't include data URIs if they're longer than 32KB (for IE8 support).
* Accept input from stdin.
v0.3.2
* Brought DataURI into the same repo.
* Added warning when data URI is larger than 32KB (for IE8 support)
* Fixed bug where non-image URIs weren't being handled correctly in MHTML output.
v0.3.1
* Cleaned up MHTML support.
v0.3.0
* Initial MHTML support based on dchaplinsky's patch.
http://github.com/nzakas/cssembed/issues/#issue/3,
"MHTML support (patch inside)"
v0.2.7
* Added dchaplinsky's patch for warning about duplicate images.
* Fixed http://github.com/nzakas/cssembed/issues/#issue/5, "Specifying the same input and output results in empty file".
v0.2.6
* First public release.