Skip to content

v0.2.0

Choose a tag to compare

@daniel-samson daniel-samson released this 04 Jan 06:12
· 4 commits to main since this release
9916954

Added

  • code coverage
  • git hooks scripts
  • deno tasks, for formatting, linting, code coverage, and qa
  • better js docs

New rules:

  • size
  • contains
  • digits
  • digits_between
  • starts_with
  • doesnt_start_with
  • ends_with
  • doesnt_end_with
  • email
  • filled
  • gt
  • gte
  • lt
  • lte
  • in
  • not_in
  • lowercase
  • uppercase
  • url
  • ulid
  • uuid

Please see #2 for documentation