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.0.1
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.1.0
Choose a head ref
  • 7 commits
  • 5 files changed
  • 1 contributor

Commits on Jul 15, 2025

  1. Change getPath to return the default value. Setup for fixes to

    setModuleDefaults
    jdmarshall authored and markstos committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    5005266 View commit details
    Browse the repository at this point in the history
  2. Segregate the defaults data from the config data and only apply

    them at the end of a setModuleDefaults call.
    
    This allows us to handle multiple calls with the same key by
    applying them additively.
    
    This fixes #822 and #827
    jdmarshall authored and markstos committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    985c87b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73d7dab View commit details
    Browse the repository at this point in the history
  4. Remove files from configSources that are not part of the config sources.

    parseFile adding any calls to the configSources causes the union
    of the configSources to not match Config.get()
    
    fixes #806
    jdmarshall committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    31dde2b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #821 from jdmarshall/sourcesCleanup

    Remove files from configSources that are not part of the config sources.
    jdmarshall authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    8143fe5 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2025

  1. Switch to c8 for code coverage.

    jdmarshall authored and markstos committed Jul 20, 2025
    Configuration menu
    Copy the full SHA
    40e581c View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. 4.1.0

    jdmarshall committed Jul 23, 2025
    Configuration menu
    Copy the full SHA
    2040baf View commit details
    Browse the repository at this point in the history
Loading