rutie v0.3.2 Release Notes

Release Date: 2018-08-03 // over 5 years ago
  • โž• Added

    • ๐Ÿ— CI server logging for the Rust build process
    • ๐Ÿ’Ž Ruby gem rutie version 0.0.3
    • ๐Ÿ“š Documentation for Ruby gem rutie
    • ๐Ÿ“š Build documentation with build.md
    • Customization options for using pkg-config
    • Example CLI eval program in examples directory, thanks to @irxground
    • RString::count_chars, thanks to @irxground

    ๐Ÿ”„ Changed

    • ๐Ÿ”จ Refactor of VM::protect, thanks to @irxground
    • Internally use RString::new_utf8
    • ๐Ÿšš TryConvert moved to src/class/traits/try_convert.rs but still shared in root of crate
    • ๐Ÿ”จ Refactor internal method names for Value in src/rubysys/value.rs to match Ruby source code

    ๐Ÿ—„ Deprecated

    • RString::new โ€” use either RString::new_utf8 or RString::new_usascii_unchecked

    โœ‚ Removed

    • ๐Ÿ“š Use of fiddle from examples and documentation