Skip to content

Releases: MikaelPorttila/rss

1.1.1

12 Jun 05:39
6631b55
Compare
Choose a tag to compare
  • Export FeedEntry type (Thank you @brettchalupa for your contribution with #62)

1.1.0

09 May 09:19
d341fc5
Compare
Choose a tag to compare
  • Use new native Deno URL.parse for improved url handling - speed and compability gains.

1.0.4

01 May 09:39
5d7cc41
Compare
Choose a tag to compare
  • New jsr usage instructions in readme

1.0.3

01 May 09:10
746ea85
Compare
Choose a tag to compare

Added JSR support

Categories type adjustment

31 Mar 06:49
a0817ec
Compare
Choose a tag to compare
  • Categories type union extended with undefined (Thank you @totto2727 for you contribution with #56)

Invalid format handling

03 Mar 13:13
ebee31f
Compare
Choose a tag to compare
  • Fixed issue with unresolved promise during parsing of invalid feed format (Thank you @Skalman for highlighting #53)
  • Updated testing and benchmark dependencies

Fresh start

06 Jul 10:57
2b00eb3
Compare
Choose a tag to compare
  • Update underlaying dependencies
  • Removed deprecated deserialization API ( use version 0.6.0 if your codebase depend on the API )

Empty feed list handling

26 May 17:27
81b4c64
Compare
Choose a tag to compare
  • Handle empty feed list (Thank you @ShibaInu0413 for your contribution with #50)

Atom feed missing author handling

16 Feb 11:01
af0fe9b
Compare
Choose a tag to compare
  • Handle missing author name value in atom feed. (Thank you @canac for your contribution with #48)

Extended MediaRss Typing

16 Jan 21:36
dec127f
Compare
Choose a tag to compare
  • Extended MediaRss Typing (Thank you @Skalman for reporting #46)