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

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    43516c2 View commit details
    Browse the repository at this point in the history
  2. chore: change supported node versions (#186)

    This adds testing for node v11 - v14. This removes testing for node v6
    and v7 because codecov breaks on these versions. This omits node v15
    because appveyor doesn't seem to support this version. The nodejs org
    currently supports [10, 12, 14, 15].
    
    This adds a small logging statement to the check-node-support script.
    
    Test: npm run check-node-support
    nfischer authored Oct 26, 2020
    Configuration menu
    Copy the full SHA
    7877b59 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. chore: switch to GitHub Actions (#194)

    No change to logic. This switches to GitHub Actions based on
    shelljs/shelljs#1055.
    nfischer authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    009e7bb View commit details
    Browse the repository at this point in the history
  2. refactor: rename "blacklist" -> "blocklist" (#193)

    No change to logic. This just renames "blacklist" to "blocklist" to use
    more inclusive language.
    
    Test: npm run test
    Test: ./lib/cli.js exec (this is blocked, as expected)
    Test: ./lib/cli.js help (does not mention blocked commands)
    nfischer authored Dec 1, 2021
    Configuration menu
    Copy the full SHA
    1bb4289 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    92d8c42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d6365b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6aefc1a View commit details
    Browse the repository at this point in the history
  4. 0.3.4

    nfischer committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    2eb1a35 View commit details
    Browse the repository at this point in the history
Loading