Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jan 25, 2013
1 parent aa33781 commit 7629d6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

0.0.5 / 2013-01-24
==================

- rename the backing buffer property to `ref.buffer`
- add .jshintrc file
- some minor optimizations

0.0.4 / 2012-09-26
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ "name": "ref-struct"
, "description": "Create ABI-compliant \"struct\" instances on top of Buffers"
, "keywords": [ "struct", "ref", "abi", "c", "c++", "ffi" ]
, "version": "0.0.4"
, "version": "0.0.5"
, "author": "Nathan Rajlich <[email protected]> (http://tootallnate.net)"
, "repository": { "type": "git", "url": "git://github.com/TooTallNate/ref-struct.git" }
, "main": "./lib/struct.js"
Expand Down

0 comments on commit 7629d6b

Please sign in to comment.