2.0.0
Due to the removal of legacy code, there are a few breaking changes in this new version that affect both template writers as well as developers. We've provided a migration guide to help you through these changes, which you can find here:
Migration Guide for 2.0
Bug Fixes
- Fix
snakeToCamelCase
parameters information in README.
Liquidsoul
#45
Breaking Changes
- The
ParametersError
enum has been replaced by theParameters.Error
nested type.
Olivier Halligon
#37 - The
FilterError
enum has been replaced by theFilters.Error
nested type.
Olivier Halligon
#37 - The filters in
StringFilters
andNumFilters
are now located underFilters.Strings
andFilters.Numbers
.
Olivier Halligon
#40 - Removed the
join
filter, as it's now integrated inStencil
proper.
David Jennes
#10 - Refactored the
snakeToCamelCase
filter to now accept an (optional) boolean parameter to control thenoPrefix
behaviour.
David Jennes
#41 - Rename the
stringToSwiftIdentifier
function toswiftIdentifier
to better match the other method names.
David Jennes
#46
New Features
- Added the
removeNewlines
filter to remove newlines (and spaces) from a string.
David Jennes
#47
#48