-
✨ Features
-
Support case filters in templates - epage, issue/117 pull/140
Because we leverage
liquid
as a templating engine under the hood, we
can add some specific filters to our substitutions to add a little more
awesome. This feature adds 4 filters:capitalize
pascal_case
kebab_case
snake_case
Now we can tame any set of letters with any type of capitalization or
dash! Give them a try and let us know what other types of features you'd
like to see.
-
-
🤕 Fixes
-
Windows releases on Appveyor - jaysonsantos, issue/145 pull/146
Thanks to a new tool,
wrangler
, that usescargo-generate
as a
dependency, it was discovered that we were shipping broken Windows
binaries. We've fixed that now!
-
-
👯 New Templates
-
🛠️ Maintenance