feed-parser

A well-tested and resilient Node.js parser for RSS and Atom feeds.

MIT License

Downloads
323
Stars
4
Committers
3

Bot releases are hidden (Show)

feed-parser - v1.1.0 Latest Release

Published by rowanmanning about 1 month ago

1.1.0 (2024-09-09)

Features

  • use dc:subject as a feed/item category (8cff621)

Bug Fixes

  • bump fast-xml-parser from 4.4.1 to 4.5.0 (3d75104)
feed-parser - v1.0.1

Published by rowanmanning 3 months ago

1.0.1 (2024-07-29)

Bug Fixes

  • bump fast-xml-parser from 4.4.0 to 4.4.1 (e92fd79)
feed-parser - v1.0.0

Published by rowanmanning 3 months ago

1.0.0 (2024-07-13)

⚠ BREAKING CHANGES

  • stop using default exports

Bug Fixes

  • prevent husky from failing (cf3ce33)

Documentation

  • remove the warning notice - we're ready (d4959af)

Code Refactoring

  • stop using default exports (238e571)
feed-parser - v0.5.8

Published by rowanmanning 3 months ago

0.5.8 (2024-07-10)

Features

Bug Fixes

  • handle non-string values in text elements (88bea35)
  • handle some thumbnail/media edge-cases (174188a)