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: kentcdodds/cross-env
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.0.0
Choose a base ref
...
head repository: kentcdodds/cross-env
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.1.0
Choose a head ref
  • 3 commits
  • 7 files changed
  • 1 contributor

Commits on Jul 25, 2025

  1. chore(ci): get coverage

    kentcdodds committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    8e0b190 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. chore: upgrade zshy

    kentcdodds committed Jul 28, 2025
    Configuration menu
    Copy the full SHA
    bd70d1a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. feat: add support ofr default value syntax

    - Introduced a new script `test-default-values.js` to validate default value syntax in commands.
    - Updated `package.json` to include the new test script in the e2e test command.
    - Modified GitHub Actions workflow to run the new e2e tests.
    - Enhanced `commandConvert` function to support default value syntax in environment variables.
    - Added unit tests for the new functionality in `command-default-values.test.ts`.
    kentcdodds committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    152ae6a View commit details
    Browse the repository at this point in the history
Loading