Releases: simonw/datasette-atom
Releases · simonw/datasette-atom
0.9
<br>
tag is now allowed in atom_content_html
. #16
0.8.1
- Removed rogue print statement. #14
0.8
- Now depends on Datasette 0.49.
0.7
- New
allow_unsafe_html_in_canned_queries
plugin configuration option allowing canned queries to serve unfiltered HTML in the atom_content_html
column. #13
0.6
- Only show
.atom
link if current query is supported. #10
- Use
"title"
metadata from canned queries as the title of the corresponding Atom feed. #6
- Fixed remaining feed validation errors. #12
0.5
- Support for Atom author element via
atom_author_name
, atom_author_email
, atom_author_uri
columns. #9
- Now uses httpx for tests. #3
0.4.1
- Removed rogue
print()
statements
0.4
- Integer values for
atom_title
or atom_id
are now converted to strings. #8
0.3
- Support for
atom_content_html
column, allowing dynamically generated HTML in Atom feeds. The HTML is sanitized using Bleach.
0.2.1
- Fix bug where feed items were returned in the incorrect order, #5