Skip to content

v0.2.0

Compare
Choose a tag to compare
@josefpihrt josefpihrt released this 26 Jun 16:42
· 23 commits to main since this release
b062f3b

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.