Releases: MikaelPorttila/rss
Releases · MikaelPorttila/rss
1.1.1
- Export FeedEntry type (Thank you @brettchalupa for your contribution with #62)
1.1.0
- Use new native Deno URL.parse for improved url handling - speed and compability gains.
1.0.4
- New jsr usage instructions in readme
1.0.3
Added JSR support
Categories type adjustment
- Categories type union extended with undefined (Thank you @totto2727 for you contribution with #56)
Invalid format handling
Fresh start
- Update underlaying dependencies
- Removed deprecated deserialization API ( use version 0.6.0 if your codebase depend on the API )
Empty feed list handling
- Handle empty feed list (Thank you @ShibaInu0413 for your contribution with #50)