-
Couldn't load subscription status.
- Fork 1
Update cross-env to the latest version 🚀 #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 1 1
Lines 49 49
=====================================
Hits 49 49Continue to review full report at Codecov.
|
Version 5.0.0 just got published.Update to this version instead 🚀 Release Notesv5.0.05.0.0 (2017-05-11)Bug Fixes
Features
Breaking Changes
Closes #99. (d7b48d5c) CommitsThe new version differs by 4 commits0.
false See the full diff |
Version 5.0.1 just got published.Update to this version instead 🚀 Release Notesv5.0.1<a name"5.0.1"> 5.0.1 (2017-06-08)Bug Fixes |
Version 5.0.2 just got published.Update to this version instead 🚀 Release Notesv5.0.2<a name"5.0.2"> 5.0.2 (2017-08-01)Bug Fixes |
Version 5.0.3 just got published.Update to this version instead 🚀 Release Notesv5.0.3<a name"5.0.3"> 5.0.3 (2017-08-03)Bug Fixes |
Version 5.0.4 just got published.Update to this version instead 🚀 Release Notesv5.0.4<a name"5.0.4"> 5.0.4 (2017-08-06)Bug Fixes |
Version 5.0.5 just got published.Update to this version instead 🚀 Release Notesv5.0.5<a name"5.0.5"> 5.0.5 (2017-08-08)Bug Fixes
|
Version 5.1.0 just got published.Update to this version instead 🚀 CommitsThe new version differs by 7 commits.
See the full diff |
Version 5.1.1 just got published. |
Version 5.1.4 just got published. |
Version 5.1.6 just got published. |
Update to this version instead 🚀 CommitsThe new version differs by 6 commits.
See the full diff |
|
|
|
|
|
|
Version 4.0.0 of cross-env just got published.
The version 4.0.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of cross-env.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release Notes
v4.0.04.0.0 (2017-03-31)
Bug Fixes
Features
Breaking Changes
FOO=$BARwith the value$BARbeing assigned tohello, the command will be converted toFOO=hellowhereas before it wasFOO=$BAR).(e8a16146)
(0a846e60)
systems or ; on Windows systems. To keep the old functionality, you will need to escape those
characters with a backslash.
#80
chore: Add myself (DanReyLop) to the contributors list
Simplified logic. Now only : (UNIX-style) are converted to ; (Windows-style), not the other way around
BREAKING CHANGE: You now must escape
:to use it in a value of you don't want it to be swapped with;on Windows(ea0ac4bd)
(ea800213)
echo $var2/$var1would not be changed on windows, now it is. This is kind of a bug, but we're doing a major version bump to be safe.(1b172fef)
Commits
The new version differs by 7 commits .
e8a1614fix: Resolve value of env variables before invoking cross-spawn (#95)9e0ea05docs(engine): revert support to node 4 (#96)0a846e6fix: Remove Windows => UNIX variable conversion (#94)ea0ac4bfeat: Convert list delimiters for PATH-style env variables (#93)ea80021feat(spawn): add support for quoted scripts22d1c80fix(module): Add export for commonjs (#88)1b172fefeat(args): convert embedded and braced variables in command args (#86)See the full diff.
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴