Skip to content

v2.0.0-beta.3

Pre-release
Pre-release

Choose a tag to compare

@yuin yuin released this 07 Jul 11:17
  • feat!: simplify parser.Parse and renderer.Render methods
    • Unified the parser.Parse and renderer.Render methods to accept a byte slice.
    • Add XxxStringSource convenience methods for parsing and rendering from string sources.
  • refactor!: Change the Dump method to return a NodeDump struct instead of printing to stdout.