Skip to content

Releases: cloak-js/validator

v2.0.0

30 Aug 03:12
Compare
Choose a tag to compare

2.0.0 (2020-08-30)

Bug Fixes

  • export ValidationRule and ValidationRuleFactory on the entry point (916717c)

Features

  • ensure builder registers and instance of SlugValidationRule (ee0e311)
  • ensure ValidatorSlugValidationRule calls isSlug with the correct values (d8ffe83)

BREAKING CHANGES

  • no more default export on the entry point

v1.2.0

27 Aug 23:32
Compare
Choose a tag to compare

1.2.0 (2020-08-27)

Features

  • ensure the rule builder registers an instance of ValidatorBooleanValidationRule (b2d2239)
  • ensure ValidatorBooleanValidationRule calls isBoolean with the correct values (1e2757e)

v1.1.0

27 Aug 22:42
Compare
Choose a tag to compare

1.1.0 (2020-08-27)

Features

  • ensure rule builder register an instance of alphanumeric validation rule (d39144a)
  • ensure ValidatorAlphanumericValidationRule works calls isAlphanumeric correctly (c965f84)