Skip to content

Releases: simonw/datasette-graphql

0.5

06 Aug 05:09
506f9d8
Compare
Choose a tag to compare
0.5
  • Enable CORS access, unless disable_cors plugin configuration setting is set. #24

0.4

06 Aug 04:21
7ff58e3
Compare
Choose a tag to compare
0.4
  • Support views as well as tables. #23
  • Support multiple databases. #9

0.3

06 Aug 03:48
9ac8845
Compare
Choose a tag to compare
0.3
  • Implemented search: argument for running searches against tables configured to use SQLite FTS. #22
  • Implemented sort: and sort_desc: arguments. #21

0.2

06 Aug 01:08
Compare
Choose a tag to compare
0.2
  • First non-alpha release
  • Supports GraphQL pagination using nodes, edges, pageInfo and totalCount. #2
  • No longer throws an error if you try to expand a null foreign key. #20

0.1a4

04 Aug 00:24
01bb230
Compare
Choose a tag to compare
0.1a4 Pre-release
Pre-release
  • GraphQL variable support. #14
  • auto_camelcase plugin setting. #15

0.1a3

02 Aug 20:58
Compare
Choose a tag to compare
0.1a3 Pre-release
Pre-release
  • Foreign key relationships can now be expanded using nested GraphQL syntax. #3
  • Tables can now be filtered using the new table_name(filters: [...]) argument. #12

0.1a2

02 Aug 15:34
Compare
Choose a tag to compare
0.1a2 Pre-release
Pre-release

0.1a1

02 Aug 04:26
Compare
Choose a tag to compare
0.1a1 Pre-release
Pre-release
  • Now includes GraphiQL interface, and correctly returns introspection metadata. #1

0.1a

02 Aug 03:33
Compare
Choose a tag to compare
0.1a Pre-release
Pre-release
  • Initial proof of concept