We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d983a commit 8c29885Copy full SHA for 8c29885
Changes
@@ -1,5 +1,8 @@
1
Revision history for Perl extension GraphQL-Plugin-Convert-OpenAPI
2
3
+0.18 Fri 8 Feb 23:07:27 GMT 2019
4
+ - dep on JSON::Validator::OpenAPI::Mojolicious - thanks @eserte
5
+
6
0.17 Thu 2 Aug 17:46:36 BST 2018
7
- dep on OpenAPI::Client 0.17 - thanks @vanHoesel
8
lib/GraphQL/Plugin/Convert/OpenAPI.pm
@@ -7,7 +7,7 @@ use GraphQL::Debug qw(_debug);
use JSON::Validator::OpenAPI::Mojolicious;
use OpenAPI::Client;
9
10
-our $VERSION = "0.17";
+our $VERSION = "0.18";
11
use constant DEBUG => $ENV{GRAPHQL_DEBUG};
12
13
my %TYPEMAP = (
0 commit comments