Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 20, 2011
1 parent 1a4564c commit 101ec0a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions History.md
@@ -1,4 +1,18 @@

0.0.2 / 2011-11-20
==================

* Added `Context2d#save()`
* Added `Context2d#restore()`
* Added `Context2d#fillStyle=`
* Added `Context2d#strokeStyle=`
* Added `Context2d#resetState()`
* Added `Context2d#lineTo()`
* Added `Context2d#fillRect()`
* Added __DEBUG__ support
* Fixed platformer example for 0.6.x
* Fixed rects exampl for 0.6.x

0.0.1 / 2010-01-03
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "term-canvas"
, "version": "0.0.1"
, "version": "0.0.2"
, "description": "Terminal canvas api written with node.js"
, "keywords": ["canvas", "ascii", "ansi", "terminal", "shell"]
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
Expand Down

0 comments on commit 101ec0a

Please sign in to comment.