home / content

releases

3 rows where repo = 327087207

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
36010878 https://github.com/simonw/datasette-css-properties/releases/tag/0.1 simonw 9599 MDc6UmVsZWFzZTM2MDEwODc4 0.1 main 0.1 0 0 2021-01-05T18:38:28Z 2021-01-05T18:39:44Z Initial prototype. datasette-css-properties 327087207    
36112329 https://github.com/simonw/datasette-css-properties/releases/tag/0.1.1 simonw 9599 MDc6UmVsZWFzZTM2MTEyMzI5 0.1.1 main 0.1.1 0 0 2021-01-07T19:48:28Z 2021-01-07T19:48:50Z - Improved README datasette-css-properties 327087207    
36113939 https://github.com/simonw/datasette-css-properties/releases/tag/0.2 simonw 9599 MDc6UmVsZWFzZTM2MTEzOTM5 0.2 main 0.2 0 0 2021-01-07T20:27:29Z 2021-01-07T20:28:40Z - `.css` pages now send the `x-content-type-options: nosniff` header, to protect against browsers incorrectly rendering the CSS as HTML which could be an XSS security hole. #1 datasette-css-properties 327087207    

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 49.968ms