Skip to content

Releases: html2rss/html2rss

v0.15.0

30 Oct 17:35
adac4c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.15.0

v0.14.0

08 Oct 10:32
c836d44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.14.0

v0.13.0

16 Aug 13:58
Compare
Choose a tag to compare

What's Changed

html2rss gained the ability to scrape any website and generate an RSS feed from it with its new auto_source feature. 🎉😎

The effectiveness of the results depends largely on the website's use of semantic HTML tags. While auto_source typically delivers solid results, some sites may not be scrapable automatically. In those cases, creating a custom feed config remains the best approach. For more details, check out the README or dive into the code. Enjoy!

✨ New Features

🐛 Bug Fixes

  • fix(config): params regexp contains duplicate character class by @gildesmarais in #194

🔧✨ Various Improvements

Full Changelog: v0.12.0...v0.13.0

v0.12.0

10 Aug 12:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

v0.11.0

09 Aug 22:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0

30 Jul 19:14
07e5013
Compare
Choose a tag to compare

What's Changed

A loooong overdue release.

The Changelog file has been moved to Github Releases page.
Retrieve the last version of the Changelog file via this commit: https://github.com/html2rss/html2rss/blob/bb3af97c6414529acd0c2d179a5f5f9310b0bcd3/CHANGELOG.md

Features

Bugfixes

Refactorings

Chores

CI/CD

Developer

Documentation

  • docs: update methods yard-documentation to contain param and return type by @gildesmarais in #96
  • docs(readme): Fix typo in the selectors mapping table by @admksh in #122

Specs

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

30 Jul 18:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.9.0