0.13.0 • Published 8 years ago

conformation v0.13.0

Weekly downloads
8
License
ISC
Repository
github
Last release
8 years ago

Conformation

Kinda like JOI, but with promises and more pluggable.

Example

import Schema from 'conformation';

let schema = Schema.object().keys({
  foo: Schema.string().required(),
  bar: Schema.number(),
  date: Schema.moment({format: 'DD/MM/YYYY'})
});

schema.validate({foo: 'hello', bar: 5, date: '14/04/2016'});

TODO...

0.13.0

8 years ago

0.12.0

8 years ago

0.11.0

8 years ago

0.10.0

8 years ago

0.9.0

8 years ago

0.8.0

8 years ago

0.7.0

8 years ago

0.6.0

8 years ago

0.5.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago