Guitar v0.3.0 Release Notes

Release Date: 2017-09-14 // over 6 years ago
  • ๐Ÿ‘ Siren v0.3.0 adds support for Swift 4 / iOS 11 / Xcode 9.

    ๐Ÿšš A small set of functions offered by Guitar were removed in this version as Apple added many of these features to the Swift 4 language. The functions that were removed were: first, last, length, prefixed, suffixed, trimLeft, trimRight, truncated. The reversed function was renamed to reversedString as it acts slightly differently than Swift's built-in reversed function.

    ๐Ÿ‘ Moving forward, only support for the Swift 4 codebase (on master) will be maintained.

    โšก๏ธ | Swift Version | Branch Name | Will Continue to Receive Updates? | | --- | --- | --- | | 4.0 | master | Yes | | 3.2 | swift3.2 | No | | 3.1 | swift3.1 | No |