Browse Source

Version 1.1.4

v1.x 1.1.4
kangax 11 years ago
parent
commit
c9ee4b3975
  1. 11
      History.md
  2. 2
      package.json

11
History.md

@ -1,3 +1,14 @@
1.1.4 / 2014-06-08
==================
* Fix compile error with Visual C++
* Add support for the lineDash API
* Update NAN
* New V8 compatibility
* Correctly limit bounds in PutImageData to prevent segment fault
* Fix segfault when onload and onerror are not function
* Add support for Node 0.11.9
1.1.3 / 2014-01-08
==================

2
package.json

@ -1,6 +1,6 @@
{ "name": "canvas"
, "description": "Canvas graphics API backed by Cairo"
, "version": "1.1.3"
, "version": "1.1.4"
, "author": "TJ Holowaychuk <tj@learnboost.com>"
, "contributors": [
"Nathan Rajlich <nathan@tootallnate.net>"

Loading…
Cancel
Save