Skip to content

Commit

Permalink
Released version 0.66
Browse files Browse the repository at this point in the history
 - Will not add non-existing input keys to $args #52
   Contributor: Scott Wiersdorf
 - Use $c->match instead of $c->stash to get placeholder data
 - Add "From" to list of ignored words in SKIP_OP_RE #54
 - Allow more complex method name detection from operationId #55
 - Skipping editor test on Win32 #56
 - Boolean in headers will be the strings "true" and "false" #58
  • Loading branch information
Jan Henning Thorsen committed Dec 29, 2015
1 parent 6ecbd24 commit 0b24847
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for perl distribution Swagger2

0.66 Not Released
0.66 2015-12-29T11:52:06+0100
- Will not add non-existing input keys to $args #52
Contributor: Scott Wiersdorf
- Use $c->match instead of $c->stash to get placeholder data
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NAME
Swagger2 - Swagger RESTful API Documentation

VERSION
0.65
0.66

DESCRIPTION
Swagger2 is a module for generating, parsing and transforming swagger
Expand Down
4 changes: 2 additions & 2 deletions lib/Swagger2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Swagger2 - Swagger RESTful API Documentation
=head1 VERSION
0.65
0.66
=head1 DESCRIPTION
Expand Down Expand Up @@ -62,7 +62,7 @@ use File::Basename ();
use File::Spec;
use Swagger2::SchemaValidator;

our $VERSION = '0.65';
our $VERSION = '0.66';

# Should be considered internal
our $SPEC_FILE = File::Spec->catfile(File::Basename::dirname(__FILE__), 'Swagger2', 'schema.json');
Expand Down

0 comments on commit 0b24847

Please sign in to comment.