Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 706 Bytes

CHANGELOG.md

File metadata and controls

33 lines (21 loc) · 706 Bytes

3.0.0 (Next major release)

  • rely on AngleSharp for the parsing
  • drop support for .NET 3.5

2.0.3

  • optimize number of nested list numbering (thanks to BenGraf)
  • fix an issue where some styles weren't being applied
  • fix reading JPEG images with SOF2 progressive DCT encoding

2.0.2

  • fix nested list numbering

2.0.1

  • fix manual provisioning of images
  • img respect both border attribute and border style attribute

2.0.0

This brings .Net Core support:

  • better inline styling
  • numbering list with nested list is more stable
  • allow parsing unit with decimals
  • color can be either rgb(a), hsl(a), hex or named color.
  • parser is more stable

Pre 1.6.0

  • imported from codeplex.com