[libjson-validator-perl] branch master updated (6ffd723 -> 2f680ee)

gregor herrmann gregoa at debian.org
Mon Nov 9 18:13:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libjson-validator-perl.

      from  6ffd723   add "Team upload" line to d/changelog.
      adds  0d8b1ab   Initialized
      adds  346e13c   Add .perltidyrc
      adds  d27715a   Converted Swagger2::SchemaValidator to JSON::Validator
      adds  3ea743d   Move Swagger2 expand() logic into JSON::Validator
      adds  322339e   Add test for collectionFormat
      adds  1815642   Add support for loading schema from __DATA__
      adds  da47d92   Add tests for YAML
      adds  f6c6bb5   Released version 0.48
      adds  a9dc09e   Fix documentation for coerce()
      adds  3f5ebf7   Fix loading schema from files
      adds  e80543a   Fix loading schema from files
      adds  94ea82f   Released version 0.49
      adds  a2927a5   Fix missing namespace when registering new document
      adds  61fd3cf   Made cache_dir() public
      adds  219fb8f   Released version 0.50
      adds  ccc5cc5   "$ref" can point to a file on disk, fixes #1
      adds  80a6c3c   Released version 0.51
      adds  97e659b   Add validate_json() function
      adds  d698fdf   Fix some typos
      adds  e5ff2cf   Merge pull request #2 from zoffixznet/typo
      adds  8d724b2   Add acceptance test using Test-JSON-Schema-Acceptance
      adds  5ccc088   Released version 0.52
      adds  2cdcf26   Fix properties, patternProperties, additionalProperties interaction
      adds  9fef25e   Fix validation for a keyword and instance SHOULD succeed when keywords does not match primitive type
      adds  aeb1d5f   allOf with base schema - mismatch base schema
      adds  3e06ae6   Fix checking for a boolean "required"
      adds  353cdae   Released version 0.53
      adds  8a05152   Removed Swagger specific types
      adds  9eea47e   Remove IV_SIZE and updated documentation
      adds  5d7d9db   Add support for $ref to relative path, fixes #3 #4 #5
      adds  6dd9709   Made the code a bit easier to read
      adds  594cfa8   Add .travis.yml
      adds  b92c1e8   Try to resolve $ref in the right order #6
      adds  7b6d76f   Test for deep refs
      adds  0e42999   Can resolve $ref in nested structure, closes #6
      adds  a2fe69c   Released version 0.54
      adds  db3bfb2   Add test for Swagger validation of response object
      adds  69a5041   Fix "required" cannot be a boolean on properties
      adds  fec8796   Documented ERROR OBJECT, special cases and improved "oneOf" error message
      adds  f462ebc   Update acceptance.t
      adds  e1943d2   Include relative paths in allOf/anyOf/oneOf errors
      adds  7ae7f88   Released version 0.55
      adds  1e13c9e   EXPERIMENTAL support for !!0 and !!1 are considered booleans #8
      adds  d888743   Booleans need to pass enum test as well #8
      adds  e4a3e18   Change coerce() into a method, fixes #8
      adds  1b05b8f   Released version 0.56
      adds  9c1ac31   Trust guesswork if input data is undefined
      adds  6516922   Released version 0.57
      adds  912633c   Fix string "0" is not detected as boolean
      adds  09d727f   Tests: Add test for validation of recursive schema
      adds  606cb32   Explicitly check json response
      adds  6dbd754   Merge pull request #7 from mrenvoize/validate-recursion
      adds  8650949   Released version 0.58
      adds  7f82b96   - Removed broken resource link from the pod document.
      adds  d7eb1fe   Merge pull request #11 from Manwar/fix-broken-resource-link-in-pod
      adds  6ed15f9   Move "collectionFormat" support to Swagger2
      adds  b6a5f2d   Released version 0.59
      adds  35c2321   Can use TO_JSON() when validating perl objects
      adds  110932e   Make sure we validate plain data and not a perl object
      adds  c704a5f   Released version 0.60
      adds  9780564   Imported Upstream version 0.60+dfsg
       new  d4b6a3c   Merge tag 'upstream/0.60+dfsg'
       new  fb204ad   update changelog
       new  277ef47   Update Upstream-Contact in debian/copyright.
       new  2f680ee   releasing package libjson-validator-perl version 0.60+dfsg-1

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .perl-version                                 |  1 +
 Changes                                       |  3 +++
 MANIFEST                                      |  3 +++
 META.json                                     |  5 +++--
 META.yml                                      |  5 +++--
 README                                        |  2 +-
 debian/changelog                              |  8 ++++++++
 debian/copyright                              |  2 +-
 lib/JSON/Validator.pm                         |  9 +++++++--
 t/to-json.t                                   | 16 ++++++++++++++++
 t/{deep-mixed-ref.t => validate-index-refs.t} |  0
 11 files changed, 46 insertions(+), 8 deletions(-)
 create mode 100644 .perl-version
 create mode 100644 t/to-json.t
 copy t/{deep-mixed-ref.t => validate-index-refs.t} (100%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libjson-validator-perl.git



More information about the Pkg-perl-cvs-commits mailing list