home / content

releases

6 rows where repo = 135007287

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: target_commitish, 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
20686035 https://github.com/simonw/datasette-leaflet-geojson/releases/tag/0.3 simonw 9599 MDc6UmVsZWFzZTIwNjg2MDM1 0.3 master 0.3 0 0 2019-10-14T15:13:15Z 2019-10-14T15:18:48Z * Fixed bug displaying multiple polygon maps on a page - #4 - thanks, @chris48s * Upgraded Leaflet to 1.5.1 - #5 - thanks, @chris48s datasette-leaflet-geojson 135007287    
21162720 https://github.com/simonw/datasette-leaflet-geojson/releases/tag/0.4 simonw 9599 MDc6UmVsZWFzZTIxMTYyNzIw 0.4 master 0.4 0 0 2019-11-02T01:45:52Z 2019-11-02T01:48:09Z - Fixed bug where plugin fails to render a map if the cell value was truncated (#3) - Fixed incompatibility when loaded in the same environment as `datasette-pretty-json` (#6) datasette-leaflet-geojson 135007287    
30001835 https://github.com/simonw/datasette-leaflet-geojson/releases/tag/0.5 simonw 9599 MDc6UmVsZWFzZTMwMDAxODM1 0.5 main 0.5 0 0 2020-08-21T22:47:35Z 2020-08-21T22:48:28Z - Fix for large polygon sizes. #12 - Shorten floating point representation. #11 - Switch CI to GitHub Actions. #13 - Improved README plus screenshot. #8 datasette-leaflet-geojson 135007287    
30002782 https://github.com/simonw/datasette-leaflet-geojson/releases/tag/0.6 simonw 9599 MDc6UmVsZWFzZTMwMDAyNzgy 0.6 main 0.6 0 0 2020-08-21T23:53:43Z 2020-08-21T23:54:48Z - Only injects JavaScript on pages that are rendering tables. #14 - That JavaScript then scans for GeoJSON and dynamically loads Leaflet JavaScript and CSS if it finds any. - Now depends on Datasette 0.48 or higher. datasette-leaflet-geojson 135007287    
36677956 https://github.com/simonw/datasette-leaflet-geojson/releases/tag/0.7 simonw 9599 MDc6UmVsZWFzZTM2Njc3OTU2 0.7 main 0.7 0 0 2021-01-20T20:20:29Z 2021-01-20T20:21:25Z - Plugin now only shows maps for the first ten rows, with a "Click to view map" prompt for rows past that point. This can be customized using the new `default_maps_to_load` plugin setting. [#16](https://github.com/simonw/datasette-leaflet-geojson/issues/16) datasette-leaflet-geojson 135007287    
36892039 https://github.com/simonw/datasette-leaflet-geojson/releases/tag/0.8 simonw 9599 MDc6UmVsZWFzZTM2ODkyMDM5 0.8 main 0.8 0 0 2021-01-26T02:39:38Z 2021-01-26T02:41:07Z - Now depends on [datasette-leaflet](https://datasette.io/plugins/datasette-leaflet) for loading Leaflet JavaScript and CSS. [#17](https://github.com/simonw/datasette-leaflet-geojson/issues/17) datasette-leaflet-geojson 135007287    

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