Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jun 1, 2012
1 parent 4c317f4 commit 0b0dea7
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.3 / 2012-06-01
==================

- set the "name" property of StructType instances
- add a `toString()` override
- fix a bug in the alignment calculation logic

0.0.2 / 2012-05-16
==================

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.2"
, "version": "0.0.3"
, "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 0b0dea7

Please sign in to comment.