Skip to content

Releases: simonw/datasette-atom

0.9

14 Mar 03:50
Compare
Choose a tag to compare
  • <br> tag is now allowed in atom_content_html. #16

0.8.1

25 Nov 19:40
259739c
Compare
Choose a tag to compare
  • Removed rogue print statement. #14

0.8

14 Sep 22:15
Compare
Choose a tag to compare
0.8
  • Now depends on Datasette 0.49.

0.7

23 Aug 16:57
Compare
Choose a tag to compare
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

28 May 16:31
Compare
Choose a tag to compare
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

30 Apr 16:10
Compare
Choose a tag to compare
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

28 Feb 07:45
Compare
Choose a tag to compare
  • Removed rogue print() statements

0.4

03 Dec 00:35
Compare
Choose a tag to compare
0.4
  • Integer values for atom_title or atom_id are now converted to strings. #8

0.3

30 Nov 23:32
Compare
Choose a tag to compare
0.3
  • Support for atom_content_html column, allowing dynamically generated HTML in Atom feeds. The HTML is sanitized using Bleach.

0.2.1

30 Nov 06:44
Compare
Choose a tag to compare
  • Fix bug where feed items were returned in the incorrect order, #5