- Adds support for Django 2+ and Wagtail 2+. This release breaks backward compatibility with versions of Wagtail which are based on Wagtail/Django 1.x. Use 0.0.8 for projects based on older versions of Wagtail
Provide initial support for JSON Feed_.
The JSON Feed format is a pragmatic syndication format, like RSS and Atom, but with one big difference: it’s JSON instead of XML.
- Support for Django 1.11 and Wagtail 1.10.1
- Temporarily reduce test coverage
- More comprehensive test coverage
- Added tests for StreamFields
- The ExtendedFeed now supports content fields based on StreamFields
- Previous versions automatically added the post/article's feed image to the content enclosure. In this version, this can be toggled on or off with a checkbox option in the Feed App Settings
- Several bug fixes related to issues such the rendering of embedded objects in posts and improperly formatted images
- Needed to pin html5lib version due to problems with BS4
- First release on PyPI.