Releases: xoofx/markdig
Releases · xoofx/markdig
0.32.0
Changes
🐛 Bug Fixes
- Make AllowNull internal to prevent conflicts (PR #726) by @mkapahnke
🚀 Enhancements
- Add line count check to avoid out of range (PR #710) by @valterc
- Add relative path support for Audio and Video Urls to MediaLinks Extension (PR #723) by @RickStrahl
📚 Documentation
- Made the markdown class not partial and fixed the ToPlainText summary. (PR #724) by @DeveloPoel
Full Changelog: 0.31.0...0.32.0
Published with dotnet-releaser
0.31.0
Changes
✨ New Features
- Add Contributing Docs (PR #674) by @wbaldoumas
🐛 Bug Fixes
- Fix incorrect setext heading source span (PR #696) by @artempyanykh
🚀 Enhancements
- Option to set controls attribute for MediaLinks (PR #672) by @LukeTOBrien
- Allow YAML front matter in the middle of the document (PR #701) by @yufeih
🧰 Misc
- Copyedit the grid table extension documentation (PR #678) by @waldyrious
- Drop netcoreapp3.1 target (PR #685) by @iamcarbon
- Bump .NET framework target to net462 (PR #690) by @iamcarbon
- Enable ImplictUsings and use file-scoped namespaces (PR #693) by @iamcarbon
- Update specs (8155a1e)
Full Changelog: 0.30.4...0.31.0
Published with dotnet-releaser
0.30.4
Changes
🐛 Bug Fixes
- Fix ANE when parsing empty documents with trackTrivia enabled (PR #666) by @meziantou
Full Changelog: 0.30.3...0.30.4
Published with dotnet-releaser
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
0.30.2
0.30.1
Changes
🐛 Bug Fixes
- Fix typos in ContainerBlock (PR #630) by @MihaZupan
Full Changelog: 0.30.0...0.30.1
0.30.0
Changes
🚀 Enhancements
- Update commonmark spec 0.30 (PR #627)
📚 Documentation
- Update doc and fix name for CommonMark specs (a4a1a17)
Full Changelog: 0.29.0...0.30.0
0.29.0
Changes
🐛 Bug Fixes
🚀 Enhancements
- April perf improvements (PR #621) by @MihaZupan
- Vectorize CharacterMap.IndexOfOpeningCharacter (PR #622) by @MihaZupan
- Fix GlobalizationExtension RTL detection (PR #623) by @MihaZupan
🏭 Tests
📚 Documentation
📦 Dependencies
- Update dependencies (b754aef)
🧰 Misc
- Merge branch 'fix-escape-line-break' (04843a0)
Full Changelog: 0.28.1...0.29.0
0.28.1
Changes
🐛 Bug Fixes
- Fix emphasis parsing with table delimiters (#614) (8beb096)
- Fix AssemblyVersion with MinVer (#612) (ccf455d)
🚀 Enhancements
- Improvements when TrackTrivia is disabled (PR #606) by @MihaZupan
- Some CPU improvements (PR #608) by @MihaZupan
- Improve rendering performance (PR #611) by @MihaZupan
Full Changelog: 0.28.0...0.28.1
0.28.0
Changes
🐛 Bug Fixes
🚀 Enhancements
- Version "Unknown" if AssemblyFileVersionAttribute is missing (PR #600) by @gauss-lvs-dev
🧰 Maintenance
- Update ci to use dotnet-releaser (73b8bbe)
- Fix ci with dotnet-releaser when secrets are not available (ba990c7)
- Fix ci with dotnet-releaser when secrets are not available (bis) (28f5503)
🧰 Misc
- Drop .netcoreapp2.1 target and cross target .net6.0 (PR #591) by @iamcarbon
- remove NETCORE constant (PR #593) by @tibel
- Remove logs from tests if no errors (0c45e19)
- Use bash with dotnet-releaser in GitHub Action (9bbf685)
- Try to workaround track trivia not generating valid HTML (#561) (94581d9)
Full Changelog: 0.27.0...0.28.0