releases
11 rows where repo = 209091256
This data as json, CSV (advanced)
Suggested facets: target_commitish, prerelease, created_at (date), published_at (date)
id ▼ | html_url | author | node_id | tag_name | target_commitish | name | draft | prerelease | created_at | published_at | body | repo | reactions | mentions_count |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
20051401 | https://github.com/simonw/datasette-atom/releases/tag/0.1a | simonw 9599 | MDc6UmVsZWFzZTIwMDUxNDAx | 0.1a | master | 0.1a | 0 | 1 | 2019-09-17T15:34:27Z | 2019-09-17T15:40:22Z | Initial work in progress | datasette-atom 209091256 | ||
21868647 | https://github.com/simonw/datasette-atom/releases/tag/0.2 | simonw 9599 | MDc6UmVsZWFzZTIxODY4NjQ3 | 0.2 | master | 0.2 | 0 | 0 | 2019-11-30T06:24:13Z | 2019-11-30T06:27:19Z | * First non-alpha release. * Switched over to requiring columns called `atom_id`, `atom_title` etc - see #2 and the new expanded README. | datasette-atom 209091256 | ||
21868723 | https://github.com/simonw/datasette-atom/releases/tag/0.2.1 | simonw 9599 | MDc6UmVsZWFzZTIxODY4NzIz | 0.2.1 | master | 0.2.1 | 0 | 0 | 2019-11-30T06:43:52Z | 2019-11-30T06:44:29Z | * Fix bug where feed items were returned in the incorrect order, #5 | datasette-atom 209091256 | ||
21874543 | https://github.com/simonw/datasette-atom/releases/tag/0.3 | simonw 9599 | MDc6UmVsZWFzZTIxODc0NTQz | 0.3 | master | 0.3 | 0 | 0 | 2019-11-30T23:24:33Z | 2019-11-30T23:32:28Z | * Support for `atom_content_html` column, allowing dynamically generated HTML in Atom feeds. The HTML is sanitized using [Bleach](https://github.com/mozilla/bleach). | datasette-atom 209091256 | ||
21913903 | https://github.com/simonw/datasette-atom/releases/tag/0.4 | simonw 9599 | MDc6UmVsZWFzZTIxOTEzOTAz | 0.4 | master | 0.4 | 0 | 0 | 2019-12-03T00:31:51Z | 2019-12-03T00:35:48Z | * Integer values for `atom_title` or `atom_id` are now converted to strings. #8 | datasette-atom 209091256 | ||
24064949 | https://github.com/simonw/datasette-atom/releases/tag/0.4.1 | simonw 9599 | MDc6UmVsZWFzZTI0MDY0OTQ5 | 0.4.1 | master | 0.4.1 | 0 | 0 | 2020-02-28T07:45:11Z | 2020-02-28T07:45:45Z | * Removed rogue `print()` statements | datasette-atom 209091256 | ||
26054391 | https://github.com/simonw/datasette-atom/releases/tag/0.5 | simonw 9599 | MDc6UmVsZWFzZTI2MDU0Mzkx | 0.5 | master | 0.5 | 0 | 0 | 2020-04-30T16:09:11Z | 2020-04-30T16:10:45Z | * Support for Atom author element via `atom_author_name`, `atom_author_email`, `atom_author_uri` columns. #9 * Now uses [httpx](https://github.com/encode/httpx) for tests. #3 | datasette-atom 209091256 | ||
26999023 | https://github.com/simonw/datasette-atom/releases/tag/0.6 | simonw 9599 | MDc6UmVsZWFzZTI2OTk5MDIz | 0.6 | master | 0.6 | 0 | 0 | 2020-05-28T16:28:47Z | 2020-05-28T16:31:28Z | - 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 | datasette-atom 209091256 | ||
30028002 | https://github.com/simonw/datasette-atom/releases/tag/0.7 | simonw 9599 | MDc6UmVsZWFzZTMwMDI4MDAy | 0.7 | main | 0.7 | 0 | 0 | 2020-08-23T16:54:12Z | 2020-08-23T16:57:02Z | - New `allow_unsafe_html_in_canned_queries` plugin configuration option allowing canned queries to serve unfiltered HTML in the `atom_content_html` column. #13 | datasette-atom 209091256 | ||
31289805 | https://github.com/simonw/datasette-atom/releases/tag/0.8 | simonw 9599 | MDc6UmVsZWFzZTMxMjg5ODA1 | 0.8 | main | 0.8 | 0 | 0 | 2020-09-14T22:14:57Z | 2020-09-14T22:15:38Z | - Now depends on Datasette 0.49. | datasette-atom 209091256 | ||
34432235 | https://github.com/simonw/datasette-atom/releases/tag/0.8.1 | simonw 9599 | MDc6UmVsZWFzZTM0NDMyMjM1 | 0.8.1 | main | 0.8.1 | 0 | 0 | 2020-11-25T19:39:49Z | 2020-11-25T19:40:13Z | - Removed rogue print statement. #14 | datasette-atom 209091256 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [releases] ( [html_url] TEXT, [id] INTEGER PRIMARY KEY, [author] INTEGER REFERENCES [users]([id]), [node_id] TEXT, [tag_name] TEXT, [target_commitish] TEXT, [name] TEXT, [draft] INTEGER, [prerelease] INTEGER, [created_at] TEXT, [published_at] TEXT, [body] TEXT, [repo] INTEGER REFERENCES [repos]([id]) , [reactions] TEXT, [mentions_count] INTEGER); CREATE INDEX [idx_releases_repo] ON [releases] ([repo]); CREATE INDEX [idx_releases_author] ON [releases] ([author]);