Skip to content

2.0.0

Choose a tag to compare

@norio-nomura norio-nomura released this 06 Apr 23:48
c947a30
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.