Skip to content

v1.1.0 release

Compare
Choose a tag to compare
@yuin yuin released this 30 Aug 07:41
· 312 commits to master since this release

This release includes some minor incompatible API changes.

  • parser.BlockParser now has a Trigger method.
  • Context for InlineParsers are now created per goroutine if concurrent parsing are enabled. To access global shared context, you can call parser.Context.Root() .