-
Notifications
You must be signed in to change notification settings - Fork 16
/
Changes
93 lines (71 loc) · 3.06 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Changelog for Swagger2
0.21 Mon Jan 5 12:26:46 2015
* Fix order of headings in generated POD
* Fix response codes are rendered with "=head4"
* Made text in editor easier to read
0.20 Sat Jan 3 17:11:06 2015
* Fix loading $SWAGGER_API_FILE on Windows in Swagger2::Editor #4
Contributor: Andreas Koenig
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