Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@olvlvl olvlvl released this 18 Nov 13:20

New requirements

None

New features

Added StaticInflector, which 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 must 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