Skip to content

Commit 27358c2

Browse files
committed
v1.19.0
1 parent 31fd8a4 commit 27358c2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

History.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
1.19 / 2015-09-16
2+
3+
* changed: Added error to notify about image magick not supporting minify [encima](https://github.com/encima)
4+
* changed: Refactored orientation getter to use faster identify call [lbeschastny](https://github.com/lbeschastny)
5+
* added: resizeExact function [DanMMX](https://github.com/DanMMX)
6+
* added: thumbExact function [DanMMX](https://github.com/DanMMX)
7+
* added: Add format inference from filename for buffers/streams [adurrive](https://github.com/adurrive)
8+
* fixed: Hex values when passed to compare aren't quoted automatically [DanMMX](https://github.com/DanMMX)
9+
* fixed: identify returning last frame size instead of the larges on animated gifs [preynal](https://github.com/preynal)
10+
* docs: Updated docs [laurilehmijoki](https://github.com/laurilehmijoki)
11+
112
1.18.1 / 2015-05-18
213

314
* changed: Added io.js support [rwky](https://github.com/rwky)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gm",
33
"description": "GraphicsMagick and ImageMagick for node.js",
4-
"version": "1.18.1",
4+
"version": "1.19.0",
55
"author": "Aaron Heckmann <[email protected]>",
66
"keywords": [
77
"graphics",

0 commit comments

Comments
 (0)