10000 Tags · bhmj/gofeed · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: bhmj/gofeed

Tags

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ability to parse custom fields in rss that are not part of the spec (m…

…mcdole#177)

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support multiple links (mmcdole#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

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Force published field (mmcdole#147)

* Force published field

When an atom item only have updated field, use it to fill published.

- Less function is using published field, it has to always been
populated.
- Simplify code when using both RSS and Atom feeds.

This fix mmcdole#146

* Rename updated to published

following @Necoro comment

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Follow up to mmcdole#150: Added support for JSON feed (mmcdole#154)

* Added the structure for JSON Feed

* Updated package name of json and added parser and test wrapper

* Added tests for sample json feed parser

* Added detector for feed type json

* Removed unwated dependencies

* Added parser and empty translator for json feeds

* Added translator functions for json feed

* Added test for json translator

* Added tests for content text and banner image

* Added tests for invalid feed and string output

* Added tests for json in parser

* Updated README

* Fixed REAME formatting

* check for xml first

* update dependencies

Co-authored-by: Sudhanshu Raheja <sudhanshu@leftshift.io>

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add sort.Interface implementation for Feed (mmcdole#141)

Order Feed.Items by oldest to newest publish time.

v1.0.0-beta2

Toggle v1.0.0-beta2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix broken image

v1.0.0-beta

Toggle v1.0.0-beta's commit message
Fix broken atom test

0