All Versions
19
Latest Version
Avg Release Cycle
42 days
Latest Release
1400 days ago

Changelog History
Page 2

  • v0.4.0 Changes

    September 07, 2019

    ๐Ÿ› 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
  • v0.3.3 Changes

    July 01, 2019

    ๐Ÿ”‹ Features

    • enable usage of multiple post processors (#17) (8a9f7b4)
  • v0.3.2 Changes

    July 01, 2019

    ๐Ÿ”‹ Features

    • enable usage of multiple post processors (#17) (8a9f7b4)
  • v0.3.1 Changes

    June 23, 2019

    ๐Ÿ”‹ Features

    • ๐Ÿ– handle string and symbol keys in config hashes (#15) (93ad824)
    • ๐Ÿ‘Œ support attributes without selector, fallback to root element then (#16) (d99ae3d)
  • v0.3.0 Changes

    June 20, 2019

    ๐Ÿ”‹ Features

    • โž• add rubocop and update development deps (#13) (6e06329)
    • ๐Ÿ”„ change Config constructor arguments (#14) (21f8746)
  • v0.2.2 Changes

    January 31, 2019

    ๐Ÿ› Bug Fixes

    • generates invalid feeds (00309e7)
  • v0.2.0 Changes

    November 13, 2018

    ๐Ÿ”‹ Features

    • category: support item categories (#10) (4572bcb), closes #2
  • v0.1.0 Changes

    November 04, 2018

    ๐Ÿ› Bug Fixes

    • config: feed generation fails (7dd5586)
    • ๐Ÿ“œ parse_uri: handle non-absolute paths (9215025)
    • handling of url query breaks processing (ace289e)
    • ๐Ÿ‘ only set supported attributes on rss item (dae0d8e)

    ๐Ÿ”‹ Features

    • โž• add logo [skip ci] (857a55f)
    • โšก๏ธ require updated to be present (e1bedae)
    • item_extractor: add static and current_time (25043dc)
    • item_extractor: handle absolute urls (f96be00)
    • item_extractor: text strips strings (f598285)
    • post_processing: add configurable post_processing (#5) (4cf6cac), closes #1
    • post_processor: add substring (6f2a32a)
    • postprocessors: add Template (#6) (f1db542), closes #4
    • sanitize_html: add target="_blank" to anchors (975a73b)
    • do not fail on invalid item, just skip it (3b83d71)
  • v0.0.1 Changes

    June 03, 2018

    ๐Ÿ› Bug Fixes

    • โœ๏ธ gem's version and readme-typos (eab39d9)

    ๐Ÿ”‹ Features

    • html2rss: add initial version of the html2rss gem (219cac8)