All Versions
20
Latest Version
Avg Release Cycle
16 days
Latest Release
3021 days ago

Changelog History
Page 2

  • v0.2.7 Changes

    March 18, 2016

    Full Changelog

    Implemented enhancements:

    • โž• Add args: Args option to match all arguments in mrfn. #57
    • Implement Value.type() with Rust's Any to aid fast type pattern matching. #55
  • v0.2.5 Changes

    March 15, 2016

    Full Changelog

    Implemented enhancements:

    • โž• Add Exception type argument to raise() and make it return nil. #54
    • โž• Add run_unchecked. #53
  • v0.2.3 Changes

    March 12, 2016

    Full Changelog

    Implemented enhancements:

    • Repl should probably be abstracted to work with any kind of readline. (a trait would be nice) #49

    ๐Ÿ”€ Merged pull requests:

  • v0.2.2 Changes

    March 10, 2016

    Full Changelog

    Implemented enhancements:

    • ๐Ÿ›  Fix mruby build documentation in README.md and lib.rs. #48
    • โž• Add runnable example. #47
  • v0.2.0 Changes

    March 03, 2016

    Full Changelog

    Implemented enhancements:

    • ๐Ÿ“‡ Rename project in all headers. #46
    • Try to replace null ending C string functions with known-size counterparts. #45
    • โž• Add RSpec-style specification tests. #43
    • ๐Ÿ“š Host documentation. #25

    ๐Ÿ”€ Merged pull requests:

    • โž• Added basic spec testing. Fixes #43. #44 (dragostis)
  • v0.1.1 Changes

    February 27, 2016

    Implemented enhancements:

    • Inline C functions. #41
    • โž• Add Vec & Option to mrfn!. #38
    • โž• Add proper errors. #36
    • โž• Add Repl rename. #33
    • Implement .mrb execution. #31
    • Implement require. #30
    • ๐Ÿ’Ž Find a way to connect Result with mruby Exception. #27
    • โž• Add Repl struct. #23
    • โž• Add Data types to mrfn. #21
    • #[inline] casts. #20
    • Complete README.md. #18
    • ๐Ÿ‘Œ Improve documentation & talk about the little things. #17
    • โœ‚ Remove extra API. #16
    • โž• Add more integration tests. #15
    • โž• Add mruby build instructions to README.md. #10
    • โž• Add an OSX build in Travis. #9
    • Consider using travis-cargo for travis ci. #7
    • ๐Ÿ”จ Do a little code cleanup & refactoring. #5

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ’Ž Wrap mruby macros in C function for mrb_value and keep MRValue opaque. #40
    • ๐Ÿ“„ Rename all unused closure variables in docs. #34
    • call should return Result<Value>, not Value. #28
    • to\_obj::\<T\> is unsafe. #22
    • ๐Ÿ‘€ Coveralls does not see mruby.rs for some reason. #12
    • Sources are not visible in Coveralls. #11

    ๐Ÿ”€ Merged pull requests:

    * This Change Log was automatically generated by github_changelog_generator