Doctrine Inflector release 1.1.0

Posted on November 6, 2015 by Marco Pivetta


We are happy to announce the immediate availability of Doctrine Inflector 1.1.0.

This release adds a feature that allows to upper-case words separated by a custom delimiter (#11).

We discovered that heroes, buffalo and tomatoes have something in common (#18).

"criteria" and "criterion" plural and singular form were reversed: now fixed (#19).

Additional inflections were introduced for more irregular forms (#20 #22 #24).

Last but not least, we now explicitly support and test against PHP 7 (#21).

Installation

You can install the Inflector component via the followingcomposer.json definition:

{
    "require": {
        "doctrine/inflector": "~1.1.0"
    }
}