Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Latest commit

 

History

History
34 lines (27 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

34 lines (27 loc) · 1.33 KB

Change Log

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

Handling empty arguments array gracefully. Updated unit tests, adding new test for empty arguments.

1.0.4 - 2018-10-17

Fixed

  • Fixed capturing group so it handles hyphens (Fixes #1)

1.0.3 - 2015-06-05

Changed

  • Handling empty arguments array gracefully.
  • Updated unit tests, adding new test for empty arguments.

1.0.2 - 2015-06-02

Changed

  • Method __get() now throws E_USER_DEPRECATED. Instead, use name() and value() getter methods. Added some additional tests now that Argument::__get() is deprecated.
  • Updated find() method to allow passing either string or an array of arguments. Will return the first one it finds, or false.

1.0.1 - 2015-03-28

Changed

1.0.0 - 2015-03-27

Added

  • Initial release