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: 62b5ff7
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: b83d06c
Choose a head ref
  • 4 commits
  • 22 files changed
  • 3 contributors

Commits on Aug 18, 2020

  1. Migrate from ES2018 to ES2017 (#26)

    The repository has been migrated from ES2018 to ES2017. The only change
    was replacing the Object spread operator with `Object.assign`. This was
    done primarily because the MetaMask extension uses a build tool
    (`esprima`) that isn't compatible with this operator. The MetaMask
    extension also supports certain browser versions (Chrome <v60) that
    don't support this operator.
    Gudahtt authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    335fa50 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

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

Commits on Nov 2, 2020

  1. Migrate to TypeScript (#28)

    * Migrate to TypeScript
    
    * Add prepublishOnly script
    
    * Add build step to test scripts
    
    * Remove JSDoc type annotations
    rekmarks authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    84e90eb View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. 4.0.0 (#29)

    * 4.0.0
    
    * Update changelog
    rekmarks authored Nov 3, 2020
    Configuration menu
    Copy the full SHA
    b83d06c View commit details
    Browse the repository at this point in the history
Loading