Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v1.0.0

Latest

Choose a tag to compare

@xcapaldi xcapaldi released this 17 Mar 05:50
· 30 commits to main since this release

First stable release! Compatible with v2.4.0 of the RecipeMD spec.

What's Changed

  • fix: invert recipe parsing strategy -- split first by @xcapaldi in #7
  • feat: implement recipemd and recipemd-find CLI tools by @xcapaldi in #6
  • feat: drop CLI tools in favour of focused examples by @xcapaldi in #11
  • Improve error handling with error accumulation and source positions by @xcapaldi in #13
  • Change Parse method to accept io.Reader instead of []byte by @xcapaldi in #14
  • feat: Add RenderHTML method for HTML output by @xcapaldi in #9
  • Add thorough godoc documentation to all exported symbols by @xcapaldi in #12
  • docs: rewrite README as a valid RecipeMD recipe by @xcapaldi in #10

Full Changelog: https://github.com/xcapaldi/recipemd-go/commits/v1.0.0