Tags

Tags give the ability to mark specific points in history as being important
  • 2.0.0

    Release [2.0.0](https://github.com/doctrine/inflector/milestone/7)
    
    This release drops the deprecated legacy API. To allow installing this version, please upgrade to the new API, then change the composer constraint for inflector to `"doctrine/inflector": "^1.4 || ^2.0`.
    
    2.0.0
    =====
    
    - Total issues resolved: **0**
    - Total pull requests resolved: **0**
    - Total contributors: **0**
    
    
    
  • 1.4.0

    Release [1.4.0](https://github.com/doctrine/inflector/milestone/9)
    
    This release introduces a new Inflector API that supports multiple languages. The existing API is now deprecated and is removed in 2.0. Please upgrade to the new API, then allow installing `doctrine/inflector` 2.0 by changing the composer constraint to `"doctrine/inflector": "^1.4 || ^2.0"`.
    
    Please refer to the documentation on how to use this new API.
    
    1.4.0
    =====
    
    - Total issues resolved: **6**
    - Total pull requests resolved: **23**
    - Total contributors: **15**
    
    Improvement
    -----------
    
     - [139: Add support for custom rules](https://github.com/doctrine/inflector/pull/139) thanks to @alcaeus and @jwage
     - [136: Update to doctrine/coding-standard v7](https://github.com/doctrine/inflector/pull/136) thanks to @carusogabriel
     - [131: Bump minimum PHP version to 7.2](https://github.com/doctrine/inflector/pull/131) thanks to @alcaeus
     - [125: Add Uninflected *ia Words to Plural Rules](https://github.com/doctrine/inflector/pull/125) thanks to @bryanschmidty
     - [121: Updated phpstan to 0.11 + added phpstan's rules for phpunit](https://github.com/doctrine/inflector/pull/121) thanks to @adaamz
     - [116: Refactor inflector class](https://github.com/doctrine/inflector/pull/116) thanks to @jwage
     - [101: Improve the English rules.](https://github.com/doctrine/inflector/pull/101) thanks to @jwage
     - [97: Add support for multiple languages.](https://github.com/doctrine/inflector/pull/97) thanks to @jwage and @gpalli
     - [90: Doctrine Inflector 2.0](https://github.com/doctrine/inflector/pull/90) thanks to @jwage
     - [89: Update Doctrine infrastructure on doctrine/inflector repository.](https://github.com/doctrine/inflector/pull/89) thanks to @jwage
     - [75: Bump to Doctrine CS 4.0](https://github.com/doctrine/inflector/pull/75) thanks to @carusogabriel
     - [63: Pluralizing 'employee-child' becomes 'employee-ehildren'](https://github.com/doctrine/inflector/issues/63) thanks to @JeroenVanOort
    
    CI
    --
    
     - [134: Test on PHP 7.4](https://github.com/doctrine/inflector/pull/134) thanks to @GrahamCampbell
    
    Enhancement
    -----------
    
     - [132: Add a BC layer for Inflector 1.0](https://github.com/doctrine/inflector/pull/132) thanks to @alcaeus and @jwage
     - [122: Update to doctrine/coding-standard 6.0](https://github.com/doctrine/inflector/pull/122) thanks to @nschoellhorn
     - [120: Add generic rule for mass nouns ending in '-ware'](https://github.com/doctrine/inflector/pull/120) thanks to @benvdh
     - [114: Improve developer experience and make it easier to create an Inflector instance.](https://github.com/doctrine/inflector/pull/114) thanks to @jwage
     - [113: Use Ubuntu 16.04](https://github.com/doctrine/inflector/pull/113) thanks to @carusogabriel
     - [103: Port Doctrine1 Inflector urlize functionality.](https://github.com/doctrine/inflector/pull/103) thanks to @jwage
     - [102: Added NoopInflector (null object pattern)](https://github.com/doctrine/inflector/pull/102) thanks to @jasny
     - [92: Add support for unicode and other languages](https://github.com/doctrine/inflector/issues/92) thanks to @jwage
     - [84: Fix taxon/taxa with tests](https://github.com/doctrine/inflector/pull/84) thanks to @juillerat
    
    Duplicate
    ---------
    
     - [123: Updated doctrine/coding-standard to 6.0](https://github.com/doctrine/inflector/pull/123) thanks to @patrickjahns
    
    
    
    
     - [110: Update phpstan to 0.10.8](https://github.com/doctrine/inflector/pull/110) thanks to @akondas
    
    Documentation
    -------------
    
     - [105: Update homepage](https://github.com/doctrine/inflector/pull/105) thanks to @Majkl578
    
    
    
  • debian/1.3.1-1

    php-doctrine-inflector Debian release 1.3.1-1
    
  • upstream/1.3.1

    Upstream version 1.3.1
    
  • 1.3.1

    Release [v1.3.1](https://github.com/doctrine/inflector/milestone/8)
    
    
    
    1.3.1
    =====
    
    - Total issues resolved: **0**
    - Total pull requests resolved: **0**
    - Total contributors: **0**
    
    
    
  • debian/1.3.0+git-1

    php-doctrine-inflector Debian release 1.3.0+git-1
    
  • upstream/1.3.0+git

    8ae31f9d · Drop .gitattributes ·
    Upstream version 1.3.0+git
    
  • debian/1.3.0-1

    php-doctrine-inflector Debian release 1.3.0-1
    
  • upstream/1.3.0

    Upstream version 1.3.0
    
  • debian/1.2.0-1

    php-doctrine-inflector Debian release 1.2.0-1
    
  • upstream/1.2.0

    Upstream version 1.2.0
    
  • v1.2.0

    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](https://github.com/doctrine/inflector/pull/29) thanks to @Bilge
    - [31: Add .gitattributes to remove unneeded files](https://github.com/doctrine/inflector/pull/31) thanks to @Slamdunk
    - [33: Exclude some dirs and files from repository auto-generated ZIP archives](https://github.com/doctrine/inflector/pull/33) thanks to @mlocati
    - [36: Singular of 'caches' is 'cache'](https://github.com/doctrine/inflector/pull/36) thanks to @seanbright
    - [38: Add 'Furniture' and 'Luggage' to list of uninflected words](https://github.com/doctrine/inflector/pull/38) thanks to @itsliamjones
    - [42: Add passerby => passersby rule](https://github.com/doctrine/inflector/pull/42) thanks to @ntzm
    - [43: Words with no singular](https://github.com/doctrine/inflector/pull/43) thanks to @mattwells
    - [44: Singular of dives is dive](https://github.com/doctrine/inflector/pull/44) thanks to @mcammaert
    - [47: Drop PHP 5.x and HHVM](https://github.com/doctrine/inflector/pull/47) thanks to @alcaeus
    - [48: Add pluralization of 'niveau' => 'niveaux'](https://github.com/doctrine/inflector/pull/48) thanks to @gastounage
    - [49: Adding pluralisation of 'gulf' => 'gulfs'](https://github.com/doctrine/inflector/pull/49) thanks to @lukewatts
    - [50: Minimum PHP version supported bumped to 7.1, adding related static analysis improvements](https://github.com/doctrine/inflector/pull/50) thanks to @Ocramius
    
  • debian/1.1.0-2

    php-doctrine-inflector Debian release 1.1.0-2
    
  • debian/1.1.0-1

    php-doctrine-inflector Debian release 1.1.0-1
    
  • upstream/1.1.0

    Upstream version 1.1.0
    
  • v1.1.0

    Total issues resolved: **11**
    - [11: Add a method to uppercase words with a custom delimeter.](https://github.com/doctrine/inflector/pull/11)
    - [16: Criteria is plural, not singular](https://github.com/doctrine/inflector/pull/16)
    - [17: Switch to the docker-based infrastructure on Travis](https://github.com/doctrine/inflector/pull/17)
    - [18: Hero works the same as Buffalo and Tomato](https://github.com/doctrine/inflector/pull/18)
    - [19: Fixes reversal of criteria and criterion](https://github.com/doctrine/inflector/pull/19)
    - [20: Update Inflector.php](https://github.com/doctrine/inflector/pull/20)
    - [21: travis: PHP 7.0 nightly added + phpunit explicit](https://github.com/doctrine/inflector/pull/21)
    - [22: More Inflections](https://github.com/doctrine/inflector/pull/22)
    - [24: Added some plurals and ordered arrays](https://github.com/doctrine/inflector/pull/24)
    - [25: Bumped branch alias](https://github.com/doctrine/inflector/pull/25)
    - [26: Update LICENSE](https://github.com/doctrine/inflector/pull/26)
    
  • debian/1.0.1-3

    php-doctrine-inflector Debian release 1.0.1-3
    
  • debian/1.0.1-2

    php-doctrine-inflector Debian release 1.0.1-2
    
  • debian/1.0.1-1

    php-doctrine-inflector Debian release 1.0.1-1