Skip to content

TidyHtml5Managed-1.0.0

Compare
Choose a tag to compare
@frandi frandi released this 13 Dec 20:37
· 13 commits to master since this release

The main theme of this release is to implement new features of Tidy HTML5 library
and drop support for the old Tidy library:

  • upgrade to .Net Framework 4.6
  • change output library name from "TidyManaged.dll" to "TidyHtml5Managed.dll"
  • change searched underlying library name from "libtidy.dll" to "tidy.dll"
  • minimum supported Tidy library is version 5.0.0 now
  • add new options in TidyOptionId enum: CoerceEndTags, DropEmptyElements, CleanGoogleDocs,
    MergeEmphasis, OmitOptionalTags, SkipNestedTags, ShowInfo, IndentWithTabs
  • add LibraryVersion property on the Document object
  • make ReleaseDate property obsolete in Document object