Releases: ArtSabintsev/Guitar
Fixed issue with evaluateForRanges
Project Architecture Changes
This is simply a a version bump so that less files are brought in when installing via SPM.
Updated Manfiest File
Fixed issue with Swift PM Manifest file.
Updated Manifest Files
Updated Package.swift and Podspec files to resolve SwiftPackageIndex/SwiftPackageIndex-Server#399.
Adds Swift 5.1 / Xcode 11 / iOS 13 Support
This release adds support for Swift 5.1, iOS 13, and Xcode 11. Full updates here: #26
Fixed Support for Swift Package Manager
I fixed the Package.swift
so that it is now compatible with Xcode 11 and the latest Swift Package Manifest file (// swift-tools-version:4.0
).
Updated `#available` flags for certain GuitarCharacter methods
Added #available(iOS 10.0, macOS 10.11, tvOS 10.0, watchOS 3.0, *)
back to:
func latinized() -> String
func withoutAccents() -> String
Swift 5.0 Support
Swift 4.2 Support
As of Guitar v0.5.0, , all future changes on master
will be done in Xcode 10 using Swift 4.2.
For those using Swift v4.1.0, please check out the swift4.1
branch or version 0.4.1
- both point to the same commit hash.
Fixed Tests
#21: Fixed Tests. Thanks to @felix91gr for the assistance.