Releases: kentcdodds/cross-env
Releases Β· kentcdodds/cross-env
v3.1.3
<a name"3.1.3">
3.1.3 (2016-10-15)
Bug Fixes
- main: update main to transpiled version (#42) (01df2086)
v3.1.2
<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
<a name"3.1.1">
3.1.1 (2016-10-04)
Bug Fixes
v3.1.0
<a name"3.1.0">
3.1.0 (2016-10-04)
Features
v3.0.0
<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
<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
<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
chore(deps): update cross-spawn and trash-cli (#14)
v1.0.7
<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
v1.0.6
<a name"1.0.6">
1.0.6 (2015-12-25)
Bug Fixes
- lib: Handle special characters and quoted strings (2e75b736)