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: node-config/node-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.0
Choose a base ref
...
head repository: node-config/node-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.1
Choose a head ref
  • 10 commits
  • 28 files changed
  • 1 contributor

Commits on Jan 9, 2026

  1. migrate tests from 14 into util.js

    part of #860
    jdmarshall committed Jan 9, 2026
    Configuration menu
    Copy the full SHA
    a7ded90 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2026

  1. Move gitcrypt tests into 0-utils.js

    work for #860
    jdmarshall committed Jan 10, 2026
    Configuration menu
    Copy the full SHA
    ed83399 View commit details
    Browse the repository at this point in the history
  2. Move toml tests to 0-util.js

    for #860
    jdmarshall committed Jan 10, 2026
    Configuration menu
    Copy the full SHA
    8ded954 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31f4b94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec1037a View commit details
    Browse the repository at this point in the history
  5. Relocate load lifecycle tests into 0-util.js from:

    - 2-config-test.js
    - 20-multiple.js
    - 22-files-order.js
    
    To reduce use of requireUncached for #860
    jdmarshall committed Jan 10, 2026
    Configuration menu
    Copy the full SHA
    f816027 View commit details
    Browse the repository at this point in the history
  6. Move tests into 0-util.js from:

    - 4-array-merging.js
    - 7-unicode-situations.js Note: this fixes a test that was silently failing after earlier refactoring
    - x-config-js-test-transpiled.js
    - x-config-test-ts.js
    - x-config-test-ts-module-exports.js
    
    To reduce use of requireUncached for #860
    jdmarshall committed Jan 10, 2026
    Configuration menu
    Copy the full SHA
    d119202 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2026

  1. Merge pull request #862 from jdmarshall/requireUncached

    Replace some integration tests with unit tests to reduce reliance on `requireUncached`
    jdmarshall authored Jan 16, 2026
    Configuration menu
    Copy the full SHA
    0c3cfd6 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2026

  1. Restore config.util.getEnv()

    The env object on Load is not accessible to users of the library.
    This function should not have been marked as deprecated without a
    suitable replacement.
    jdmarshall committed Feb 10, 2026
    Configuration menu
    Copy the full SHA
    4e07df6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #874 from jdmarshall/deprecations

    Restore config.util.getEnv()
    jdmarshall authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    89300db View commit details
    Browse the repository at this point in the history
Loading