Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Releases: kentcdodds/cross-env

v3.1.3

15 Oct 07:29
Compare
Choose a tag to compare

<a name"3.1.3">

3.1.3 (2016-10-15)

Bug Fixes

  • main: update main to transpiled version (#42) (01df2086)

v3.1.2

08 Oct 14:19
Compare
Choose a tag to compare

<a name"3.1.2">

3.1.2 (2016-10-08)

Bug Fixes

  • kill: Add all kill signals - Adds the 4 main kill signals that NodeJS handles - Add te (5d932c93)

v3.1.1

04 Oct 18:01
Compare
Choose a tag to compare

<a name"3.1.1">

3.1.1 (2016-10-04)

Bug Fixes

v3.1.0

04 Oct 17:12
Compare
Choose a tag to compare

<a name"3.1.0">

3.1.0 (2016-10-04)

Features

v3.0.0

24 Sep 15:57
Compare
Choose a tag to compare

<a name"3.0.0">

3.0.0 (2016-09-24)

Bug Fixes

  • deps: Swap lodash.assign for Object.assign. (#29) (f2275d53, closes #28)

Breaking Changes

  • Uses native Object.assign. This package no longer supports < Node v4
    (f2275d53)

v2.0.1

29 Aug 15:53
Compare
Choose a tag to compare

<a name"2.0.1">

2.0.1 (2016-08-29)

Bug Fixes

  • defaults: macOS env.APPDATA should be undefined (#27) (9976b5ec)

v2.0.0

13 Jul 13:13
Compare
Choose a tag to compare

<a name"2.0.0">

2.0.0 (2016-07-13)

Features

  • kill: Propagate SIGTERM to created process (#20) (8ff5555b)

Breaking Changes

  • Processes that emit SIGTERM now will kill the child process. You can likely upgrade without any trouble.
    (8ff5555b)

v1.0.8

24 May 04:04
Compare
Choose a tag to compare
chore(deps): update cross-spawn and trash-cli (#14)

v1.0.7

03 Jan 15:08
Compare
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
Compare
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)