2.1.0
New Features
- Added the
basename
anddirname
string filters for getting a filename, or parent folder (respectively), out of a path.
David Jennes
#60 - Modify the
swiftIdentifier
string filter to accept an optional "pretty" mode, to also apply thesnakeToCamelCase
filter and other manipulations if needed for a "prettier" but still valid identifier.
David Jennes
#61
Internal Changes
- Ensure
swiftlint
is run usingbundler
.
David Jennes
#59