releases
11 rows where author = 9020979
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
62855123 | https://github.com/hydrosquall/datasette-nteract-data-explorer/releases/tag/0.1.0 | hydrosquall 9020979 | RE_kwDOHEflbM4DvxfT | 0.1.0 | main | 0.1.0 - Initial Release | 0 | 0 | 2022-03-27T00:22:35Z | 2022-03-27T00:33:21Z | First release! May not work in browsers that don't use ESModules. Feedback and bug reports are welcome. **Full Changelog**: https://github.com/hydrosquall/datasette-nteract-data-explorer/commits/0.1.0 | datasette-nteract-data-explorer 474473836 | ||
62856075 | https://github.com/hydrosquall/datasette-nteract-data-explorer/releases/tag/0.2.0 | hydrosquall 9020979 | RE_kwDOHEflbM4DvxuL | 0.2.0 | main | 0.2.0 - With Statics | 0 | 0 | 2022-03-27T01:32:15Z | 2022-03-27T01:33:44Z | The first release worked with local development, but was not building new JS in CI. This release should fix that. **Full Changelog**: https://github.com/hydrosquall/datasette-nteract-data-explorer/compare/0.1.0...0.2.0 | datasette-nteract-data-explorer 474473836 | ||
62856506 | https://github.com/hydrosquall/datasette-nteract-data-explorer/releases/tag/0.2.1 | hydrosquall 9020979 | RE_kwDOHEflbM4Dvx06 | 0.2.1 | main | v0.2.1 - Fix node version | 0 | 0 | 2022-03-27T01:59:57Z | 2022-03-27T02:00:51Z | The previous release was failing in CI due to an old version of node.js. | datasette-nteract-data-explorer 474473836 | ||
62856649 | https://github.com/hydrosquall/datasette-nteract-data-explorer/releases/tag/0.2.2 | hydrosquall 9020979 | RE_kwDOHEflbM4Dvx3J | 0.2.2 | main | 0.2.2 - Repair GH Actions Workflow | 0 | 0 | 2022-03-27T02:05:55Z | 2022-03-27T02:07:05Z | The previous release wasn't able to start due to a syntax error in the YAML file. | datasette-nteract-data-explorer 474473836 | ||
62856875 | https://github.com/hydrosquall/datasette-nteract-data-explorer/releases/tag/0.2.3 | hydrosquall 9020979 | RE_kwDOHEflbM4Dvx6r | 0.2.3 | main | 0.2.3 - Separate JS and Python build folders | 0 | 0 | 2022-03-27T02:20:42Z | 2022-03-27T02:21:47Z | The build systems from python and JS were interfering with each other. This should fix that. **Full Changelog**: https://github.com/hydrosquall/datasette-nteract-data-explorer/compare/0.2.2...0.2.3 | datasette-nteract-data-explorer 474473836 | ||
64591527 | https://github.com/hydrosquall/datasette-nteract-data-explorer/releases/tag/0.3.1 | hydrosquall 9020979 | RE_kwDOHEflbM4D2Zan | 0.3.1 | main | 0.3.1 - Custom SQL Queries, Published Demo | 0 | 0 | 2022-04-16T23:16:34Z | 2022-04-16T23:18:58Z | ## What's Changed * feature: enable data explorer to activate when writing custom SQL by @hydrosquall in https://github.com/hydrosquall/datasette-nteract-data-explorer/pull/5 * docs: replace browser history example with happy planet index dataset by @hydrosquall in https://github.com/hydrosquall/datasette-nteract-data-explorer/pull/6 * build: deploy demo site to vercel by @hydrosquall in https://github.com/hydrosquall/datasette-nteract-data-explorer/pull/8 * release: 0.3.0 by @hydrosquall in https://github.com/hydrosquall/datasette-nteract-data-explorer/pull/11 **Full Changelog**: https://github.com/hydrosquall/datasette-nteract-data-explorer/compare/0.2.1...0.3.1 | datasette-nteract-data-explorer 474473836 | 1 | |
73924204 | https://github.com/hydrosquall/datasette-nteract-data-explorer/releases/tag/0.4.0 | hydrosquall 9020979 | RE_kwDOHEflbM4EZ_5s | 0.4.0 | main | _ignore_ - see 0.4.1. | 0 | 0 | 2022-08-08T19:48:26Z | 2022-08-08T19:50:34Z | _ignore_ - see 0.4.1. | datasette-nteract-data-explorer 474473836 | ||
73925086 | https://github.com/hydrosquall/datasette-nteract-data-explorer/releases/tag/0.4.1 | hydrosquall 9020979 | RE_kwDOHEflbM4EaAHe | 0.4.1 | main | 0.4.1 - Enable permalinks to graphs | 0 | 0 | 2022-08-08T19:59:34Z | 2022-08-08T20:02:05Z | ## What's Changed * feat: add demo site landing page by @hydrosquall in https://github.com/hydrosquall/datasette-nteract-data-explorer/pull/14 * feature: synchronize graph state to URL parameters, enabling permalinking + sharing graphs by @hydrosquall in https://github.com/hydrosquall/datasette-nteract-data-explorer/pull/19 * Added PR templates + Issue contributing guide **Full Changelog**: https://github.com/hydrosquall/datasette-nteract-data-explorer/compare/0.3.1...0.4.1 | datasette-nteract-data-explorer 474473836 | 1 | |
75546706 | https://github.com/hydrosquall/datasette-nteract-data-explorer/releases/tag/0.4.2 | hydrosquall 9020979 | RE_kwDOHEflbM4EgMBS | 0.4.2 | main | 0.4.2 - Datasette-Lite hook | 0 | 0 | 2022-08-27T16:17:37Z | 2022-08-27T16:31:11Z | ## What's Changed * fix(demo): build updated demo JS statics as part of build pipeline by @hydrosquall in https://github.com/hydrosquall/datasette-nteract-data-explorer/pull/24 * feat: proof of concept initialization hook for instantiating JS plugins in datasette-lite by @hydrosquall in https://github.com/hydrosquall/datasette-nteract-data-explorer/pull/26 * bump: version 0.4.2 by @hydrosquall in https://github.com/hydrosquall/datasette-nteract-data-explorer/pull/27 **Full Changelog**: https://github.com/hydrosquall/datasette-nteract-data-explorer/compare/0.4.1...0.4.2 | datasette-nteract-data-explorer 474473836 | 1 | |
80271215 | https://github.com/hydrosquall/datasette-nteract-data-explorer/releases/tag/0.5.0 | hydrosquall 9020979 | RE_kwDOHEflbM4EyNdv | 0.5.0 | main | 0.5.0 - Datasette-Lite Compatibility Patch | 0 | 0 | 2022-10-18T23:51:40Z | 2022-10-18T23:54:42Z | ## What's Changed * feat: disable URL state sync feature when running in datasette-lite by @hydrosquall in https://github.com/hydrosquall/datasette-nteract-data-explorer/pull/30 **Full Changelog**: https://github.com/hydrosquall/datasette-nteract-data-explorer/compare/0.4.2...0.5.0 | datasette-nteract-data-explorer 474473836 | 1 | |
80271673 | https://github.com/hydrosquall/datasette-nteract-data-explorer/releases/tag/0.5.1 | hydrosquall 9020979 | RE_kwDOHEflbM4EyNk5 | 0.5.1 | main | 0.5.1 | 0 | 0 | 2022-10-19T00:06:35Z | 2022-10-19T00:07:29Z | ## What's Changed * docs: Update the release action trigger guidelines in CONTRIBUTING.md by @hydrosquall in https://github.com/hydrosquall/datasette-nteract-data-explorer/pull/33 * fix: reverse inverted boolean for datasette membership test by @hydrosquall in https://github.com/hydrosquall/datasette-nteract-data-explorer/pull/34 **Full Changelog**: https://github.com/hydrosquall/datasette-nteract-data-explorer/compare/0.5.0...0.5.1 | datasette-nteract-data-explorer 474473836 | 1 |
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]);