All Versions
20
Latest Version
Avg Release Cycle
16 days
Latest Release
2362 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.0.0 Changes
December 19, 2016Implemented enhancements:
- Don't require glob import to use mrfn! et al #92
- ๐ Call Rust functions with Ruby blocks #89
- Avoid glob imports from top-level of crate #85
- โ Remove borrow rules from mrfn. #83
๐ Fixed bugs:
- mrbc_context is leaked. #94
- ๐ Nested mruby Rust calls cause memory leaks in the case of uncaught exceptions. #90
- ๐ Change no-run to no_run in docs. #87
Closed issues:
- "error: no rules expected the token ..." when using mrfn! with Value parameters. #93
- Is there a way to put class macro definitions in separate modules? #88
๐ Merged pull requests:
- Sanitize public macros #95 (AndyBarron)
- โ Added mruby blocks to methods. #91 (dragostis)
-
v0.5.1 Changes
April 29, 2016 -
v0.5.0 Changes
April 29, 2016 -
v0.4.3 Changes
April 26, 2016 -
v0.4.2 Changes
April 26, 2016 -
v0.4.1 Changes
April 20, 2016 -
v0.4.0 Changes
April 20, 2016Implemented enhancements:
- โ Add Class to mrfn. #80
- โ Add missing Value::to_module. #79
- Expand macro functionality. #77
- Find a way to differentiate classes that need Rust reflection and those that don't. #76
- ๐ Clean mruby API calls. Some are probably unused. #75
- ๐ Implement ability to define methods on Ruby classes. #73
- ๐ Support Ruby file loading, class extraction and method call #70
๐ Fixed bugs:
- require should only return true/false, not result of execute(). #71
๐ Merged pull requests:
-
v0.3.2 Changes
April 07, 2016 -
v0.3.1 Changes
March 26, 2016 -
v0.3.0 Changes
March 21, 2016