Skip to content

Latest commit

 

History

History
99 lines (60 loc) · 3.92 KB

CHANGELOG.md

File metadata and controls

99 lines (60 loc) · 3.92 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

None

Changed

None

Deprecated

None

Removed

None

Fixed

None

Security

None

[1.0.0-rc1] - 2019-01-01

Added

Changed

  • [0edc948] Updated PHP CodeSniffer
  • [7b7a017] Added phpcs custom config to gitignore
  • [4b50f08] Cache HIBP results 1 hour instead of 1 day
  • [2840fa8] Refactored http client calls to use Ttl objects for caching

Deprecated

None

Removed

None

Fixed

None

Security

None

[0.4.0] - 2018-12-18

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