Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.02 KB

File metadata and controls

36 lines (27 loc) · 1.02 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Unreleased - (unreleased)

Added

  • apigen docs
  • PHPUnit test coverage
  • Travis CI integration
  • README meta and instructions
  • CHANGELOG
  • .gitignore to aid with --prefer-dist

Changed

  • Ensure compliance with PSR-2

Removed

  • phpDocumentor docs

Fixed

  • Added missing invocation parameters on call to Block::getLastAddress from Block::getBroadcastAddress

1.1.0 - 2015-03-30

Changed

  • Accept dot-notated string IP address with optional CIDR slash prefix as first parameter to JAAulde\IP\V4\Block constructor.
  • Updated PHP Docs
  • Regenerated PHP Documentor docs

1.0.0 - 2015-03-27

Added

  • Everything