Releases: josefpihrt/dotmarkdown
Releases · josefpihrt/dotmarkdown
v0.3.0
v0.3.0-beta
Release 0.3.0-beta (#34)
v0.2.0
Added
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
tomain
. - 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
0.1.0
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
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
Initial release.