The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.16 2019-12-01
- add set and mediumint types - thanks @nebulous
- apply DBIx::Class::ResultClass::HashRefInflator correctly, fix typo - thanks @schroeer

0.15 2019-05-04
 - update now uses *UpdateInput = *IDInput, *SearchInput
 - make just one field-resolver, not lots

0.14 2019-04-11
 - Changed the 'to_graphql' function to accept just a DBIC schema instance
   and not a coderef.  We will continue to accept the coderef style for
   back-compatibility but its considered deprecated.

0.13	Fri  5 Apr 04:56:21 BST 2019
 - fix get-one - thanks @jjn1056

0.12	Wed 27 Feb 13:25:53 GMT 2019
 - Postgres network types - thanks @ccakes

0.11	Fri 22 Feb 02:45:48 GMT 2019
 - support singular and plural PK queries (thanks @nohuhu)

0.10	Wed 20 Feb 12:25:50 GMT 2019
 - add MySQL "employees" test db as test
 - handle views somewhat

0.09	Wed 20 Feb 09:59:28 GMT 2019
 - handle mysql-style enums too

0.08	Fri  8 Feb 23:24:58 GMT 2019
 - update to new SDL format

0.07	Wed  8 Aug 05:29:08 BST 2018
 - incorporate SQL::Translator::Producer::GraphQL with new version
 - minor bugfix for GraphQL types with modifiers

0.06	Fri Feb 23 02:32:52 GMT 2018
 - handle multiply-used enums (thanks @nohuhu)
 - DBIC schema test refactored to use Test::Snapshot (thanks @nohuhu)

0.05	Thu Feb 22 19:26:12 GMT 2018
 - handle Postgres enums, dates etc (thanks @nohuhu)

0.04	Wed Dec 20 20:05:03 GMT 2017
 - handle mysql medium/longtext

0.03	Thu Nov 16 06:00:14 GMT 2017
 - implement mutations and inputs
 - doc them plus queries

0.02	Wed Nov  1 04:41:33 GMT 2017
 - switch api to take coderef

0.01	Wed Nov  1 04:41:32 GMT 2017
 - original version, not released