-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChanges
64 lines (44 loc) · 1.69 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
Revision history for JSON-Schema-ToJSON
0.20 2022-03-18
- Disable $ref tests - broken by JSON::Validtor v5.0 (#9)
0.19 2021-04-06
- Remove reursion tests - this is now handled upstream (#8)
0.18 2020-08-04
- Tweak docs to demonstrate faking larger schemas (#7)
0.17 2020-03-02
- Bring up to date with recent JSON::Validator changes (#6)
0.16 2019-02-01
- Use Data::Fake for better string data (GH #4)
0.15 2018-06-04
- Add script jsonschema2json to MANIFEST
0.14 2018-05-15
- Add script jsonschema2json for trivial use
0.13 2018-01-01
- Fix tests broken by more updates in JSON::Validator
0.12 2017-09-12
- Fix tests broken by updates in JSON::Validator (GH #3)
0.11 2017-05-18
- Update generic emulator for changes in Mojolicious::Plugin::OpenAPI
0.10 2017-03-08
- Fix tests for recent version of JSON::Validator
0.09 2017-01-30
- Fix generic emulator for Mojolicious::Plugin::OpenAPI usage
0.08 2017-01-30
- Add deep recursion and generic emulator to dist
0.07 2017-01-27
- Fix deep recursion on self referential JSON schemas
0.06 2017-01-27
- Add support for anyOf, allOf, oneOf, and not (with Caveats, see perldoc)
- Improve randomness of generated date-time and uri strings
- Remove EXPERIMENTAL status
0.05 2017-01-26
- Fix perldoc
0.04 2017-01-26
- Add support for formats in string generation
- Fix some sizing/length edge cases
0.03 2017-01-26
- Add example_key attribute
0.02 2017-01-25
- Fix resolving of all $ref by delegating to JSON::Validator
0.01 2017-01-25
- First EXPERIMENTAL release