Skip to content

Latest commit

 

History

History
49 lines (25 loc) · 679 Bytes

CHANGELOG.md

File metadata and controls

49 lines (25 loc) · 679 Bytes

CHANGELOG

2.x to 3.0

New requirements

None

New features

Added StaticInflector, that can be used instead of the helper functions.

Backward Incompatible Changes

The file with the helper functions is no longer included in the autoload. You need to include the file vendor/icanboogie/inflector/lib/helpers.php in your composer.json if you want to continue using these functions. Better use the new StaticInflector instead.

Deprecated Features

None

Other Changes

None

1.x to 2.0

New requirements

  • PHP 7.1+

New features

None

Backward Incompatible Changes

None

Deprecated Features

None

Other Changes

None