Skip to content

v0.4.0

Compare
Choose a tag to compare
@PeeHaa PeeHaa released this 18 Dec 12:53
· 26 commits to master since this release

Added

  • [96ddf46] Changelog
  • [8d90eb1] Results and errors are objects now
  • [c0c622d] Numerical range validation rule
  • [f41be80] Geolocation validation rule
  • [db09112] Text range validation rule
  • [d67ebdc] Negative and positive validation rules
  • [d16c27a] TLD validation rule
  • [9b897aa] Alpha2-, alpha3 and numeric country code validation rules
  • [bbf5dde] Hexadecimal color validation rule
  • [7a355ac] URL validation rules
  • [ad03f8d] ISBN validation rules
  • [8f19a34] Set and In validation rules
  • [5453522] Regex validation rule

Changed

  • [dd8856c] Updated egulias/email-validator
  • [3fae872] Documented promise return values using generics syntax
  • [383c32f] Added missing final class markers
  • [82dc9a0] Updated amp to v2.1.1
  • [c8fa79d] Updated wikimedia/ip-set to v2.0.0

Deprecated

Removed

  • [4cf131e] Dropped PHP 7.2 support

Fixed

  • [445dd9f] Appveyor builds are working again

Security