v1.2.0 - Jul 22, 2017

This release removes support for HHVM and bumps the minimum supported
PHP version to 7.1.0.

In addition to that, multiple cleanups and irregular word mappings
have been added.

Total issues resolved: 12

    29: Change unnecessary double quotes to single quotes thanks to @Bilge
    31: Add .gitattributes to remove unneeded files thanks to @Slamdunk
    33: Exclude some dirs and files from repository auto-generated ZIP archives thanks to @mlocati
    36: Singular of 'caches' is 'cache' thanks to @seanbright
    38: Add 'Furniture' and 'Luggage' to list of uninflected words thanks to @itsliamjones
    42: Add passerby => passersby rule thanks to @ntzm
    43: Words with no singular thanks to @mattwells
    44: Singular of dives is dive thanks to @mcammaert
    47: Drop PHP 5.x and HHVM thanks to @alcaeus
    48: Add pluralization of 'niveau' => 'niveaux' thanks to @gastounage
    49: Adding pluralisation of 'gulf' => 'gulfs' thanks to @lukewatts
    50: Minimum PHP version supported bumped to 7.1, adding related static analysis improvements thanks to @Ocramius

v1.1.0 - Nov 6, 2015

Total issues resolved: 11

    11: Add a method to uppercase words with a custom delimiter.
    16: Criteria is plural, not singular
    17: Switch to the docker-based infrastructure on Travis
    18: Hero works the same as Buffalo and Tomato
    19: Fixes reversal of criteria and criterion
    20: Update Inflector.php
    21: travis: PHP 7.0 nightly added + phpunit explicit
    22: More Inflections
    24: Added some plurals and ordered arrays
    25: Bumped branch alias
    26: Update LICENSE

v1.0.1 - Dec 20, 2014

Total issues resolved: 10

    1: Corrected keyword spelling
    2: Documentation fixes
    3: Added the branch alias for master
    4: Fixed typo
    5: exclude word 'staff' from inflectable ones
    6: add LICENSE file
    7: HHVM is not allowed to fail anymore. Inflector should work as expected
    10: Added the local phpunit config to the ignore list
    12: Adding 'human' to the irregular array
    14: Add testing on PHP 5.6 on Travis

v1.0 - Jan 10, 2013
