From 102c9246e80511db91128d0d27c0d20cdb1a0f36 Mon Sep 17 00:00:00 2001 From: Rylan Collins Date: Wed, 16 Jul 2014 00:01:34 +0000 Subject: [PATCH] v0.1.1 --- History.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 History.md diff --git a/History.md b/History.md new file mode 100644 index 0000000..b597f18 --- /dev/null +++ b/History.md @@ -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 diff --git a/package.json b/package.json index ab82991..cc128f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "norby", - "version": "0.1.0", + "version": "0.1.1", "description": "Call your Ruby libraries from node.js", "keywords": [ "norby",