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

Releases: pointybeard-archives/shellargs

1.0.4

16 Oct 21:41
Compare
Choose a tag to compare

Fixed

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

1.0.3

05 Jun 02:07
Compare
Choose a tag to compare

Changed

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

1.0.2

16 Oct 21:42
Compare
Choose a tag to compare

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

28 Mar 01:12
Compare
Choose a tag to compare

Changed

1.0.0

27 Mar 07:22
Compare
Choose a tag to compare
Initial Commit