releases
9 rows where repo = 331151708
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
36631228 | https://github.com/simonw/datasette-leaflet-freedraw/releases/tag/0.1 | simonw 9599 | MDc6UmVsZWFzZTM2NjMxMjI4 | 0.1 | main | 0.1 | 0 | 0 | 2021-01-20T00:58:19Z | 2021-01-20T00:59:30Z | - Initial working release. | datasette-leaflet-freedraw 331151708 | ||
36631779 | https://github.com/simonw/datasette-leaflet-freedraw/releases/tag/0.1.1 | simonw 9599 | MDc6UmVsZWFzZTM2NjMxNzc5 | 0.1.1 | main | 0.1.1 | 0 | 0 | 2021-01-20T01:19:48Z | 2021-01-20T01:20:20Z | - Added some static files that I missed from the packaging. | datasette-leaflet-freedraw 331151708 | ||
36631897 | https://github.com/simonw/datasette-leaflet-freedraw/releases/tag/0.1.2 | simonw 9599 | MDc6UmVsZWFzZTM2NjMxODk3 | 0.1.2 | main | 0.1.2 | 0 | 0 | 2021-01-20T01:25:44Z | 2021-01-20T01:26:17Z | - Bundle the CSS as well | datasette-leaflet-freedraw 331151708 | ||
36644750 | https://github.com/simonw/datasette-leaflet-freedraw/releases/tag/0.1.3 | simonw 9599 | MDc6UmVsZWFzZTM2NjQ0NzUw | 0.1.3 | main | 0.1.3 | 0 | 0 | 2021-01-20T09:28:32Z | 2021-01-20T09:29:08Z | - Fixed bug where polygons drawn at a high zoom level were not correctly re-displayed after submitting the query. #1 | datasette-leaflet-freedraw 331151708 | ||
36817543 | https://github.com/simonw/datasette-leaflet-freedraw/releases/tag/0.1.4 | simonw 9599 | MDc6UmVsZWFzZTM2ODE3NTQz | 0.1.4 | main | 0.1.4 | 0 | 0 | 2021-01-24T06:46:08Z | 2021-01-24T06:46:58Z | - README now includes a demo. #2 - Note that this currently requires the Datasette 0.54a0 alpha. | datasette-leaflet-freedraw 331151708 | ||
36876201 | https://github.com/simonw/datasette-leaflet-freedraw/releases/tag/0.2 | simonw 9599 | MDc6UmVsZWFzZTM2ODc2MjAx | 0.2 | main | 0.2 | 0 | 0 | 2021-01-25T19:04:07Z | 2021-01-25T19:05:34Z | - Now depends on [datasette-leaflet](https://datasette.io/plugins/datasette-leaflet) for loading Leaflet JavaScript and CSS. #3 | datasette-leaflet-freedraw 331151708 | ||
36877149 | https://github.com/simonw/datasette-leaflet-freedraw/releases/tag/0.2.1 | simonw 9599 | MDc6UmVsZWFzZTM2ODc3MTQ5 | 0.2.1 | main | 0.2.1 | 0 | 0 | 2021-01-25T19:23:19Z | 2021-01-25T19:23:59Z | - Include source map in the bundle. #4 | datasette-leaflet-freedraw 331151708 | ||
57069186 | https://github.com/simonw/datasette-leaflet-freedraw/releases/tag/0.3 | simonw 9599 | RE_kwDOE7z5XM4DZs6C | 0.3 | main | 0.3 | 0 | 0 | 2022-01-14T02:01:18Z | 2022-01-14T02:04:12Z | - Map filtering interface now displays on table pages for tables with a SpatiaLite geometry column. [#7](https://github.com/simonw/datasette-leaflet-freedraw/issues/7) - Coordinates in JSON are now truncated to 5 decimal places. Thanks, Matthew Somerville. [#6](https://github.com/simonw/datasette-leaflet-freedraw/issues/6) | datasette-leaflet-freedraw 331151708 | ||
58635974 | https://github.com/simonw/datasette-leaflet-freedraw/releases/tag/0.3.1 | simonw 9599 | RE_kwDOE7z5XM4DfrbG | 0.3.1 | main | 0.3.1 | 0 | 0 | 2022-02-03T20:23:39Z | 2022-02-03T20:24:38Z | - Fixed a bug where installing this plugin in an environment without SpatiaLite would cause an error on the table page. [#11](https://github.com/simonw/datasette-leaflet-freedraw/issues/11) | datasette-leaflet-freedraw 331151708 |
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]);