All Versions
14
Latest Version
Avg Release Cycle
101 days
Latest Release
920 days ago

Changelog History
Page 1

  • v1.2.0 Changes

    November 22, 2020

    #27: Thanks to @gezihuzi for noticing an issue with evaluateForRanges in Guitar.swift. The method now properly passes custom defined options.

  • v1.1.3 Changes

    November 22, 2020

    This 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

    This library has worked as-is for 2 years. Therefore, I am promoting this library to v1.0.0! 🍾

    • ⚡️ Updated for Swift 5
    • ⬇️ Drops iOS-9/tvOS-9 Support
    • 0️⃣ #23: evaluateForRanges now supports UTF-16 encoded strings by default (thanks to @cjsliuj)
  • v0.5.0 Changes

    September 17, 2018

    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.

  • v0.4.1 Changes

    May 03, 2018

    #21: Fixed Tests. Thanks to @felix91gr for the assistance.