Skip to content

Releases: gorilla/feeds

Release v1.1.2

05 Nov 02:01
51ef1e4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

23 May 13:39
Compare
Choose a tag to compare

Minor bug fixes.

CHANGELOG

2079b9b fix travis ci script
899df4f Fix function comments based on best practices from Effective Go
8df78d2 Add stalebot config (#60)
945e59e gofmt changes
9dd2db1 adding a test for atom feeds as well
8c53fb8 adding a test for rss consumption
412106c enabling xml unmarshaling rss and atom feeds
762f741 Fix bug where date_modified empty if no created timestamp
ce4bf00 Corrects the test
e922742 Use item content as JSON content_html

Content tag support

21 Mar 16:36
Compare
Choose a tag to compare

Add support for <content type="html">...</content> (Atom) and <content:encoded><![CDATA[ ... ]]></content:encoded> (RSS) in feeds items.

Also move post description to a <summary type="html">...</summary> tag in Atom feeds.

v1.0.0

08 Nov 05:02
Compare
Choose a tag to compare

Marking a stable v1.0.0 for the API as per http://semver.org/

We recommend using dep to pin dependencies in your Go projects, including pinning to a v1.x.x version of gorilla/feeds where appropriate.