Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 998 Bytes

CHANGELOG.md

File metadata and controls

38 lines (22 loc) · 998 Bytes

Unreleased

v0.6.1 - 2020-03-02

Added

v0.6.0 - 2020-03-01

Added

v0.5.0 - 2019-07-09

Added

  • hasNoWhiteSpace validation
  • isTrimmed validation
  • isTrimmedLeft validation
  • isTrimmedRight validation

v0.4.0 - 2019-03-21

Added

  • Breaking change - Moved validation functions from package intl to validations.
  • Breaking change - Removed intl dependency from package core and move translation into package intl.
  • Breaking change - Renamed createMainValidate to combineValidate.
  • Breaking change - Every validation is now optional and null-safe. Use isRequired validation to mark field as required.
  • Breaking change - Removed createOptionalValidation since it does not make sense to have it anymore.

Changed

  • Improved documentation #16