Skip to content

v0.0.9

Compare
Choose a tag to compare
@laurence-myers laurence-myers released this 07 Apr 00:34
· 265 commits to master since this release
  • [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) from tsdv-joi.
  • [TECH] Remove dist from published sub-module paths.
  • [TECH] Add CircleCI integration for running unit tests automatically.
  • [TECH] Modify the NPM publishing process.