Yams v2.0.0 Release Notes

Release Date: 2019-04-06 // about 5 years ago
  • ๐Ÿ’ฅ Breaking
    • ๐Ÿ”„ Change byteOffset to offset in YamlError.reader.
      Norio Nomura
    โœจ Enhancements
    • โž• Add encoding option to Parser as Parser.Encoding type to specify which encoding to pass to libYAML. Along with that change, add encoding options to load(), load_all(), compose(), compose_all() and YAMLDecoder. The default encoding will be determined at run time based on the String type's native encoding.
      Norio Nomura
    ๐Ÿ› Bug Fixes
    • None.