Skip to content

Releases: mmcdole/gofeed

v1.3.0

01 Mar 03:34
9455e2b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.3.0

v1.2.1

04 Mar 05:19
901f297
Compare
Choose a tag to compare

Fixes concurrency / thread safety issues when re-using a parser.

v1.2.0

29 Jan 07:05
Compare
Choose a tag to compare

Bug fixes and support for multiple link tags in rss feeds.

v1.1.3

20 Apr 05:01
5d81d4b
Compare
Choose a tag to compare
Ability to parse custom fields in rss that are not part of the spec (…

…#177)

v1.1.2

19 Apr 13:57
41f47c9
Compare
Choose a tag to compare
Support multiple links (#164)

* Add Feed.Links

* Update tests, don't create empty list

* Use same rel logic for RSS atom extensions

* Support for JSON feed

* Fix invalid JSON and run `go mod tidy`

* Fix tests, don't return empty strings

v1.1.1

08 Apr 20:20
68eef24
Compare
Choose a tag to compare

Minor bug fixes

v1.1.0

06 Sep 02:57
a9ae673
Compare
Choose a tag to compare

We have JSON Feeds!

Huge thanks to @sudhanshuraheja and @nkanaev for getting JSON feed support across the finish line!

v1.0.0

11 May 03:06
4298e43
Compare
Choose a tag to compare

Official 1.0.0 release

v1.0.0 - Beta 2

04 Feb 03:18
42010a1
Compare
Choose a tag to compare
v1.0.0 - Beta 2 Pre-release
Pre-release
v1.0.0-beta2

Fix broken image

v1.0.0 - Beta 1

20 Apr 00:08
Compare
Choose a tag to compare
v1.0.0 - Beta 1 Pre-release
Pre-release

This is the first beta release. Note: we have not yet hit an official 1.0 release so don't consider the interface stable. There may still be some breaking changes.