Skip to content

Releases: cardmagic/simple-rss

v2.1.0

29 Dec 09:30
056f843

Choose a tag to compare

What's Changed

  • feat: add to_json and as_json methods for JSON serialization by @cardmagic in #49
  • feat: add to_hash and to_xml serialization methods by @cardmagic in #50
  • feat: add URL fetching with conditional GET support by @cardmagic in #51

Full Changelog: v2.0.0...v2.1.0

v2.0.0

29 Dec 00:01
7514994

Choose a tag to compare

What's Changed

  • Fixed Ruby warnings about missing indentations by @florianock in #22
  • Remove use of deprecated RubyGems #has_rdoc method by @kbrock in #21
  • Modernize CI/CD with GitHub Actions, RuboCop, and RBS types by @cardmagic in #33
  • fix first sample url by @tama1029 in #25
  • feat: support attributes on item/entry tags by @cardmagic in #35
  • feat: add array_tags option to collect multiple values by @cardmagic in #36
  • feat: support attributes on channel/feed tags by @cardmagic in #38
  • fix: skip empty/blank tags to prevent regex hang by @cardmagic in #39
  • fix: normalize all strings to UTF-8 encoding by @cardmagic in #40

New Contributors

Full Changelog: https://github.com/cardmagic/simple-rss/commits/v2.0.0