Skip to content

3.0.0

Compare
Choose a tag to compare
@curbengh curbengh released this 27 Sep 06:02
· 82 commits to master since this release
9871993

Breaking change

  • Replace constructor function to class declaration (#30), refer to the docs for the new syntax.
  • chore: drop node 6 (#49)

Refactor

  • Remove old compatibility code (#57)
  • Convert method definitions (#52)
  • Split Schema class (#58)
  • refactor: use instanceof Date instead of util.isDate (#37)