Skip to content

Releases: Knagis/CommonMark.NET

Repackaging 0.15.0

20 Feb 18:52
Compare
Choose a tag to compare

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

29 Jan 19:16
Compare
Choose a tag to compare

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

20 Sep 14:08
Compare
Choose a tag to compare

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

13 Jul 08:15
Compare
Choose a tag to compare

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

12 Jul 19:02
Compare
Choose a tag to compare

Improved tabs and fixed unhandled exception

04 Jul 07:16
Compare
Choose a tag to compare

Specification version 0.25

21 Apr 08:13
Compare
Choose a tag to compare

Release notes

  • Updated to specification version 0.25.

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

Specification version 0.23

29 Dec 20:52
Compare
Choose a tag to compare

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

23 Oct 22:52
Compare
Choose a tag to compare

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

26 Jun 19:59
Compare
Choose a tag to compare

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