Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 18 Dec 12:42
· 14 commits to main since this release

Installation

Rust (crates.io):

cargo add feedparser-rs

Python (PyPI):

pip install feedparser-rs

Node.js (npm):

npm install feedparser-rs

Links

See CHANGELOG.md for details.

What's Changed

  • feat(parser): add feed.published field and xml:base URL resolution by @bug-ops in #26
  • feat(parser): add xml:lang tracking and license field support by @bug-ops in #27
  • feat(rss10): add syndication namespace with Python and Node.js bindings by @bug-ops in #28

Full Changelog: v0.2.1...v0.3.0