Skip to content

Releases: ArtSabintsev/Guitar

Fixed issue with evaluateForRanges

22 Nov 18:37
Compare
Choose a tag to compare

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

Project Architecture Changes

22 Nov 18:37
Compare
Choose a tag to compare

This is simply a a version bump so that less files are brought in when installing via SPM.

Updated Manfiest File

15 Jun 03:27
Compare
Choose a tag to compare

Fixed issue with Swift PM Manifest file.

Updated Manifest Files

13 Jun 20:06
Compare
Choose a tag to compare

Updated Package.swift and Podspec files to resolve SwiftPackageIndex/SwiftPackageIndex-Server#399.

Adds Swift 5.1 / Xcode 11 / iOS 13 Support

15 Sep 04:50
cf2bb2d
Compare
Choose a tag to compare

This release adds support for Swift 5.1, iOS 13, and Xcode 11. Full updates here: #26

Fixed Support for Swift Package Manager

13 Aug 21:19
Compare
Choose a tag to compare

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

06 Apr 21:06
Compare
Choose a tag to compare

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

31 Mar 01:43
Compare
Choose a tag to compare

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
  • #23: evaluateForRanges now supports UTF-16 encoded strings by default (thanks to @cjsliuj)

Swift 4.2 Support

17 Sep 02:11
Compare
Choose a tag to compare

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

03 May 02:10
Compare
Choose a tag to compare

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