v0.0.9
- [FEATURE] Allow importing specific constraints using syntax like
import { Optional } from 'tsdv-joi/contraints/any';
- [TECH] Remove namespaces from each constraint module. You can still import wrappers like
AnyConstraints
(etc) fromtsdv-joi
. - [TECH] Remove
dist
from published sub-module paths. - [TECH] Add CircleCI integration for running unit tests automatically.
- [TECH] Modify the NPM publishing process.