Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Sep 26, 2012
1 parent da85dac commit 503f028
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@

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

- struct: correct the field alignment logic (TJ Fontaine)
- test: add failing test from #1
- test: more stucts with arrays tests
- add support for "ref-array" types
- add `toObject()`, `toJSON()`, and `inspect()` functions to struct instances
- change `_pointer` to `buffer`
- don't allow types with size == 0 like 'void'
- test: add test case using "void *" as the type
- test: fix deprecation warning
- package: use the -C switch on node-gyp for the `npm test` command
- travis: test node v0.7 and node v0.8
- adjust the custom `toString()` output

0.0.3 / 2012-06-01
==================

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.3"
, "version": "0.0.4"
, "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 503f028

Please sign in to comment.