0.30.3
Changes
🐛 Bug Fixes
- Align Whitespace and Punctuation definitions with CommonMark (PR #649) by @MihaZupan
- Fix name for SpecFileGen (f2ca6be)
🚀 Enhancements
- Reduce the overhead of Parse calls (PR #637) by @MihaZupan
- Add YamlFrontMatterRoundtripRenderer (PR #638) by @mnaoumov
- added support for ToPlainText for pipetables extension (PR #644) by @PaulVrugt
- More accurate check for YAML renderers (PR #642) by @mnaoumov
- Remove some branches in HtmlHelper.TryParseHtmlTagOpenTag by using bitmask (PR #650) by @gfoidl
📚 Documentation
- Update doc readme with new benchmarks (7676079)
🧰 Misc
- Additional parser documentation (PR #624) by @mattj23
- Cleanup code after #632 (f09d030)
- Improve RenderBase optimization with
Type.GetTypeHandle
(#632) (210b39e) - Update benchmark code and dependencies (495abab)
- Remove old benchmark graphs (89a10ee)
Full Changelog: 0.30.2...0.30.3