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

Release new Major Version #108

Merged
merged 3 commits into from May 11, 2017
Merged

Release new Major Version #108

merged 3 commits into from May 11, 2017

Conversation

kentcdodds
Copy link
Owner

This is a group of all the breaking changes for the next major release.

* Add a whitelist for variables to : => ; ify

* Plumb the name through

* Write some tests

* Dox, linter fascism

* Much better!

* Contributors

BREAKING CHANGES: We no longer swap `:` for `;` on windows for any variables other than `PATH` and `NODE_PATH`.
@codecov-io
Copy link

codecov-io commented Apr 13, 2017

Codecov Report

Merging #108 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #108   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines          42     45    +3     
=====================================
+ Hits           42     45    +3
Impacted Files Coverage Δ
src/variable.js 100% <100%> (ø) ⬆️
src/index.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6994a24...a52151c. Read the comment docs.

hgwood and others added 2 commits April 18, 2017 16:19
Revert the default bin (cross-env) to its v3 behavior (not using the shell option). Add a new
(cross-env-shell)  which uses the shell option.

BREAKING CHANGE: Scripts using quotes or escape sequences will see a difference in behavior.
Switching to the second bin should resolve any issue.

Closes #99.
@kentcdodds
Copy link
Owner Author

Okey-dokey, could I get people to test out cross-env@5.0.0-beta.0?

@kentcdodds
Copy link
Owner Author

I think I'm ready to merge this. Will do in the next 24 hours.

@kentcdodds kentcdodds merged commit 9c4f346 into master May 11, 2017
@kentcdodds kentcdodds deleted the next branch May 11, 2017 17:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants