aldeed:simple-schema 3.0.0
This is the full Meteor 3 release of aldeed:simple-schema, published to Atmosphere as aldeed:simple-schema@3.0.0.
Highlights
- Adds promise-based
clean,validate, validation context validation, autoValue, custom field validators, and whole-document validators. - Converts the package tests and helpers to async validation flows.
- Marks the package as a breaking 3.x release for Meteor 3.
Published Package
- Atmosphere: https://atmospherejs.com/aldeed/simple-schema
- Version:
aldeed:simple-schema@3.0.0
Credits
Special thanks to @thumptech for the async work preserved from #755, and @vparpoil for the prerequisite full async work.