Skip to content

Releases: dsherret/deno-which

0.4.1

04 May 17:47
dd5239b
Compare
Choose a tag to compare

What's Changed

  • fix: only call requestPermission when probing in folder by @dsherret in #8

Full Changelog: 0.4.0...0.4.1

0.4.0

04 May 17:37
Compare
Choose a tag to compare

What's Changed

  • feat: add ability to request folder permissions by @dsherret in #7
  • fix: windows use whichSync doesn't find .cmd executables in the PATH by @kingsword09 in #6

New Contributors

Full Changelog: 0.3.0...0.4.0

0.3.0

05 Apr 21:54
Compare
Choose a tag to compare
  • feat: simplify logic required to implement Environment interface 620f33b

Full Changelog: 0.2.2...0.3.0

0.2.2

14 Mar 00:59
Compare
Choose a tag to compare
  • Fix type declarations to take into account new Deno.build.os options.

Full Changelog: 0.2.1...0.2.2

0.2.1

11 Jul 01:21
Compare
Choose a tag to compare

What's Changed

  • fix: export RealEnvironment

Full Changelog: 0.2.0...0.2.1

0.2.0

11 Jul 01:11
8ff1df0
Compare
Choose a tag to compare

What's Changed

  • feat: ability to swap out the environment #4

Full Changelog: 0.1.1...0.2.0

0.1.1

05 Jan 19:55
Compare
Choose a tag to compare
  • fix: pick xx.cmd instead of xx on Windows
  • perf: use stat instead of reading directory

0.1.0

05 Jan 17:28
Compare
Choose a tag to compare

Initial release.