Skip to content

Releases: ChimeHQ/ProcessEnv

v1.0.1

03 May 18:05
552f611

Choose a tag to compare

What's Changed

  • Fix typo in Environment typealias by @adityadaniel in #3
  • Add proper escaping for command property

New Contributors

Full Changelog: 1.0.0...1.0.1

v1.0.0

18 Aug 17:58
83f1ebc

Choose a tag to compare

  • Adding sandbox detection API, which can be very relevant for this kind of work
  • Finally releasing a 1.0. It's time.

v0.3.1

26 Oct 13:05
29487b6

Choose a tag to compare

  • ExecutionParameters now conforms to Codable, Hashable, and Sendable

v0.3.0

10 Mar 21:00
7bcb6c1

Choose a tag to compare

  • Process.ExecutionParameters
  • Process.execute
  • Process.executeAsUser

v0.2.2

14 Dec 16:05
fd6e68a

Choose a tag to compare

  • Improve environment capture by using login + interactive shells
  • Better documentation

v0.2.1

13 Nov 00:54
3f275f2

Choose a tag to compare

Some improved documentation

v0.2.0

13 Jun 22:53
4c75ea0

Choose a tag to compare

Same as 0.2, but with better version number for SPM

v0.2

11 Mar 15:36
4c75ea0

Choose a tag to compare

Fix a parsing issue with env output that contains "=" characters

v0.1

10 Mar 15:58
dd40db4

Choose a tag to compare

Initial Release