Skip to content

Releases: Knagis/CommonMark.NET

Superb performance improvements

13 Sep 21:40
Compare
Choose a tag to compare

Release notes

  • Significant performance improvements - now works just as fast as Markdown.Deep which has been the fastest parser until now.

The library has also been published to NuGet: https://www.nuget.org/packages/CommonMark.NET/0.1.3

0.1.2 - again with performance

13 Sep 11:04
Compare
Choose a tag to compare

Release notes

  • Significant performance improvements (up to 50% when comparing to 0.1.1 version when converting spec.txt file).
  • Now also targeting .NET 4.5 to enable some additional optimizations.

The library has also been published to NuGet: https://www.nuget.org/packages/CommonMark.NET/0.1.2

0.1.1 - significant performance improvements

12 Sep 19:45
Compare
Choose a tag to compare

Release notes

  • Significant performance improvements (up to 50% when comparing to 0.1.0 version when converting spec.txt file).

The library has also been published to NuGet: https://www.nuget.org/packages/CommonMark.NET/0.1.1

Please note that the public API might change in the next versions. CommonMarkConverter class will most likely stay the same but the syntax tree classes under CommonMark.Syntax namespace will not.

The assembly version stays at 0.1.0.

First public release

11 Sep 19:16
Compare
Choose a tag to compare
First public release Pre-release
Pre-release

The library has also been published to NuGet: https://www.nuget.org/packages/CommonMark.NET/0.1.0-beta

Please note that the public API might change in the next versions. CommonMarkConverter class will most likely stay the same but the syntax tree classes under CommonMark.Syntax namespace will not.