Skip to content

Releases: toitlang/pkg-host

v1.15.1

04 Apr 09:53
ff187c2
Compare
Choose a tag to compare

What's Changed

  • Make pipes and files readers/writers closeable. by @floitsch in #78

Full Changelog: v1.15.0...v1.15.1

v1.15.0

03 Apr 19:06
2588faa
Compare
Choose a tag to compare

What's Changed

  • Type string args and add check that all fork arguments are strings. by @floitsch in #76
  • Migrate host package to io library. by @floitsch in #63
  • Don't accidentally drop environment argument by @erikcorry in #77

Full Changelog: v1.14.1...v1.15.0

v1.14.1

09 Mar 16:10
da453fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.0...v1.14.1

v1.14.0

08 Mar 22:38
1368c23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.13.0...v1.14.0

v1.13.0

17 Jan 16:28
64ee9e7
Compare
Choose a tag to compare

Added chmod, link and readlink.

v1.12.0

21 Dec 10:03
fe5e10c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.0...v1.12.0

v1.11.0

06 Oct 11:43
7e7df6a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.0...v1.11.0

v1.10.0

21 Sep 14:44
e1c11a0
Compare
Choose a tag to compare

What's Changed

  • Add return types to 'pipe.to' and 'pipe.from'. by @floitsch in #48
  • Rename tests/LICENSE to tests/TESTS_LICENSE by @erikcorry in #49
  • Don't follow symlinks during recursive delete. by @floitsch in #50
  • Use 'variant of' instead of 'alternative to' by @floitsch in #51

Full Changelog: v1.9.0...v1.10.0

v1.9.0

16 Mar 15:19
76e4dc5
Compare
Choose a tag to compare

This release supports setenv.

This release also revamps the way escaping of subprocess arguments works on Windows.
Previously, the SDK would do it, badly.
Now it's done correctly in Toit.
This means if you use a new SDK with an older pkg-host you won't get any escaping at all, ie filenames with spaces in them won't work on subprocess operations. The solution is to upgrade to this version of pkg-host.

v1.8.1

14 Nov 11:18
7f0cc42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.8.1