CHANGELOG
==================

## v2.6.0 - 30 Jun 2017

- Added option conflict verification in OptionCollection
- Moved InvalidOptionValue to GetOptionKit\Exception\InvalidOptionValueException
- Added detail about regex when raising an InvalidOptionValue exception

## v2.5.4 - 30 Apr 2017

- Implemented countable interface and merge method in OptionResult

## v2.5.3 - 29 Apr 2017

- Fixed default value settings in ContinuousOptionParser

## v2.5.2 - 25 Apr 2017

- Added closure support for defaultValue attribute

## v2.5.1 - 21 Feb 2017

- Commit ded820e: Merged pull request #51 from ErikBooij/master
- Added PHPUnit as a dev dependency

## v2.4.0 - 10 Jun 2016

- Removed 5.4+ new array syntax to support 5.3+

## v2.3.0 - Thu May 12 10:29:19 2016

- Fixed bugs for multiple value parsing with arguments.
- OptionParser::parse(argv) now expects the first argument to be the program name,
  so you can pass argv directly to the parser.

## v2.2.5-6 - Wed May 11 2016

- Fixed bugs for ContinuousOptionParser.

## v2.2.4 - Fri Oct  2 15:53:33 2015

- ContinuousOptionParser improvements.

## v2.2.2 - Tue Jul 14 00:15:26 2015

- Added PathType.

## v2.2.1 - Tue Jul 14 00:17:19 2015

Merged PRs:

- Commit 7bbb91b: Merge pull request #34 from 1Franck/master

   added value type option(s) support, added class RegexType

- Commit 3722992: Merge pull request #33 from 1Franck/patch-1

   Clarified InvalidOptionValue exception message


## v2.2.0 - Thu Jun  4 13:51:47 2015

- Added more types for type constraint option. url, ip, ipv4, ipv6, email by @1Franck++
- Several bug fixes by @1Franck++



## v2.1.0 - Fri Apr 24 16:43:00 2015

- Added incremental option value support.
- Fixed #21 for negative value.
- Used autoloading with PSR-4

## v2.0.12 - Tue Apr 21 18:51:12 2015

- Improved hinting text for default value
- Some coding style fix
- Added default value support
- Updated default value support for ContinuousOptionParser
- Added getValue() accessor on OptionSpec class
- Merged pull request #22 from Gasol/zero-option. @Gasol++
    - Fix option that can't not be 0
