Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Latest commit

 

History

History
35 lines (31 loc) · 682 Bytes

CHANGELOG.md

File metadata and controls

35 lines (31 loc) · 682 Bytes

Changelog

1.1.1 (2015/08/06)

  • Refactor Validator class
  • Added new rules:
    • AllOf, NoneOf, OneOf
    • Even, Odd
  • Refactored rules:
    • Length - now supports Length(equal:)

1.0.0 (2015/08/04)

  • Change library to validate not only String ❗
  • Added new rules:
    • HexRGBColor
    • Min, Max, Between
    • Positive, Negative

0.1.1 (2015/05/21)

  • Added CocoaPods support
  • Added new rules:
    • NotEmpty
    • NoWhitespace
    • Email
    • Regex, Roman, Version
    • Locale/Brazil/CPF
    • AlwaysValid, AlwaysInvalid
  • Refactored rules:
    • StartsWith, EndsWith

0.1.0 (2015/05/07)

  • Initial version
  • Rules:
    • StartsWith, EndsWith, Contains
    • Length
    • Lowercase, Uppercase