Skip to content

Releases: Carthage/ReactiveTask

0.16.0

13 Jun 12:44
df1bf76
Compare
Choose a tag to compare

Breaking

  • Updated to ReactiveSwift 5 (#112). It requires Swift 4.2 or above. Thanks @mattprowse!

Added

  • CocoaPods support (#111). Thanks @pepibumur!

Improved

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

Fixed

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

0.15.0

07 Aug 15:41
Compare
Choose a tag to compare

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.

0.14.0

23 Nov 07:17
Compare
Choose a tag to compare

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.

0.13.0

25 Jul 04:24
Compare
Choose a tag to compare

Improved

Thank you to @mdiep for reviewing pull requests.

0.12.0

04 Jul 13:23
Compare
Choose a tag to compare

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.

0.11.1

28 Mar 10:33
Compare
Choose a tag to compare

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.

0.11

01 Feb 13:42
Compare
Choose a tag to compare

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.

0.10.3

20 Jul 23:54
Compare
Choose a tag to compare

Added

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

Thank you to @mdiep for reviewing pull requests!

0.10.2

18 Jul 04:37
Compare
Choose a tag to compare

Fixed

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

Thank you to @mdiep for reviewing pull requests!

0.10.1

16 Jul 02:02
Compare
Choose a tag to compare

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!