Changelog for Swagger2

0.12     Tue Dec 16 11:30:34 2014
       * Add missing Swagger2::POD::_schema_boolean_to_string() method
       * Add Swagger2::parse() method
       * Add "mojo swagger2 edit" command
       * Fix printing "Resource URL" when generating POD
       * Fix parameter references
       * Fix expanding bare $ref and $ref inside refs

0.11     Mon Dec 15 09:29:27 2014
       * Add "mojo swagger2 pod" command
       * Add "mojo swagger2 perldoc" command
       * Add "mojo swagger2 validate" command
       * Change POD output to follow standard formatting

0.10     Mon Dec 15 07:27:51 2014
       * Disable "int64" format test if Perl does not support 64 bit
       * Fix load()ing files on windows

0.09     Sat Dec 13 12:46:39 2014
       * Fix load($file) on windows
       * Fix adding parameter to route #1
       * Fix "Resource URL" in generated POD
       * Add "Type" to "Parameters" POD table

0.08     Thu Dec 11 11:08:05 2014
       * Change "floats" and "double" formats are not tested
       * Add support for "byte" format

0.07     Wed Dec 10 14:58:15 2014
       * Fix test for negative integers
       * Add more formats: date, double, float, int32 and int64

0.06     Wed Dec 10 12:19:40 2014
       * Fix t/jv-formats.t: Label not found for "last SKIP"

0.05     Tue Dec  9 22:01:31 2014
       * Fix "Not an ARRAY reference at lib/Swagger2.pm line 356."

0.04     Tue Dec  9 21:02:43 2014
       * Add "formats" to Swagger2::SchemaValidator

0.03     Tue Dec  9 15:36:04 2014
       * Add Swagger2::validate()
       * Add Swagger 2.0 schema
       * Fix circular $ref when expanding a document
       * Rewrote Swagger2::SchemaValidator to support draft 4

0.02     Fri Dec  5 10:01:34 2014
       * Add Swagger2::SchemaValidator
       * Add Swagger2::expand()
       * Add Mojolicious::Plugin::Swagger2

0.01     Thu Dec  4 14:01:27 2014
       * Add load()
       * Add pod() and Swagger2::POD
       * Add to_string($format)
       * Started project