-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathChanges
More file actions
42 lines (31 loc) · 1.19 KB
/
Changes
File metadata and controls
42 lines (31 loc) · 1.19 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
Revision history for JSONSchema-Validator
0.011 2022-08-24
- Added checking params from schema
- Fixed incorrectly handle array parameters
- Added expectation and actual to type mismatch errors
- Added the URI of the followed $ref
- Improved documentation and tests
0.010 2021-12-01
- Added verbosity to test (uid66)
- Fixed bug with $ref and sibling $id
- Added TO_JSON method to Error class (ehuelsmann)
- Fixed bug with wrong detection of booleans
0.009-TRIAL 2021-11-28
- Trial release to find the bug with type boolean
0.008 2021-09-13
- Handle default value of content-type of "encoding" option for body property
0.007 2021-09-11
- Added ability to handle "encoding" option (for now, only decode property by content-type) for body property
0.006 2021-08-07
- Fixed warnings when using undef variables
0.005 2021-08-04
- Fixed bug with dereference undefined value (j-waters)
0.004 2021-08-02
- Added JSON Schema draft7 validator
0.003 2021-08-01
- Fixed error "eval-group at runtime" in regexp
- Added JSON Schema draft6 validator
0.002 2021-07-22
- Fixed bug with import JSON::PP
0.001 2021-07-22
- First release.