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: mafintosh/tar-stream
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.2
Choose a base ref
...
head repository: mafintosh/tar-stream
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.3
Choose a head ref
  • 5 commits
  • 5 files changed
  • 4 contributors

Commits on May 27, 2020

  1. Updated code example to use proper octal literals. (#120)

    Since EcmaScript 6, zero escaped octal literals (like 0777)
    are not allowed in strict mode.
    
    I've updated example code for headers in README
    to use proper octal literals (like 0o777) for entry mode.
    kotborealis authored May 27, 2020
    Configuration menu
    Copy the full SHA
    eaa31fa View commit details
    Browse the repository at this point in the history
  2. Use object shorthand for properties

    LinusU authored and mafintosh committed May 27, 2020
    Configuration menu
    Copy the full SHA
    6b2003d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81cd739 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Fix #123 - compatibility with native node@14 streams (#124)

    * Set `autoDestroy` to `false` when defining `Source` streams for compatibility with node@14 native streams, and test in CI compatibility with native streams.
    
    * Update .travis.yml
    
    Co-authored-by: Mathias Buus <mathiasbuus@gmail.com>
    tex0l and mafintosh authored Jul 7, 2020
    Configuration menu
    Copy the full SHA
    9468256 View commit details
    Browse the repository at this point in the history
  2. 2.1.3

    mafintosh committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    b44f593 View commit details
    Browse the repository at this point in the history
Loading