Skip to content

Releases: kentcdodds/cross-env

v1.0.7

03 Jan 15:08

Choose a tag to compare

<a name"1.0.7">

1.0.7 (2016-01-03)

Bug Fixes

  • deps: Add publish-latest (b03e7e3d)
  • env:
    • Merge with original environment instead of defining a new one (187c068f)
    • Removing if clause for windows detection, applying APPDATA to all platforms. (847e80f1)
    • checks if windows platform, then send in APPDATA env var. (a18d2b31)
  • istanbul: istanbul to ignore if branch, can't mock process.platform for coverage. (125055d8)
  • lib: Handle special characters and quoted strings (2e75b736)
  • package: Use different, more up to date dependencies (452ea5ac)
  • spawn:
    • Propagate spawned process exit code (559e3d1f)
    • use cross-spawn for spawn compatibility (3c21e496, closes #2)
  • test: rel path to _mocha in npm tst to make it windows compatible (f0fb1791)

Features

  • lib: Initial commit! ✨ (afaae551)

v1.0.6

25 Dec 14:24

Choose a tag to compare

<a name"1.0.6">

1.0.6 (2015-12-25)

Bug Fixes

  • lib: Handle special characters and quoted strings (2e75b736)

v1.0.5

28 Nov 00:08

Choose a tag to compare

<a name"1.0.5">

1.0.5 (2015-11-28)

Bug Fixes

  • env: Merge with original environment instead of defining a new one (187c068f)

v1.0.4

12 Nov 04:43

Choose a tag to compare

<a name"1.0.4">

1.0.4 (2015-11-12)

Bug Fixes

  • env:
    • Removing if clause for windows detection, applying APPDATA to all platforms. (847e80f1)
    • checks if windows platform, then send in APPDATA env var. (a18d2b31)
  • istanbul: istanbul to ignore if branch, can't mock process.platform for coverage. (125055d8)
  • test: rel path to _mocha in npm tst to make it windows compatible (f0fb1791)

v1.0.3

11 Nov 18:06

Choose a tag to compare

<a name"1.0.3">

1.0.3 (2015-11-11)

Bug Fixes

  • package: Use different, more up to date dependencies (452ea5ac)

v1.0.2

11 Nov 17:59

Choose a tag to compare

<a name"1.0.2">

1.0.2 (2015-11-11)

Bug Fixes

  • spawn: use cross-spawn for spawn compatibility (3c21e496, closes #2)

v1.0.1

01 Oct 23:21

Choose a tag to compare

<a name"1.0.1">

1.0.1 (2015-10-01)

Bug Fixes

Features

  • lib: Initial commit! ✨ (afaae551)