Skip to content

Releases: mpneuried/obj-schema

Bugfix: Array isn't an object

09 Feb 12:40
Compare
Choose a tag to compare

A array was accepted as type "object"

Bugfix: sub-schemas: missing customerror option

09 Feb 12:39
Compare
Choose a tag to compare

fixed: pass of missing customerror option to sub schemas

Error: sub schema paths

09 Feb 12:38
Compare
Choose a tag to compare

added path to error object to show the path through sub-schemas and optimized the generated name for sub schemas

Directly nested subschemas

09 Feb 12:39
Compare
Choose a tag to compare

it's now possible to nest a sub-schema direct within the parent as schema: { ... } / [ ... ]; Optimized tests for 100% codeverage

basic input object

14 Nov 08:36
Compare
Choose a tag to compare

validate the basic input object for a object/array

Custom Error Object

11 Nov 14:46
Compare
Choose a tag to compare

It's now possible to define a function options.customerror to generate custom error objects

sub-schema data type validation

07 Oct 10:04
Compare
Choose a tag to compare
  • Optimized sub-schema data type validation to check for object/array
  • Use coveralls directly with coffee

1.2.2

07 Oct 08:13
Compare
Choose a tag to compare

fixed bades

coveralls.io

07 Oct 08:14
Compare
Choose a tag to compare

Added badges and coveralls report

Array length & Array Schema

07 Oct 07:34
Compare
Choose a tag to compare
  • Added length checks to array type
  • Made it possible to use an Array as schema to check the elements of an array
  • Optimized dev env.
  • Updated deps