rutie v0.3.3 Release Notes

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

    • ๐Ÿ‘ Full encoding support with VM::init_loadpath, RString.encode, RString.is_valid_encoding
    • RString::from_bytes which takes both a byte sequence for characters and an Encoding object to interpret how to get those characters from bytes
    • ๐Ÿ“š Documentation about what to try if binary installs of Ruby panic on CI servers
    • rubysys::encoding::{coderange_set, coderange_clear} and encoding flags
    • EncodingIndex type for internal use in the binding layer

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated code examples to remove deprecated RString::new from them
    • ๐Ÿง TravisCI Linux builds now compile all Rubies