All Versions
13
Latest Version
Avg Release Cycle
109 days
Latest Release
1451 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v4.3.1 Changes
March 30, 2017๐ See all commits since 4.3
๐ Bug Fixes
- ๐ Change
link
property to take aURL
instead ofNSURL
Provide compatibility alias forURL
on Swift 2.x. (#277 via #278, @ZevEisenberg)
- ๐ Change
-
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
- โ Add support for OpenType fractions. (#243 via #270, @EthanSchatzline)
๐ Bug Fixes
- ๐ Allow example app to build with Swift 2.3. (830c34a, @ZevEisenberg)
Other changes
- ๐ Update project tooling to build using Xcode 8.2.1 and the latest stable releases of iOS, macOS, tvOS, and watchOS.