Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

v1.2.2

Latest
Compare
Choose a tag to compare
@nathanlesage nathanlesage released this 23 Jan 15:18
· 3 commits to master since this release
  • Fixed the return types on the validators from Boolean to boolean.
  • The TypeScript target is now ES2019, because es6 does not support the Array.prototype.includes()-method we were using.
  • Improve error message (@tobiasdiez).