All Versions
10
Latest Version
Avg Release Cycle
118 days
Latest Release
1815 days ago

Changelog History

  • v0.16.0 Changes

    June 13, 2019

    Breaking

    • โšก๏ธ Updated to ReactiveSwift 5 (#112). It requires Swift 4.2 or above. Thanks @mattprowse!

    โž• Added

    ๐Ÿ‘Œ Improved

    • Child processes should now terminate when the parent exits (#110). Thanks @ikesyo!

    ๐Ÿ›  Fixed

    Thank you to @mdiep and @ikesyo for reviewing pull requests.

  • v0.15.0 Changes

    August 07, 2018

    Breaking

    • โšก๏ธ Update ReactiveSwift to 4.0 (#107). So ReactiveTask now requires Xcode 9.4 (Swift 4.1). Thanks @ikesyo!

    ๐Ÿ‘Œ Improved

    • Utilize conditional conformances and synthesizing Equatable conformance (#108). Thanks @ikesyo!

    Thank you to @blender and @mdiep for reviewing pull requests.

  • v0.14.0 Changes

    November 23, 2017

    Breaking

    ๐Ÿ‘Œ Improved

    • Escape NULL terminator in strings with correct glyph (#104). Thanks @iv-mexx!
    • โšก๏ธ Update ReactiveSwift to 3.0 (#106). Thanks @ikesyo!

    Thank you to @mdiep, @NachoSoto and @ikesyo for reviewing pull requests.

  • v0.13.0 Changes

    July 25, 2017

    Improved

    Thank you to @mdiep for reviewing pull requests.

  • v0.12.0 Changes

    July 04, 2017

    Breaking

    • ReactiveTask requires Xcode 8.3 (Swift 3.1) now (#94). Thanks @ikesyo!

    ๐Ÿ‘Œ Improved

    • The working directory is added to Task.description if set (#95). Thanks @ikesyo!

    Thank you to @mdiep for reviewing pull requests.

  • v0.11.1 Changes

    March 28, 2017

    Improved

    • โšก๏ธ Update dependencies (#89, #91, #92). Thanks @ikesyo!
    • ๐Ÿ“ฆ Swift Package Manager interoperability with other dependencies (#90). Thanks @ikesyo!
    • Task.description now correctly escape whitespace characters included in its arguments instead of quoting the entire argument (#93). Thanks @ikesyo!

    Thank you to @mdiep and @NachoSoto for reviewing pull requests.

  • v0.11.0 Changes

    February 01, 2017

    Added

    ๐Ÿ‘Œ Improved

    • launchTask is now Task.launch (#76). Thanks @ikesyo!

    Thank you to @ikesyo and @mdiep for improvements to the codebase. Thank you to @mdiep, @NachoSoto, and @ikesyo for reviewing pull requests.

  • v0.10.3 Changes

    July 20, 2016

    Added

    • ๐Ÿ‘Œ Support for Swift 2.3 and Xcode 8 (#69). Thanks @ikesyo!

    Thank you to @mdiep for reviewing pull requests!

  • v0.10.2 Changes

    July 18, 2016

    Fixed

    • TaskEvent.StandardOutput's are accidentally sent for standard error data (#67). Thanks @ikesyo!

    Thank you to @mdiep for reviewing pull requests!

  • v0.10.1 Changes

    July 16, 2016

    Fixed

    • Arguments in Task.description those are containing whitespace characters are now escaped (#63). Thanks @ikesyo!

    Thank you to @mdiep and @NachoSoto for reviewing pull requests!