releases
5 rows where repo = 327236119
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
36034608 | https://github.com/simonw/datasette-export-notebook/releases/tag/0.1 | simonw 9599 | MDc6UmVsZWFzZTM2MDM0NjA4 | 0.1 | main | 0.1 | 0 | 0 | 2021-01-06T08:11:21Z | 2021-01-06T08:12:31Z | First working version. #1 | datasette-export-notebook 327236119 | ||
36186456 | https://github.com/simonw/datasette-export-notebook/releases/tag/0.1.1 | simonw 9599 | MDc6UmVsZWFzZTM2MTg2NDU2 | 0.1.1 | main | 0.1.1 | 0 | 0 | 2021-01-09T23:57:00Z | 2021-01-09T23:57:26Z | Improved README with links to a live demo. | datasette-export-notebook 327236119 | ||
36251868 | https://github.com/simonw/datasette-export-notebook/releases/tag/0.2 | simonw 9599 | MDc6UmVsZWFzZTM2MjUxODY4 | 0.2 | main | 0.2 | 0 | 0 | 2021-01-11T22:27:18Z | 2021-01-11T22:29:04Z | - Observable export instructions are only shown if Datasette is run with the `--cors` option. #5 - Export notebook page links back to view the rows. #6 - CSV streaming export instructions are provided, if available. #7 | datasette-export-notebook 327236119 | ||
37108053 | https://github.com/simonw/datasette-export-notebook/releases/tag/0.3 | simonw 9599 | MDc6UmVsZWFzZTM3MTA4MDUz | 0.3 | main | 0.3 | 0 | 0 | 2021-01-29T22:21:46Z | 2021-01-29T22:22:44Z | - Pandas `read_csv()` streaming example now includes `dtype=` parameter with correct column types. [#8](https://github.com/simonw/datasette-export-notebook/issues/8) | datasette-export-notebook 327236119 | ||
46351980 | https://github.com/simonw/datasette-export-notebook/releases/tag/1.0 | simonw 9599 | MDc6UmVsZWFzZTQ2MzUxOTgw | 1.0 | main | 1.0 | 0 | 0 | 2021-07-17T03:58:28Z | 2021-07-17T04:01:49Z | - New "copy to clipboard" buttons next to each code example. [#12](https://github.com/simonw/datasette-export-notebook/issues/12) - Observable export code no longer needs to import d3. [#10](https://github.com/simonw/datasette-export-notebook/issues/10) - Better wrapping of code, especially on mobile screens. [#11](https://github.com/simonw/datasette-export-notebook/issues/11) - d3 export examples now use `d3.autoType`. [#13](https://github.com/simonw/datasette-export-notebook/issues/13) | datasette-export-notebook 327236119 |
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]);