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: tape-testing/tape
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.3.1
Choose a base ref
...
head repository: tape-testing/tape
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.3.2
Choose a head ref
  • 17 commits
  • 9 files changed
  • 3 contributors

Commits on Sep 6, 2021

  1. Configuration menu
    Copy the full SHA
    bfeabe8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c837b02 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. [meta] Exclude fs from browser bundles

    fregante authored and ljharb committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    00f21ea View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. [Deps] update glob

    ljharb committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    477bb4c View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. [readme] add badges

    ljharb committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    4c8d00a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c30a55 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    a33b5f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    60bbd83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97384b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1248d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    f040c4f View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    e41763f View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

  1. [Fix] use file:// URLs for dynamic import()

    This is required on Windows if the argument passed to `import()` is
    an absolute path. Without it `tape test.js` fails if test.js is ESM.
    
    Covered by existing tests: `node test/import.js` fails without this.
    
    See nodejs/node@a084632
    vweevers committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    d487add View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Configuration menu
    Copy the full SHA
    459a1c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b445a2b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Configuration menu
    Copy the full SHA
    26e8113 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. v5.3.2

     - [Fix] use `file://` URLs for dynamic `import()` (#571, #559)
     - [readme] hard wraps bad, soft wraps good
     - [readme] fix markdown; github still has a rendering bug
     - [readme] add badges
     - [meta] Exclude `fs` from browser bundles (#565)
     - [Deps] update `glob`, `string.prototype.trim`
     - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `safe-publish-latest`, `array.prototype.flatmap`
     - [actions] update codecov uploader
     - [Tests] handle carriage returns in stack traces on Windows
     - [Tests] node 17  smooshes a version number on the end of the stack trace
     - [Tests] handle v8 6.9 changing an error message
    ljharb committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    eaceb87 View commit details
    Browse the repository at this point in the history
Loading