Browse Source

Version 1.1.1

v1.x v1.1.1
kangax 11 years ago
parent
commit
bdc38e17c7
  1. 19
      History.md
  2. 2
      package.json

19
History.md

@ -1,30 +1,35 @@
1.1.0 / 2013-08-01 1.1.1 / 2013-10-09
================== ==================
* add png compression options * add better support for outdated versions of Cairo
* add jpeg stream progressive mode option
1.1.0 / 2013-08-01
==================
* add png compression options
* add jpeg stream progressive mode option
* fix resource leaks on read errors * fix resource leaks on read errors
1.0.4 / 2013-07-23 1.0.4 / 2013-07-23
================== ==================
* 0.11.4+ compatibility using NAN * 0.11.4+ compatibility using NAN
* fix typo in context2d for imageSmoothingEnabled * fix typo in context2d for imageSmoothingEnabled
1.0.3 / 2013-06-04 1.0.3 / 2013-06-04
================== ==================
* add "nearest" and "bilinear" to patternQuality * add "nearest" and "bilinear" to patternQuality
* fix fread() retval check (items not bytes) * fix fread() retval check (items not bytes)
* removed unneeded private fields * removed unneeded private fields
1.0.2 / 2013-03-22 1.0.2 / 2013-03-22
================== ==================
* add Context2d#imageSmoothingEnabled= * add Context2d#imageSmoothingEnabled=
1.0.1 / 2013-02-25 1.0.1 / 2013-02-25
================== ==================
* travis: test modern node versions * travis: test modern node versions

2
package.json

@ -1,6 +1,6 @@
{ "name": "canvas" { "name": "canvas"
, "description": "Canvas graphics API backed by Cairo" , "description": "Canvas graphics API backed by Cairo"
, "version": "1.1.0" , "version": "1.1.1"
, "author": "TJ Holowaychuk <tj@learnboost.com>" , "author": "TJ Holowaychuk <tj@learnboost.com>"
, "keywords": ["canvas", "graphic", "graphics", "pixman", "cairo", "image", "images", "pdf"] , "keywords": ["canvas", "graphic", "graphics", "pixman", "cairo", "image", "images", "pdf"]
, "homepage": "https://github.com/learnboost/node-canvas" , "homepage": "https://github.com/learnboost/node-canvas"

Loading…
Cancel
Save