Skip to content

v2.0.0

Latest

Choose a tag to compare

@sivukhin sivukhin released this 01 Jun 16:17
· 3 commits to master since this release

What's Changed

  • decouple the HTML writer from the AST parser 💥 by @xxxserxxx in #15
    • This is breaking change for the users of godjot library
    • In order to migrate to new version you should use djot_html.New(...) API instead of old djot_parser.NewConversionContext(...) methods
    • Old code will no longer compile

New Contributors

Full Changelog: v1.0.6...v2.0.0