home / content

releases

5 rows where repo = 145483077

✎ View and edit SQL

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
27701191 https://github.com/simonw/datasette-render-images/releases/tag/0.2a0 simonw 9599 MDc6UmVsZWFzZTI3NzAxMTkx 0.2a0 master 0.2a0 0 1 2020-06-18T20:18:25Z 2020-06-18T20:19:18Z - Alpha release ([experimenting with alphas](https://github.com/simonw/datasette/issues/807) using Travis) - Now includes `alt=""` datasette-render-images 145483077    
27701775 https://github.com/simonw/datasette-render-images/releases/tag/0.2 simonw 9599 MDc6UmVsZWFzZTI3NzAxNzc1 0.2 master 0.2 0 0 2020-06-18T20:35:09Z 2020-06-18T20:35:36Z - Images now have `alt=""` datasette-render-images 145483077    
28972193 https://github.com/simonw/datasette-render-images/releases/tag/0.3 simonw 9599 MDc6UmVsZWFzZTI4OTcyMTkz 0.3 master 0.3 0 0 2020-07-27T04:56:37Z 2020-07-27T04:57:04Z * New `size_limit` plugin configuration option for changing the size limit for rendered images. #2 datasette-render-images 145483077    
28972406 https://github.com/simonw/datasette-render-images/releases/tag/0.3.1 simonw 9599 MDc6UmVsZWFzZTI4OTcyNDA2 0.3.1 master 0.3.1 0 0 2020-07-27T05:10:04Z 2020-07-27T05:11:01Z - Fixed a bug with the new `size_limit` configuration option. #3 datasette-render-images 145483077    
30029074 https://github.com/simonw/datasette-render-images/releases/tag/0.3.2 simonw 9599 MDc6UmVsZWFzZTMwMDI5MDc0 0.3.2 main 0.3.2 0 0 2020-08-23T18:35:12Z 2020-08-23T18:36:26Z - Promote `sqlite-utils insert-files` in the README. #5 datasette-render-images 145483077    

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 18.262ms