Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Oct 13, 2012
1 parent a3eaba9 commit 6d77865
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions History.md
@@ -1,4 +1,19 @@

1.2.0 / 2012-10-13
==================

- type: full support for "ref-array" arguments and return types
- type: add basic support for basic ref types without a `ffi_type` prop set
- don't call the "ref()" function on passed in arguments
- libffi: fix unused variable warnings
- add `Function` "type" for functions/callbacks that accept/return C Functions
- dynamic_library: use RTLD_LAZY by default
- export all the RTLD_* symbols from the native binding
- foreign_function: better error messages when a type's "set()" function throws
- callback: make catching callbacks that throw JS exceptions work as expected
- callback: more meaningful error message when a type's "set()" function throws
- callback: fix pointer return values

1.1.3 / 2012-09-25
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{ "name": "ffi"
, "version": "1.1.3"
, "version": "1.2.0"
, "authors": [
"Rick Branson"
, "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)"
Expand Down

0 comments on commit 6d77865

Please sign in to comment.