Browse Source

Release 1.1.6

v1.x 1.1.6
Nathan Rajlich 11 years ago
parent
commit
138abe9aa3
  1. 14
      History.md
  2. 2
      package.json

14
History.md

@ -1,4 +1,18 @@
1.1.6 / 2014-08-01
==================
* export canvas.CanvasPixelArray instead of canvas.PixelArray which is undefined
* Glib version test into giflib exists test
* Giflib 5.1
* install: use an even older version of giflib (v4.1.6)
* install: use an older version of giflib (v4.2.3)
* install: install `giflib`
* install: use more compatible sh syntax
* travis: attempt to run the ./install script before testintg
* travis: test node v0.6, v0.8, v0.10, and v0.11
* Distinguish between 'add' and 'lighter'
1.1.5 / 2014-06-26 1.1.5 / 2014-06-26
================== ==================

2
package.json

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

Loading…
Cancel
Save