releases
10 rows where repo = 247527438
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
24540645 | https://github.com/simonw/datasette-edit-schema/releases/tag/0.1a | simonw 9599 | MDc6UmVsZWFzZTI0NTQwNjQ1 | 0.1a | master | 0.1a | 0 | 1 | 2020-03-15T18:56:39Z | 2020-03-15T19:00:25Z | Initial release with working "delete table" button (#3) | datasette-edit-schema 247527438 | ||
28273550 | https://github.com/simonw/datasette-edit-schema/releases/tag/0.2a | simonw 9599 | MDc6UmVsZWFzZTI4MjczNTUw | 0.2a | main | 0.2a | 0 | 1 | 2020-07-06T20:33:39Z | 2020-07-06T20:36:24Z | - Compatible with Datasette 0.44. #8 | datasette-edit-schema 247527438 | ||
32003426 | https://github.com/simonw/datasette-edit-schema/releases/tag/0.3a | simonw 9599 | MDc6UmVsZWFzZTMyMDAzNDI2 | 0.3a | main | 0.3a | 0 | 1 | 2020-09-30T17:00:09Z | 2020-09-30T17:00:54Z | - First prototype of transform table interface. #11 | datasette-edit-schema 247527438 | ||
32006617 | https://github.com/simonw/datasette-edit-schema/releases/tag/0.3a1 | simonw 9599 | MDc6UmVsZWFzZTMyMDA2NjE3 | 0.3a1 | main | 0.3a1 | 0 | 1 | 2020-09-30T18:11:28Z | 2020-09-30T18:12:06Z | - Fix bug with editing column types. #17 | datasette-edit-schema 247527438 | ||
32068738 | https://github.com/simonw/datasette-edit-schema/releases/tag/0.3a2 | simonw 9599 | MDc6UmVsZWFzZTMyMDY4NzM4 | 0.3a2 | main | 0.3a2 | 0 | 1 | 2020-10-01T21:26:31Z | 2020-10-01T21:28:19Z | - Renamed to `datasette-edit-schema`. #20 - Now controlled by `edit-schema` permission. #9 - Improved `/-/edit-schema/databasename` page. #15 - Now ships with a copy of `Draggable.js`. #16 - Interface links back to table page. #18 | datasette-edit-schema 247527438 | ||
32070886 | https://github.com/simonw/datasette-edit-schema/releases/tag/0.3 | simonw 9599 | MDc6UmVsZWFzZTMyMDcwODg2 | 0.3 | main | 0.3 | 0 | 0 | 2020-10-01T22:40:25Z | 2020-10-01T22:41:06Z | - First non-alpha release. - Ability to rename a table. #19 - Improved ability to add a column. #4 | datasette-edit-schema 247527438 | ||
33253985 | https://github.com/simonw/datasette-edit-schema/releases/tag/0.4a0 | simonw 9599 | MDc6UmVsZWFzZTMzMjUzOTg1 | 0.4a0 | main | 0.4a0 | 0 | 1 | 2020-10-30T05:50:55Z | 2020-10-30T05:51:34Z | - Registers a table action using the new `table_actions()` plugin hook. #26 | datasette-edit-schema 247527438 | ||
33311997 | https://github.com/simonw/datasette-edit-schema/releases/tag/0.4 | simonw 9599 | MDc6UmVsZWFzZTMzMzExOTk3 | 0.4 | main | 0.4 | 0 | 0 | 2020-10-31T22:54:33Z | 2020-10-31T22:56:51Z | - Registers a table action using the new `table_actions()` plugin hook in Datasette 0.51. #26 | datasette-edit-schema 247527438 | ||
71108990 | https://github.com/simonw/datasette-edit-schema/releases/tag/0.5 | simonw 9599 | RE_kwDODsD4Ds4EPQl- | 0.5 | main | 0.5 | 0 | 0 | 2022-07-01T23:12:05Z | 2022-07-01T23:15:59Z | - More human-friendly labels for column types. [#29](https://github.com/simonw/datasette-edit-schema/issues/29) - `edit-schema` permission check now considers the database name. [#32](https://github.com/simonw/datasette-edit-schema/issues/32) - Now depends on `datasette>=0.59` [#30](https://github.com/simonw/datasette-edit-schema/issues/30) and `sqlite-utils>=3.10`. [#33](https://github.com/simonw/datasette-edit-schema/issues/33) | datasette-edit-schema 247527438 | ||
75038226 | https://github.com/simonw/datasette-edit-schema/releases/tag/0.5.1 | simonw 9599 | RE_kwDODsD4Ds4EeP4S | 0.5.1 | main | 0.5.1 | 0 | 0 | 2022-08-22T22:45:03Z | 2022-08-22T22:45:58Z | - Fixed error trying to add new floating point columns to a table. [#34](https://github.com/simonw/datasette-edit-schema/issues/34) | datasette-edit-schema 247527438 |
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]);