Skip to content
Permalink
master

Commits on Feb 11, 2021

  1. readme

    feross committed Feb 11, 2021
  2. small perf improvement

    feross committed Feb 11, 2021

Commits on Nov 23, 2020

  1. update authors

    feross committed Nov 23, 2020
  2. 6.0.3

    feross committed Nov 23, 2020
  3. Merge pull request #277 from martinheidegger/patch-1

    Types: Using Uint8Array instead of Buffer
    feross committed Nov 23, 2020

Commits on Nov 21, 2020

  1. Types: Using Uint8Array instead of Buffer

    The API supports at various places to use Uint8Arrays to be used instead of Buffers. This PR loosens the type restrictions on a few instances where I noticed that an Uint8Array would suffice.
    martinheidegger committed Nov 21, 2020

Commits on Nov 9, 2020

  1. update authors

    feross committed Nov 9, 2020
  2. 6.0.2

    feross committed Nov 9, 2020

Commits on Nov 5, 2020

Commits on Nov 4, 2020

  1. update authors

    feross committed Nov 4, 2020
  2. 6.0.1

    feross committed Nov 4, 2020
  3. avoid unnecessary buffer copy

    feross committed Nov 4, 2020
  4. standard

    feross committed Nov 4, 2020
  5. Merge pull request #273 from jkkang-kosac/master

    add length check in Buffer.concat
    feross committed Nov 4, 2020
  6. add length check

    jkkang-kosac committed Nov 4, 2020
  7. update authors

    feross committed Nov 4, 2020
  8. 6.0.0

    feross committed Nov 4, 2020
  9. travis: fix configuration

    feross committed Nov 4, 2020
  10. BREAKING: Drop IE11, Safari 9-10 support

    Since Buffer now supports the BigInt methods and the code for that uses the exponentiation operator, I'm going to drop support for IE11 and Safari 9-10.
    
    Further changes I needed to make:
    
    - Use consistent shifting to floor the offset numbers, like we do for other methods
    - Remove all BigInt literals in favor of using a BigInt constructor – this fixes parse errors in older browsers like Safari 11
    - Disable Node tests in Safari 11 and 12 since they use BigInt literal syntax
    
    This commit contains fixes for PR #267
    feross committed Nov 4, 2020

Commits on Oct 29, 2020

  1. standard

    feross committed Oct 29, 2020
  2. standard

    feross committed Oct 29, 2020
Older