Skip to content

Releases: josefpihrt/dotmarkdown

v0.3.0

17 Aug 14:26
77ebe8c
Compare
Choose a tag to compare
Release 0.3.0 (#39)

v0.3.0-beta

27 Jul 00:56
b699b2d
Compare
Choose a tag to compare
v0.3.0-beta Pre-release
Pre-release
Release 0.3.0-beta (#34)

v0.2.0

26 Jun 16:42
b062f3b
Compare
Choose a tag to compare

Added

  • Add NuGet readme file (#17).
  • Add support for Source Link (#18).
  • Add CI/CD pipeline (#20).

Changed

  • Escape both less than sign and greater than sign in the context where previously only latter was escaped (#23).
  • Change target framework from .NET 4.5 to .NET 4.6.2 (#20).
  • Migrate all scripts to PowerShell (#19).
  • Add editorconfig and remove ruleset.
  • Rename master to main.
  • Format changelog according to 'Keep a Changelog'.

Fixed

  • Escape pipe inside inline code inside table (#16).
  • Throw exception if number of row values exceeds number of columns.

0.1.1

27 Oct 14:26
Compare
Choose a tag to compare
  • Add support for escaping angle brackets as < and > (issue)
  • Add methods MFactory.Label
  • Add overload MarkdownWriter.Create(string, MarkdownWriterSettings)

0.1.0

21 Aug 10:46
Compare
Choose a tag to compare

New API

  • Add method DotMarkdown.MarkdownWriter.WriteStartLink
  • Add method DotMarkdown.MarkdownWriter.WriteEndLink
  • Add method DotMarkdown.MarkdownWriter.WriteTableCell
  • Add method DotMarkdown.TableColumnInfo.WithAlignment
  • Add method DotMarkdown.TableColumnInfo.WithWidth
  • Add method DotMarkdown.TableColumnInfo.WithIsWhiteSpace
  • Add method DotMarkdown.Linq.MFactory.Autolink
  • Add method DotMarkdown.Linq.MFactory.LinkOrAutolink

Changed API

  • Class DotMarkdown.Emojis is internal
  • Class DotMarkdown.Linq.MLink inherits from DotMarkdown.Linq.MContainer instead of DotMarkdown.Linq.MElement

0.1.0-rc

04 Apr 16:19
Compare
Choose a tag to compare

New API

  • Add With... methods to MarkdownWriterSettings
  • Add 1 overload for MarkdownWriter.Create method
  • Add 2 overloads for MElement.Save method

Bug Fixes

  • Fix indentation of nested ordered item

0.1.0-beta

30 Jan 03:04
Compare
Choose a tag to compare

Initial release.