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

Changelog History
Page 2

  • v0.4.0 Changes

    March 29, 2018

    Minor changes in a few places to make the library Swift 4.1 compatible.

  • v0.3.1 Changes

    March 15, 2018
    • ๐Ÿ›  Fixed .characters reference warning.
    • โšก๏ธ Updated Podspec file.
    • โœ‚ Removed .swift-version file, as it's been deprecated.
  • v0.3.0 Changes

    September 14, 2017

    ๐Ÿ‘ 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 |

  • v0.2.0 Changes

    April 25, 2017

    #18

    • ๐Ÿšš Tests moved to Tests/ folder in root directory
    • โž• Added support for Linux Tests.
    • Invoked #availability and #if os() checks where necessary.