Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

44 lines (35 loc) · 1.11 KB

Change Log

[Unreleased]

Added

  • Option to disable sending NOOP commands during validation (off by default, to preserve existing behavior)
  • CI: run against php 7.4 too (#57)

Changed

  • Readme changes (#52, #59)
  • Dev dependencies bumped
  • Improved tests

Fixed

  • No longer explodes when running on locales that use something other than a . as decimal separator - big thanks to @BenMorel (#58, #59)

[1.0.0] - 2017-11-10

Added

  • Namespaced code
  • Unit and functional tests
  • Makefile to handle development dependencies
  • Added Travis CI & Scrutinizer integration

Changed

  • Switched to PSR2 style
  • PHP >= 5.6 required

Fixed

  • Fixed a few edge cases (which tests revealed)

[0.7] - 2017-11-02

Added

  • Timestamps in log messages
  • composer support
  • PHP 7.2 compatibility
  • Ability to skip "catch-all" detection
  • Ability to control whether "no connection" is treated as valid or not

Changed

[0.6] - 2009

Added

  • Initial release