html2rss v0.4.0 Release Notes

Release Date: 2019-09-07 // over 4 years ago
  • ๐Ÿ› Bug Fixes

    • template: breaks when any method returns nil (#32) (0709958)

    ๐Ÿ”‹ Features

    • ๐Ÿ“œ parse_time: support setting of a time_zone (#31) (cecbe5e), closes #19
    • postprocessor: add referrer-policy on img tag in sanitze html (#24) (a3b1d18)
    • rubocop: add rubocop-rspec and (auto-)fix issues (#22) (dd539f6)
    • rubocop: enable more performance cops and relax config (#21) (67132bb)
    • sanitize_html: rewrite relative urls to absolute in a and img elements (#30) (caf4e80)
    • sanitze_html: strip more attributes (#28) (9daa42e), closes #26