Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eficode/wait-for Loading
base: v1.2.0
Choose a base ref
...
head repository: eficode/wait-for Loading
compare: v2.0.0
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Feb 4, 2021

  1. fix(command): Restore environment variables before calling exec

    Previously, the command would overwrite the HOST and PORT variables based on the hostname and port of the service which we would check for being available. This change prevents these variables from being overwritten, which allows you to set them outside the command.
    
    BREAKING CHANGE: HOST, PORT and other internally used environment variables are not overwritten anymore. If you use these, then you need to manually supply them.
    sd-yip authored and Addono committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    c7631e5 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.0.0 [skip ci]

    # [2.0.0](v1.2.0...v2.0.0) (2021-02-04)
    
    ### Bug Fixes
    
    * **command:** Restore environment variables before calling `exec` ([c7631e5](c7631e5))
    
    ### BREAKING CHANGES
    
    * **command:** HOST, PORT and other internally used environment variables are not overwritten anymore. If you use these, then you need to manually supply them.
    semantic-release-bot committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    672a28f View commit details
    Browse the repository at this point in the history
Loading