PHP Classes

File: CHANGELOG.md

Recommend this page to a friend!
  Classes of jawira   Mini PHP Getopt   CHANGELOG.md   Download  
File: CHANGELOG.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Mini PHP Getopt
Extract command line parameter values using getopt
Author: By
Last change:
Date: 4 years ago
Size: 1,454 bytes
 

Contents

Class file image Download

Changelog

<!--

Added

Changed

Deprecated

Removed

Fixed

Security

-->

Unreleased

[v1.0.0] - 2019-10-10

Changed

  • [#6] Making public \Jawira\MiniGetopt\MiniGetopt::getopt

Removed

  • [#1] The third parameter from \Jawira\MiniGetopt\MiniGetopt::getOption has been removed

[v0.0.3] - 2019-01-15

Added

  • [#4] Adding `.gitattributes` file
  • Adding waffle.io badge in [README.adoc]()

Changed

  • Minimum version set to php 7.0 in [composer.json]()

[v0.0.2] - 2018-12-04

  • New informational files created: [CONTRIBUTING.md](), [LICENSE](), [.editorconfig]()

Changed

  • [#3] Improving Readme file

[v0.0.1] - 2018-09-19

Added

  • Created `\Jawira\MiniGetopt\MiniGetoptException`

Fixed

  • Fixed `\Jawira\MiniGetopt\MiniGetopt::getOption` return type is `mixed`

[v0.0.0] - 2018-09-19

Added

  • Added `\Jawira\MiniGetopt\MiniGetopt` class
  • Autoloading `Jawira\MiniGetopt` in `composer.json`

[#3]: https://github.com/jawira/mini-getop/pull/3 [v0.0.1]: https://github.com/jawira/mini-getop/compare/v0.0.0...v0.0.1 [v0.0.2]: https://github.com/jawira/mini-getop/compare/v0.0.1...v0.0.2 [#4]: https://github.com/jawira/mini-getop/pull/4 [v0.0.3]: https://github.com/jawira/mini-getop/compare/v0.0.2...v0.0.3 [#1]: https://github.com/jawira/mini-getop/pull/1 [#6]: https://github.com/jawira/mini-getop/pull/6 [v1.0.0]: https://github.com/jawira/mini-getop/compare/v0.0.3...v1.0.0