-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
52 lines (40 loc) · 1.94 KB
/
Changes
File metadata and controls
52 lines (40 loc) · 1.94 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
Revision history for Test-Mojo-Role-OpenAPI-Modern
{{$NEXT}}
0.011 2026-02-09 23:31:18Z
- update tests for new $ref validation in OpenAPI::Modern 0.120
- update tests for changed parameter deserialization in
OpenAPI::Modern 0.121
0.010 2025-06-17 21:45:20Z
- update tests for error and routing changes in OpenAPI::Modern 0.087
0.009 2025-02-09 01:22:47Z
- update another prerequisite version to avoid other
incompatibilities
0.008 2025-02-08 19:05:41Z
- update some prerequisite versions for interface compatibility
0.007 2025-01-24 02:16:36Z
- adjust tests for changes in JSON::Schema::Modern 0.598
- fix usage of JSON::Schema::Modern::Result objects, in preparation
for an upcoming deprecation of boolean overloads
0.006 2024-09-15 17:40:23Z
- new interfaces dump_request_validation_result,
dump_request_validation_result which dump validation results, and
a setter test_openapi_verbose to do so automatically on validation
failures
- adjust tests for changes in OpenAPI::Modern 0.068
0.005 2023-12-20 21:26:03Z
- request_invalid, response_invalid may now take error strings to
search for
- new method operation_id_is
0.004 2023-12-13 05:07:03Z
- new interfaces request_invalid, request_not_valid,
response_invalid, response_not_valid
0.003 2023-12-12 06:21:13Z
- fix failing test due to missing optional prereq
- new methods request_validation_result, response_validation_result
0.002 2023-12-10 06:27:23Z
- now able to use the OpenAPI::Modern object from
Mojolicious::Plugin::OpenAPI::Modern, if that plugin is in use on
the application, or construct one using provided configuration
values
0.001 2023-12-09 22:46:07Z
- Initial release.