Releases: gorilla/feeds
Releases · gorilla/feeds
v1.2.0
What's Changed
- Add the
isPermaLink
attribute toguid
in RSS by @yardenshoham in #107
New Contributors
- @yardenshoham made their first contribution in #107
Full Changelog: v1.1.2...v1.2.0
Release v1.1.2
What's Changed
- Create config.yml by @elithrar in #73
- fix JSONFeed Hubs by @wybiral in #74
- [bug] RSS Item link should be optional by @enumag in #96
- Update README.md by @coreydaley in #99
- Update go version, add tools for verification and testing by @coreydaley in #100
- Added editorconfig by @apoorvajagtap in #101
- Update issues.yml by @coreydaley in #102
- Don't create an empty
in Atom feeds by @magical in #83 - fix: check for nil link to avoid runtime panic #95 by @meblum in #103
- feat: support JSON Feed 1.1 closes #91 by @meblum in #104
- update GitHub workflows by @coreydaley in #105
New Contributors
- @wybiral made their first contribution in #74
- @enumag made their first contribution in #96
- @coreydaley made their first contribution in #99
- @apoorvajagtap made their first contribution in #101
- @magical made their first contribution in #83
- @meblum made their first contribution in #103
Full Changelog: v1.1.1...v1.1.2
v1.1.1
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
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.