2021-02-24 13:29:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Feb 24 03:08:07 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 4.14
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
4.14 2021-02-23T14:58:07+0900
|
|
|
|
|
- Add routes() to Schema::OpenAPIv2 and OpenAPIv3
|
|
|
|
|
|
2021-02-01 11:20:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jan 29 03:08:04 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 4.13
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
4.13 2021-01-28T18:22:43+0900
|
|
|
|
|
- Fix handling offset in RFC3339 date-time #236
|
|
|
|
|
- Add CLEAR method to JSON::Validator::Ref #237
|
|
|
|
|
|
2020-10-14 09:40:09 +00:00
|
|
|
-------------------------------------------------------------------
|
2021-01-26 22:06:48 +00:00
|
|
|
Mon Jan 25 03:09:10 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 4.12
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
4.12 2021-01-25T07:52:34+0900
|
|
|
|
|
- Fix not using Mojo::Exception::raise() #235
|
|
|
|
|
- Fix uninitialized warning when looking up schema for an internal $ref
|
|
|
|
|
|
|
|
|
|
4.11 2021-01-24T16:02:02+0900
|
|
|
|
|
- Add JSON::Validator::Schema::OpenAPIv2
|
|
|
|
|
* Extends JSON::Validator::Schema::Draft4
|
|
|
|
|
* Can validate OpenAPIv2 API specifiation
|
|
|
|
|
* Can validate HTTP request and response
|
|
|
|
|
* Can validate "Accept" and "Content-Type"
|
|
|
|
|
* Can handle "discriminator"
|
|
|
|
|
* Can handle "readOnly" parameters
|
|
|
|
|
* Can handle collectionFormat
|
|
|
|
|
* Can handle default values for parameters
|
|
|
|
|
* Can convert specifiation with invalid "$ref" into a valid OpenAPIv2 specifiation
|
|
|
|
|
* Will coerce query parameters and headers into arrays if needed
|
|
|
|
|
- Add JSON::Validator::Schema::OpenAPIv3
|
|
|
|
|
* Extends JSON::Validator::Schema::Draft201909
|
|
|
|
|
* Can validate OpenAPIv3 API specifiation
|
|
|
|
|
* Can validate HTTP request and response
|
|
|
|
|
* Can validate "Accept" and "Content-Type"
|
|
|
|
|
* Can handle "discriminator"
|
|
|
|
|
* Can handle "nullable" parameters
|
|
|
|
|
* Can handle "readOnly" parameters
|
|
|
|
|
* Can handle "style" and "explode" for arrays and objects parameters
|
|
|
|
|
* Can handle "writeOnly" parameters
|
|
|
|
|
* Can handle default values for parameters
|
|
|
|
|
* Will coerce query parameters and headers into arrays if needed
|
|
|
|
|
- Add negotiate_content_type() utility function
|
|
|
|
|
- Fix t/load-file.t on Windows #234
|
|
|
|
|
- Fix not checking if input schema is a file if it has a newline #223 #233
|
|
|
|
|
Contributor: David Cantrell
|
|
|
|
|
- Improved error message when loading non-existing file #231
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2020-10-14 09:40:09 +00:00
|
|
|
Wed Oct 14 03:11:25 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 4.10
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
4.10 2020-10-13T10:53:11+0900
|
|
|
|
|
- Add JSON::Validator::Store
|
|
|
|
|
- Changed JSON::Validator->schema() to also load
|
|
|
|
|
- JSON::Validator->schema() can handle draft 2019-09 schemas
|
|
|
|
|
- Documented what is not supported in draft 2019-09
|
|
|
|
|
|
2020-10-13 09:02:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Oct 13 03:09:20 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 4.09
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
4.09 2020-10-12T11:04:16+0900
|
|
|
|
|
- Fix handling if "id" and "$id" in subschemas #186
|
|
|
|
|
- Add CONTRIBUTING.md #161
|
|
|
|
|
4.08 2020-10-12T08:06:29+0900
|
|
|
|
|
- Implemented basic support for draft 2019-09 #181
|
|
|
|
|
- JSON::Validator::Ref can hold sibling attrs #181
|
|
|
|
|
4.07 2020-10-11T11:48:05+0900
|
|
|
|
|
- Acceptance tests require Test::JSON::Schema::Acceptance 1.000
|
|
|
|
|
4.06 2020-10-10T16:21:51+0900
|
|
|
|
|
- Fix caching of schemas across objects #204 #212
|
|
|
|
|
Contributor: Karen Etheridge
|
|
|
|
|
- Fix "contains" can also be boolean "false"
|
|
|
|
|
- Fix "dependencies" can have boolean subschemas
|
|
|
|
|
- Fix "if" can be false
|
|
|
|
|
- Fix "null" is valid if "pattern" is defined, but no "type"
|
|
|
|
|
- Fix "propertyNames" can be false
|
|
|
|
|
- Fix JSON::Validator::Ref can hold a boolean schema
|
|
|
|
|
- Fix not adding "properties" to the input schema
|
|
|
|
|
- Fix resolving "$ref":"#id"
|
|
|
|
|
- Fix validating data when "additionalItems" is false, but there are enough rules
|
|
|
|
|
- Changed internals of JSON::Validator::Ref
|
|
|
|
|
|
2020-09-28 12:43:34 +00:00
|
|
|
-------------------------------------------------------------------
|
2020-10-06 09:11:11 +00:00
|
|
|
Tue Oct 6 03:12:43 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 4.05
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
4.05 2020-10-06T06:29:31+0900
|
|
|
|
|
- Errors are now reported in a predictable order #223
|
|
|
|
|
Contributor: David Cantrell
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2020-09-28 12:43:34 +00:00
|
|
|
Mon Sep 28 03:09:09 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 4.04
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
4.04 2020-09-28T10:01:58+0900
|
|
|
|
|
- Add "validator" as attribute to JSON::Validator::Joi
|
|
|
|
|
- Changed YAML::XS to an optional module #205
|
|
|
|
|
- Changed column with to be in sync with mojolicious/mojo
|
|
|
|
|
- Fix constructing schema() from correct class
|
|
|
|
|
|
2020-09-15 12:09:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Sep 15 03:09:11 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 4.03
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
4.03 2020-09-14T18:14:19+0900
|
|
|
|
|
- Add "joi" as exported function to JSON::Validator::Joi
|
|
|
|
|
- Fix SYNOPSIS for JSON::Validator::Joi
|
|
|
|
|
|
2020-08-16 23:42:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Aug 12 03:09:26 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 4.02
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
4.02 2020-08-11T13:06:40+0900
|
|
|
|
|
- Add recursive_data_protection() #220
|
|
|
|
|
Contributor: Jason Cooper
|
|
|
|
|
|
2020-07-03 10:27:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jul 1 03:09:34 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 4.01
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
4.01 2020-06-30T17:42:08+0900
|
|
|
|
|
- Fix combining "allOf" and "not" #218
|
|
|
|
|
|
2020-06-08 15:54:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jun 8 03:13:01 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 4.00
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
4.00 2020-06-08T10:41:55+0900
|
|
|
|
|
- JSON::Validator::schema() now holds a JSON::Validator::Schema object
|
|
|
|
|
instead of Mojo::JSON::Pointer
|
|
|
|
|
- Add schema classes for Draft4, Draft6 and Draft7
|
|
|
|
|
- Add "duration" and "uuid" formats #210
|
|
|
|
|
- Fix coercing boolean "false" #215
|
|
|
|
|
- Fix not matching "null" should also be a "type" error #217
|
|
|
|
|
- Deprecated JSON::Validator::joi()
|
|
|
|
|
- Deprecated JSON::Validator::singleton()
|
|
|
|
|
- Deprecated JSON::Validator::validate_json()
|
|
|
|
|
- Deprecated JSON::Validator::version()
|
|
|
|
|
- Removed JSON::Validator::generate_definitions_path()
|
|
|
|
|
- Removed support for JSON::Validator::bundle({ref_key => ...})
|
|
|
|
|
|
|
|
|
|
|
2020-03-27 09:41:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Mar 26 03:08:02 UTC 2020 - <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 3.25
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
3.25 2020-03-26T07:42:16+0900
|
|
|
|
|
- Made "additionalProperties" error message less confusing
|
|
|
|
|
- Add support for "items" and "contains" can be defined-but-false #207
|
|
|
|
|
Contributor: Karen Etheridge
|
|
|
|
|
- Respect "items" when combined with "contains" #207
|
|
|
|
|
Contributor: Karen Etheridge
|
|
|
|
|
- Require Sereal::Encoder 4.00 to speed up data_checksum()
|
|
|
|
|
|
2020-03-10 15:20:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Mar 4 03:09:18 UTC 2020 - <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 3.24
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
3.24 2020-03-03T15:46:39+0900
|
|
|
|
|
- Optimize checksum generation #202
|
|
|
|
|
Contributor: Ere Maijala
|
|
|
|
|
- Improved "type":[...] error messages #199
|
|
|
|
|
Contributor: Karen Etheridge
|
|
|
|
|
- Fix handle validation of true, false schemas in oneOf #201 #203
|
|
|
|
|
Contributor: Karen Etheridge
|
|
|
|
|
- Fix guessing type:object if "dependencies" is present #206
|
|
|
|
|
|
2020-02-19 14:56:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Feb 19 03:10:52 UTC 2020 - <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 3.23
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
3.23 2020-02-19T09:37:44+0900
|
|
|
|
|
- Using List::Util::uniq() instead of JSON::Validator::Util::uniq #198
|
|
|
|
|
|
2020-02-14 11:30:41 +00:00
|
|
|
-------------------------------------------------------------------
|
2020-02-17 16:57:03 +00:00
|
|
|
Sat Feb 15 03:10:34 UTC 2020 - <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 3.22
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
3.22 2020-02-15T08:35:29+0900
|
|
|
|
|
- Add support for "dependencies" keyword #192 #197
|
|
|
|
|
- Add support for anyOf/allOf/oneOf at the same time #196 #197
|
|
|
|
|
- Allow if/then/else to be in any sort of schema #190 #197
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2020-02-14 11:30:41 +00:00
|
|
|
Fri Feb 14 03:07:59 UTC 2020 - <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 3.21
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
3.21 2020-02-14T10:14:14+0900
|
|
|
|
|
- Fix data_section() without a class #193
|
|
|
|
|
|
2020-02-12 11:07:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Feb 12 03:08:11 UTC 2020 - <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 3.20
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
3.20 2020-02-12T09:47:21+0900
|
|
|
|
|
- Fix validating draft6 "false" and "true" schemas #190
|
|
|
|
|
Contributor: Karen Etheridge
|
|
|
|
|
- Add JSON::Validator::Util with E(), data_checksum(), data_section(),
|
|
|
|
|
data_type(), is_type(), schema_extract(), json_pointer(),
|
|
|
|
|
prefix_errors(), schema_type() and uniq()
|
|
|
|
|
- Removed support for JSON_VALIDATOR_REPORT
|
|
|
|
|
|
2020-02-10 15:51:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Feb 8 03:09:33 UTC 2020 - <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 3.19
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
3.19 2020-02-07T11:10:58+0900
|
|
|
|
|
- Add clearer error when more than one oneOf rule matched #184
|
|
|
|
|
Contributor: Karen Etheridge
|
|
|
|
|
- Improved validation of numeric minimum and maximum values
|
|
|
|
|
|
2020-01-29 14:52:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jan 29 03:18:54 UTC 2020 - <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 3.18
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
3.18 2020-01-29T10:18:09+0900
|
|
|
|
|
- Fix validating constants that are null or the empty string
|
|
|
|
|
Contributor: Karen Etheridge
|
|
|
|
|
|
2020-01-01 01:50:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Dec 30 03:07:46 UTC 2019 - <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 3.17
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
3.17 2019-12-29T14:21:53+0900
|
|
|
|
|
- Fix for deep recursion on Windows #170
|
|
|
|
|
- Fix reading unicode specifiation from __DATA__ #179
|
|
|
|
|
|
2019-10-30 07:50:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Oct 29 09:41:31 UTC 2019 - <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 3.16
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
3.16 2019-10-28T13:59:47+0900
|
|
|
|
|
- Add generate_definitions_path() #175 #177
|
|
|
|
|
Contributor: Henrik Andersen, Jan Henning Thorsen
|
|
|
|
|
|
2019-09-30 07:21:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Sep 27 08:43:15 UTC 2019 - <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
|
|
- updated to 3.15
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
3.15 2019-09-27T09:28:32+0900
|
|
|
|
|
- Add JSON::Validator::Error->details() #133
|
|
|
|
|
- Reversed the checksum and nice name for generated definitions #173
|
|
|
|
|
|
2019-08-10 14:50:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Aug 10 05:12:29 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
|
|
|
|
|
|
- updated to 3.14
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
3.14 2019-08-09T23:52:24+0200
|
|
|
|
|
- Fix failing tests #169
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Aug 9 05:10:48 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
|
|
|
|
|
|
- updated to 3.13
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
3.13 2019-08-08T16:27:29+0200
|
|
|
|
|
- Fix extend() should not mutate the source objects #167
|
|
|
|
|
|
|
|
|
|
3.12 2019-08-08T12:02:14+0200
|
|
|
|
|
- Fix bug: Joi->extend(...) will also merge "required" #166
|
|
|
|
|
- Fix deprecation warning from $joi->validate #165
|
|
|
|
|
Contributor: Mattias Päivärinta
|
|
|
|
|
- Fix loading Time::Local in the correct module #163
|
|
|
|
|
Contributor: Bernhard Graf
|
|
|
|
|
|
2019-05-12 12:47:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed May 8 05:10:07 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
|
|
|
|
|
|
- updated to 3.11
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
3.11 2019-05-07T21:53:16+0700
|
|
|
|
|
- Bundle https://github.com/OAI/OpenAPI-Specification/blob/master/schemas/v3.0/schema.json #157
|
|
|
|
|
|
2019-05-07 12:31:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon May 6 05:11:22 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
|
|
|
|
|
|
- updated to 3.10
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
3.10 2019-05-05T14:32:15+0700
|
|
|
|
|
- Should not add "/definitions" to bundle, if there are no definitions
|
|
|
|
|
- A bit too soon to deprecate bundle({replace => 1}) in 3.09
|
|
|
|
|
|
2019-05-05 09:15:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun May 5 05:13:01 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
|
|
|
|
|
|
- updated to 3.09
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
3.09 2019-05-04T22:28:55+0700
|
|
|
|
|
- Prettier definition names from bundle().
|
|
|
|
|
- Changed default bundle() definitions location from "x-bundle" to "definitions".
|
|
|
|
|
- Deprecated bundle({ref_ref => ...})
|
|
|
|
|
- Deprecated bundle({replace => ...})
|
|
|
|
|
|
2019-04-05 05:36:33 +00:00
|
|
|
-------------------------------------------------------------------
|
2019-04-07 09:38:54 +00:00
|
|
|
Sun Apr 7 05:09:45 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
|
|
|
|
|
|
- updated to 3.08
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
3.08 2019-04-06T15:07:11+0700
|
|
|
|
|
- Add support for "default" in object definitions #155
|
|
|
|
|
- Add support for coerce("bool,def,num,str") as alternative to hash
|
|
|
|
|
- Add support for setting coerce in new()
|
|
|
|
|
- Deprecated support for coerce(1)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-04-05 05:36:33 +00:00
|
|
|
Fri Apr 5 05:11:55 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
|
|
|
|
|
|
- updated to 3.07
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
3.07 2019-04-04T23:43:55+0700
|
|
|
|
|
- Fix not leaking file names with bundle()
|
|
|
|
|
|
2019-02-15 11:36:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Feb 15 06:12:00 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
|
|
|
|
|
|
- updated to 3.06
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
|
|
|
|
3.06 2019-02-14T18:24:29+0100
|
|
|
|
|
- Fix coercing integers and numbers #147
|
|
|
|
|
- Changed recursion guard to not keeping tracking of plain scalars #147
|
|
|
|
|
|
2019-02-01 19:34:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Feb 1 06:09:45 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
|
|
|
|
|
|
- updated to 3.05
|
|
|
|
|
see /usr/share/doc/packages/perl-JSON-Validator/Changes
|
|
|
|
|
|
2019-01-31 15:12:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jan 30 17:25:40 UTC 2019 - Christian Dywan <cdywan@suse.de>
|
|
|
|
|
|
|
|
|
|
- Add missing BuildRequires for tests
|
|
|
|
|
- Skip failing id-keyword-draft4.t
|