Skip to content

Releases: rowanmanning/feed-parser

v2.1.0

21 May 07:17
Compare
Choose a tag to compare

2.1.0 (2025-05-21)

Features

Bug Fixes

  • bump fast-xml-parser from 5.0.9 to 5.2.3 (ff0563f)
  • bump html-entities from 2.5.3 to 2.6.0 (85a89fc)

v2.0.2

30 Mar 10:43
Compare
Choose a tag to compare

2.0.2 (2025-03-30)

Bug Fixes

  • bump html-entities from 2.5.2 to 2.5.3 (dfb5b99)

v2.0.1

16 Mar 22:02
Compare
Choose a tag to compare

2.0.1 (2025-03-16)

Bug Fixes

  • bump fast-xml-parser from 5.0.8 to 5.0.9 (3d5c84d)

v2.0.0

04 Mar 22:57
Compare
Choose a tag to compare

2.0.0 (2025-03-04)

⚠ BREAKING CHANGES

  • drop Node.js 18

Miscellaneous Chores

v1.1.2

28 Feb 08:03
Compare
Choose a tag to compare

1.1.2 (2025-02-28)

Bug Fixes

  • bump fast-xml-parser from 4.5.1 to 5.0.8 (34b1b2f)

v1.1.1

28 Jan 18:03
Compare
Choose a tag to compare

1.1.1 (2025-01-22)

Bug Fixes

  • bump fast-xml-parser from 4.5.0 to 4.5.1 (8123560)

v1.1.0

09 Sep 20:16
Compare
Choose a tag to compare

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)

v1.0.1

04 Aug 07:22
Compare
Choose a tag to compare

1.0.1 (2024-07-29)

Bug Fixes

  • bump fast-xml-parser from 4.4.0 to 4.4.1 (e92fd79)

v1.0.0

13 Jul 20:34
Compare
Choose a tag to compare

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)

v0.5.8

10 Jul 23:00
Compare
Choose a tag to compare

0.5.8 (2024-07-10)

Features

Bug Fixes

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