Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jul 22, 2012
1 parent 532aba7 commit 368ed17
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
@@ -1,4 +1,12 @@

0.1.0 / 2012-07-22
==================

- initial release of the documentation (http://tootallnate.github.com/ref)
- binding: make "endianness" and "NULL" be 'frozen'
- lib: make derefType() throw an Error when given a "type" with indirection 1
- augment the Buffer#inspect() function to print out the memory address as well

0.0.20 / 2012-06-27
===================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
, "byte"
, "64"
]
, "version": "0.0.20"
, "version": "0.1.0"
, "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)"
, "repository": { "type": "git", "url": "git://github.com/TooTallNate/ref.git" }
, "main": "./lib/ref.js"
Expand Down

0 comments on commit 368ed17

Please sign in to comment.