New functions
This release adds several new functions:
snakecase
,camelcase
, andshuffle
are three new string functionsfail
allows you to bail out of a template render when conditions are not met
Changelog
- Fix links to other markdown docs. 967ad1c (Chance Zibolski)
- Add fail function 3ca3f10 (Kent Rancourt)
- Fix minor indentation issues 4776d72 (Luk Burchard)
- Update glide with new dependencies f5b0ed4 (Matt Butcher)
- Add 'snakecase', 'camelcase' and 'shuffle' c032c8f (Manfred Touron)
- Updated documentation on merge. eddf742 (Matt Butcher)