SwiftShell v5.1.0 Release Notes

Release Date: 2020-09-25 // over 3 years ago

    ✅ Test with Swift 5.3 and Xcode 12 (#93)

    👉 Use xcpretty-actions-formatter

    ⚡️ Update Xcode project. (#94)

    ⚡️ As suggested by Xcode 12. Also update Swift version.

    🚀 Release 5.1 (#95)

    ⚡️ Update README.md

    ⚡️ Update podspec.


Previous changes from v5.1.0-beta.1

    Compile on Swift 5.3

    ✂ Remove "support" for iOS.
    Running shell commands has never worked on iOS, it was just a hack to enable kareman/FileSmith (which does work on iOS) and SwiftShell to use the same *Stream protocols.

    🚚 Readme: Remove mentions of FileSmith.
    FileSmith and SwiftShell no longer cooperate specifically.

    ➕ Add GitHub CI tests (#85)

    Set Swift version to 5.2.4.

    ✂ Remove custom nullDevice.
    🔀 Turns out my implementation of nullDevice in SwiftFoundation was merged four years ago and I forgot about it.

    ✂ Remove Tests/LinuxMain.swift, use '--enable-test-discovery' on Linux instead.

    ✅ Use built-in XCTest error testing.

    ✂ Remove Process extensions for Linux.
    👀 It seems they have been added to Swift Foundation.

    ✂ Remove missing files from Xcode project.

    Reformat code using swiftformat 0.40.14
    Because it is the last version of swiftformat that does indentation and alignment correctly (tabs for indentation, spaces for alignment).

    ✅ Test on Swift 5.1 too. (#86)

    👍 Readme: supports Swift 5.1 - 5.3

    🚚 Readme: remove Travis badge

    🚀 Xcode project: set deployment target, remove unused iOS stuff. (#89)

    ✅ CI: Separate out Xcode and cocapods tests (#88)