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: MetaMask/rpc-errors
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d1a4a9f
Choose a base ref
...
head repository: MetaMask/rpc-errors
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2a699eb
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 10, 2020

  1. Target ES2017 (#32)

    We target ES2017 for most of our other libraries, rather than ES2015.
    Among other things, this lets us avoid transpiling `async/await`, which
    is especially useful for debugging.
    Gudahtt authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    e58be12 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Fix build script (#33)

    rekmarks authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    6eb38fb View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Fix typing of error data and stack properties (#34)

    * Fix serialized error stack property
    
    * Minor fixup
    rekmarks authored Nov 17, 2020
    Configuration menu
    Copy the full SHA
    04249aa View commit details
    Browse the repository at this point in the history
  2. 4.0.2 (#35)

    * 4.0.2
    
    * Update changelog
    rekmarks authored Nov 17, 2020
    Configuration menu
    Copy the full SHA
    2a699eb View commit details
    Browse the repository at this point in the history
Loading