Skip to content

Releases: Knagis/CommonMark.NET

Repackaging 0.15.0

Choose a tag to compare

@Knagis Knagis released this 20 Feb 18:52

Release notes

  • Repackaging since 0.15.0 was not compiled properly and an older version was released instead.

https://www.nuget.org/packages/CommonMark.NET/0.15.1

Bugfixes

Choose a tag to compare

@Knagis Knagis released this 29 Jan 19:16

Release notes

  • Fixed lists with tab characters (#108)
  • Fixed double trailing newline (#105)
  • Removed the dnxcore50 nuget target, using netstandard1.0

https://www.nuget.org/packages/CommonMark.NET/0.15.0

Specification 0.26

Choose a tag to compare

@Knagis Knagis released this 20 Sep 14:08

Release notes

  • Updated list and emphasis parsing to match specification version 0.26
  • Added bracket placeholders as an optional feature (#93 by @fhaag)
  • Fixed stack overflow exception in strikethrough parser (#98)
  • Optional features can now be used in the console application

https://www.nuget.org/packages/CommonMark.NET/0.14.0

Fix regression from 0.13.3

Choose a tag to compare

@Knagis Knagis released this 13 Jul 08:15

Release notes

  • Fixed regression introduced in 0.13.3 in block source position processing (#87)

https://www.nuget.org/packages/CommonMark.NET/0.13.4

Fixed HTML block source positions

Choose a tag to compare

@Knagis Knagis released this 12 Jul 19:02

Release notes

  • Fixed HTML block source positions (#87)

https://www.nuget.org/packages/CommonMark.NET/0.13.3

Improved tabs and fixed unhandled exception

Choose a tag to compare

@Knagis Knagis released this 04 Jul 07:16

Specification version 0.25

Choose a tag to compare

@Knagis Knagis released this 21 Apr 08:13

Release notes

  • Updated to specification version 0.25.

https://www.nuget.org/packages/CommonMark.NET/0.12.0

Specification version 0.23

Choose a tag to compare

@Knagis Knagis released this 29 Dec 20:52

Release notes

  • Updated to specification version 0.23.
  • Added Portable Class Library that targets .NET 4.5 with special optimizations.

https://www.nuget.org/packages/CommonMark.NET/0.11.0

HTML parser updated. Specification 0.22

Choose a tag to compare

@Knagis Knagis released this 23 Oct 22:52

Release notes

  • Updated to specification version 0.22.
  • Updated HTML parser #39.
  • Fixed for non-full-trust environments #48.

https://www.nuget.org/packages/CommonMark.NET/0.10.0

Specification version 0.20

Choose a tag to compare

@Knagis Knagis released this 26 Jun 19:59

Release notes

  • Updated to specification version 0.20.
  • Fixed parsing of some emphasis nested within links: [a*b**c*].
  • Fixed parsing list items that are indented with 4 or more spaces (see also commonmark/commonmark.js#42)

https://www.nuget.org/packages/CommonMark.NET/0.9.1