-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChanges
More file actions
73 lines (51 loc) · 2.47 KB
/
Changes
File metadata and controls
73 lines (51 loc) · 2.47 KB
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
Revision history for Mojolicious-Plugin-OpenAPI-Modern
{{$NEXT}}
0.021 2026-04-21 16:57:49Z
- fix a missing prereq declaration
0.020 2026-04-20 16:44:50Z
- update tests for error changes in OpenAPI::Modern 0.133
0.019 2025-10-16 18:06:02Z
- update tests for error changes in OpenAPI::Modern 0.098
- update tests and examples to use OpenAPI v3.2.0, from
OpenAPI::Modern 0.100
0.018 2025-09-23 21:01:09Z
- update tests for case sensitivity changes in OpenAPI::Modern 0.096
0.017 2025-06-17 21:32:27Z
- update tests for error and routing changes in OpenAPI::Modern 0.087
0.016 2025-06-03 20:53:06Z
- fix a version dependency to avoid a deprecation warning
0.015 2025-04-17 18:56:32Z
- add config option "document_uri", to allow explicitly setting the
canonical uri of the OpenAPI document
0.014 2025-01-26 20:26:39Z
- fix usage of JSON::Schema::Modern::Result objects, in preparation
for an upcoming deprecation of boolean overloads
0.013 2024-12-20 20:55:05Z
- adjust tests for changes in OpenAPI::Modern 0.074
0.012 2024-09-15 15:30:24Z
- adjust tests for changes in OpenAPI::Modern 0.068
0.011 2024-08-19 17:47:31Z
- adjust tests for changes in OpenAPI::Modern 0.067
0.010 2024-05-09 16:28:08Z
- adjust tests for changes in OpenAPI::Modern 0.063
0.009 2024-04-06 23:09:07Z
- adjust tests for changes in OpenAPI::Modern 0.062
0.008 2024-01-15 03:21:04Z
- fix prerequisite declaration to allow tests to pass
0.007 2023-12-10 06:12:33Z
- new config option "openapi_obj", for providing the OpenAPI::Modern
object to use instead of constructing a new one.
0.006 2023-11-24 01:27:44Z
- new config option "after_response", for providing a subref for
validating the response when it is returned.
0.005 2023-02-27 01:42:43Z
- fix test incompatibilities with OpenAPI::Modern 0.040
0.004 2022-12-11 01:22:59Z
- bump dependency on OpenAPI::Modern for new features and
for compatibility in test results
0.003 2022-06-08 02:25:56Z
- test fixes for error messages that changed
0.002 2022-03-25 23:47:55Z
- new helper methods validate_request and validate_response
0.001 2022-02-16 06:14:12Z
- First version, unleashed upon an unsuspecting world.