home / content

releases

4 rows where repo = 331720824

✎ 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
36828333 https://github.com/simonw/datasette-leaflet/releases/tag/0.1 simonw 9599 MDc6UmVsZWFzZTM2ODI4MzMz 0.1 main 0.1 0 0 2021-01-24T18:19:09Z 2021-01-24T18:19:32Z - Initial release, bundling Leaflet 1.7.1 as static assets that can be loaded as JavaScript modules. datasette-leaflet 331720824    
36876078 https://github.com/simonw/datasette-leaflet/releases/tag/0.2 simonw 9599 MDc6UmVsZWFzZTM2ODc2MDc4 0.2 main 0.2 0 0 2021-01-25T19:01:57Z 2021-01-25T19:03:10Z - Expose URLs to bundled assets as JavaScript global variables `datasette.leaflet.JAVASCRIPT_URL` and `datasette.leaflet.CSS_URL`. #4 datasette-leaflet 331720824    
37135853 https://github.com/simonw/datasette-leaflet/releases/tag/0.2.1 simonw 9599 MDc6UmVsZWFzZTM3MTM1ODUz 0.2.1 main 0.2.1 0 0 2021-01-31T07:22:40Z 2021-01-31T07:23:01Z - Updated README datasette-leaflet 331720824    
37204164 https://github.com/simonw/datasette-leaflet/releases/tag/0.2.2 simonw 9599 MDc6UmVsZWFzZTM3MjA0MTY0 0.2.2 main 0.2.2 0 0 2021-02-01T22:19:55Z 2021-02-01T22:20:28Z - Fixed bug where Leaflet marker images were not bundled with the plugin. #6 datasette-leaflet 331720824    

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