Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 468 Bytes

CHANGELOG.md

File metadata and controls

18 lines (12 loc) · 468 Bytes

Changelog

All notable changes to laravel-validator-phone will be documented in this file.

1.3.0

  • Added validation option for phone numbers with only digits

1.2.0

  • Added validation option for NANP numbers

1.1.1

  • Empty values are now valid phone numbers (You should be using the 'required' validation rule when checking for non empty values)

1.1.0

  • Added a custom validation message

1.0.0

  • Initial release and connected with packagist