All Versions
13
Latest Version
Avg Release Cycle
109 days
Latest Release
1316 days ago

Changelog History
Page 2

  • v4.3.1 Changes

    March 30, 2017

    ๐Ÿ‘€ See all commits since 4.3

    ๐Ÿ› Bug Fixes

    • ๐Ÿ”„ Change link property to take a URL instead of NSURL Provide compatibility alias for URL on Swift 2.x. (#277 via #278, @ZevEisenberg)
  • v4.3 Changes

    March 27, 2017

    ๐Ÿ‘€ 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
  • v4.2 Changes

    February 19, 2017

    ๐Ÿ‘€ See all commits since 4.1.1

    ๐Ÿ†• New Features

    ๐Ÿ› Bug Fixes

    Other changes

    • ๐Ÿš€ Update project tooling to build using Xcode 8.2.1 and the latest stable releases of iOS, macOS, tvOS, and watchOS.