BonMot v4.3 Release Notes

Release Date: 2017-03-27 // about 7 years ago
  • ๐Ÿ‘€ See all commits since 4.2

    ๐Ÿ†• New Features

    • โž• Add support for text case transforms. You can now transform arbitrary strings or substrings to lowercase, uppercase, and capitalized, with variants for both the default locale or a custom locale. You can also pass a custom transform function to perform whatever string transformations you want. See the Transform.swift and TransformTests.swift for API and usage examples. (#26 via #275, @ZevEisenberg)

    Other changes

    • โšก๏ธ Update source code to use SwiftLint 0.17.0