Changelog for Swagger2

0.19     Sat Jan  3 15:16:15 2015
       * Move editor code from Mojolicious::Command::swagger2 to Swagger2::Editor

0.18     Sat Jan  3 14:16:31 2015
       * Fix bodytest.t: YAML is not a required dependency

0.17     Sat Jan  3 10:30:29 2015
       * Fix failing Windows test where the Mojo::URL path part is invalid

0.16     Fri Jan  2 12:44:33 2015
       * Tried to fix failing Windows test where c:\path\to\spec is converted
         into a URL with scheme "c", #4

0.15     Fri Dec 19 13:26:24 2014
       * Fix parse() will set tree() attribute
       * Allow editor to start without file

0.14     Thu Dec 18 16:06:02 2014
       * Add both "summary" and "description" to POD
       * Add print styling for editor
       * Can resize editor area
       * Fix detecting yaml/json mode in editor

0.13     Thu Dec 18 14:06:26 2014
       * Fix "not" logic in SchemaValidator

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

0.09     Sat Dec 13 12:46:39 2014
       * 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