Skip to content

Releases: ChimeHQ/ProcessEnv

v1.0.1

Choose a tag to compare

@mattmassicotte mattmassicotte released this 03 May 18:05
552f611

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

Choose a tag to compare

@mattmassicotte mattmassicotte released this 18 Aug 17:58
83f1ebc
  • 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

Choose a tag to compare

@mattmassicotte mattmassicotte released this 26 Oct 13:05
29487b6
  • ExecutionParameters now conforms to Codable, Hashable, and Sendable

v0.3.0

Choose a tag to compare

@mattmassicotte mattmassicotte released this 10 Mar 21:00
7bcb6c1
  • Process.ExecutionParameters
  • Process.execute
  • Process.executeAsUser

v0.2.2

Choose a tag to compare

@mattmassicotte mattmassicotte released this 14 Dec 16:05
fd6e68a
  • Improve environment capture by using login + interactive shells
  • Better documentation

v0.2.1

Choose a tag to compare

@mattmassicotte mattmassicotte released this 13 Nov 00:54
3f275f2

Some improved documentation

v0.2.0

Choose a tag to compare

@mattmassicotte mattmassicotte released this 13 Jun 22:53
4c75ea0

Same as 0.2, but with better version number for SPM

v0.2

Choose a tag to compare

@mattmassicotte mattmassicotte released this 11 Mar 15:36
4c75ea0

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

v0.1

Choose a tag to compare

@mattmassicotte mattmassicotte released this 10 Mar 15:58
dd40db4

Initial Release