Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 804 Bytes

CHANGELOG.md

File metadata and controls

41 lines (32 loc) · 804 Bytes

Change Log

[Unreleased]

Added

  • n/a

Changed

  • n/a

Fixed

  • n/a

[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