Releases: Knagis/CommonMark.NET
Superb performance improvements
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
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
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
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.