All Versions
8
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v1.4.1 Changes

    • ➕ Add missing <h6> tag to BasicHTML and MarkdownHTML scrubbers
  • v1.4.0 Changes

    • ➕ Add more missing HTML5 attributes
    • ➕ Add "middle" to valid CSS keywords
  • v1.3.0 Changes

    • ➕ Add valid scheme for links: mailto
    • ⚡️ Update white-space handling in order to keep more of it untouched
  • v1.2.0 Changes

    • ⚡️ Update mochiweb version requirement
    • 🛠 Fix missing elements in HTML5: div, caption
  • v1.1.1 Changes

    • 🛠 Fix missing element in HTML5: blockquote
  • v1.1.0 Changes

    • ➕ Add new scrubber: MarkdownHTML

    It is meant to scrub HTML that resulted from converting Markdown to HTML. It supports GitHub flavored Markdown (GFM).

  • v1.0.1 Changes

    • 🛠 Fix Elixir 1.3 compiler warnings
  • v1.0.0 Changes

    • 🚀 First release