Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rylanc committed Jul 16, 2014
1 parent 09fef0a commit 102c924
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
0.1.1 / 2014-07-15
==================

* Added support for Ruby modules
* Added support for Ruby class constants to .getClass
* Fixed passing Ruby classes as arguments
* Added conversion of returned Ruby classes
* Fixed .toString and .inspect for Ruby classes
* Added caching of wrapped Ruby classes and modules
* .eval now directly calls Kernel#eval
* Updated documentation
* Updated repl.js example

0.1.0 / 2014-07-09
==================

* Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "norby",
"version": "0.1.0",
"version": "0.1.1",
"description": "Call your Ruby libraries from node.js",
"keywords": [
"norby",
Expand Down

0 comments on commit 102c924

Please sign in to comment.