Releases: rylanc/norby
Releases · rylanc/norby
v0.2.1
v0.2.0
- Moved much of the implementation out of native into JS
- Objects created from an inherited Ruby class now properly work with
instanceof
- Added support for non-UTF8 Ruby string encodings
- Added support for Ruby structs
- Fixed the handling of JS exceptions thrown from wrapped Ruby blocks
- Several performance enhancements
v0.1.3
v0.1.2
v0.1.1
- 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