Changelog History
Page 1
-
v1.2.0 Changes
November 22, 2020 -
v1.1.3 Changes
November 22, 2020This is simply a a version bump so that less files are brought in when installing via SPM.
-
v1.1.2
June 13, 2020 -
v1.1.1 Changes
June 13, 2020⚡️ Updated Package.swift and Podspec files to resolve SwiftPackageIndex/SwiftPackageIndex-Server#399.
-
v1.1.0 Changes
September 15, 2019🚀 This release adds support for Swift 5.1, iOS 13, and Xcode 11. Full updates here: #26
-
v1.0.2 Changes
August 13, 2019📦 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
). -
v1.0.1 Changes
April 06, 2019➕ Added
#available(iOS 10.0, macOS 10.11, tvOS 10.0, watchOS 3.0, *)
back to:func latinized() -> String
func withoutAccents() -> String
-
v1.0.0 Changes
March 31, 2019 -
v0.5.0 Changes
September 17, 2018As 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 version0.4.1
- both point to the same commit hash. -
v0.4.1 Changes
May 03, 2018✅ #21: Fixed Tests. Thanks to @felix91gr for the assistance.