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: shelljs/shelljs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.1
Choose a base ref
...
head repository: shelljs/shelljs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.2
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 9, 2025

  1. test: add tests for shelljs glob expansion

    No change to logic. This adds unit tests for glob expansion.
    
    This includes one test case for behavior which was broken by v0.9.0
    (probably due to the switch to fastglob). This behavior hasn't been
    fixed yet, so the test is marked as skipped.
    
    Issue #1197
    nfischer committed Mar 9, 2025
    Configuration menu
    Copy the full SHA
    4fe8897 View commit details
    Browse the repository at this point in the history
  2. chore: remove unused env var

    No change to logic. This env variable isn't relevant since we dropped
    support for older node versions.
    nfischer committed Mar 9, 2025
    Configuration menu
    Copy the full SHA
    c94a397 View commit details
    Browse the repository at this point in the history
  3. fix: add package.json to exports list

    No change to logic. shx has a dependency on shelljs/package.json so that
    it can read the ShellJS version number. This is useful for shx and
    probably harmless for other packages (we need to ship the package.json
    file anyway), so this adds it to the exports list as an optional export.
    
    Fixes #1195
    Test: I ran `shx --version` with this copy of shelljs as the dependency
    nfischer committed Mar 9, 2025
    Configuration menu
    Copy the full SHA
    0a47587 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. 0.9.2

    nfischer committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    b90139f View commit details
    Browse the repository at this point in the history
Loading