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: cloudfoundry-community/node-cfenv
base: 4103a3e5185a53587444aafca9ee45029ebe50e0
Choose a base ref
...
head repository: cloudfoundry-community/node-cfenv
compare: fb0a2aab407bdfd01c6b275b0af952f08d3de000
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Jul 24, 2020

  1. Issue 45 Remove '.cfignore'

    Jenna Goldstrich committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    02bb92d View commit details
    Browse the repository at this point in the history
  2. version 1.2.3

    Co-authored-by: Jenna Goldstrich <jgoldstrich@pivotal.io>
    Jenna Goldstrich committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    63e072a View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. update dependencies, now at version 1.2.4

    - upgrade most dependencies, but not CoffeeScript, since the latest
      version generates code that can't be run in older versions of node
    
    - change to call `yaml.load()` instead of `yaml.safeLoad()` since it's no
      longer supported, noticed via an error message:
    
      ```
      Error: Function yaml.safeLoad is removed in js-yaml 4. Use yaml.load instead, which is now safe by default.
      ```
    pmuellr committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    fb0a2aa View commit details
    Browse the repository at this point in the history