Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Releases: lukeholder/craft-inflect

Inflect 1.8

22 Jun 22:22
Compare
Choose a tag to compare
reorganise repo

Version 1.4 Build Fix and build script added

11 Mar 11:17
Compare
Choose a tag to compare

This build fixes previous issues.

Version 1.2

07 Oct 05:06
Compare
Choose a tag to compare

Updated to include more methods:

{{ 'My string to inflect'|slugify }} # my-string-to-inflect
{{ 'my-string-to-inflect'|camelize }} # myStringToInflect
{{ 'myStringToInflect'|underscore }} # my_string_to_inflect
{{ 'my_string_to_inflect'|dasherize }} # my-string-to-inflect
{{ 'my-string-to-inflect'|pascalize }} # MyStringToInflect
{{ 'MyStringToInflect'|hyphenate }} # my-string-to-inflect
{{ 'my-string-to-inflect'|titleize }} # My String To Inflect
{{ 'My String To Inflect'|slugify|camelize }} # myStringToInflect

1.0 release

26 Sep 06:00
Compare
Choose a tag to compare
updated readme for release link