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

Commits on Apr 12, 2022

  1. use bl@5's isBufferList to detect buffer list (#105)

    `instanceof` doesn't work when using different instances of the
    BufferList class, for example when different versions of buffer list are
    used.
    
    This commit upgrades to bl@5 which adds `isBufferList` which should work
    across versions of `bl`.
    
    fixes #104
    
    Co-authored-by: Caleb ツ Everett <calebev@amazon.com>
    everett1992 and everett1992 authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    6c909c4 View commit details
    Browse the repository at this point in the history
  2. added Node v16

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    f6c298f View commit details
    Browse the repository at this point in the history
  3. Bumped v6.0.0

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    acc7411 View commit details
    Browse the repository at this point in the history
Loading