Skip to content

Releases: gjtorikian/html-pipeline

v1.0.0

29 Oct 20:00
@jch jch
Compare
Choose a tag to compare

To upgrade to this release, you will need to include separate gems for each of the filters. See this section of the README for details.

  • filter dependencies are no longer included #80 from simeonwillbanks/simple-dependency-management
  • Add link_attr option to Autolink filter #89 from excid3/master
  • Add ActiveSupport back in as dependency for xml-mini #85 from mojavelinux/xml-mini

Version 0.3.1

21 Oct 17:27
@jch jch
Compare
Choose a tag to compare
  • Guard against nil node replacement in SyntaxHighlightFilter #84 jbarnette

v0.1.0

16 Jul 05:19
@jch jch
Compare
Choose a tag to compare

I realized I wasn't properly following semver for interface changes and new features. Starting from this release, semver will be followed.

Whitelist table section elements in sanitization filter #55 mojavelinux
Update readme typo #57 envygeeks
TOC unicode characters and anchor names for Ruby > 1.9 #64 jakedouglas/non_english_anchors
Add :skip_tags option for AutolinkFilter #65 pengwynn
Fix CI dependency issues #67 jch
Fix ignored test and add Ruby 2.0 to CI. #71, #72 tricknotes