Skip to content

1.9.0

Compare
Choose a tag to compare
@goccy goccy released this 19 Jul 13:14
· 132 commits to master since this release

New features

  • Support encoding of comment node ( #233 )
  • Support yaml.NodeToValue(ast.Node, interface{}, ...DecodeOption) error ( #236 )
    • Can convert a AST node to a value directly

Fix decoder for comment

  • Fix parsing of literal with comment ( #234 )

Rename API ( #235 )

  • Rename MarshalWithContext to MarshalContext
  • Rename UnmarshalWithContext to UnmarshalContext