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/utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.2.1
Choose a base ref
...
head repository: MetaMask/utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.3.0
Choose a head ref
  • 3 commits
  • 8 files changed
  • 4 contributors

Commits on Dec 20, 2023

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

Commits on Jan 11, 2024

  1. feat: Add createDeferredPromise (#164)

    * feat: Add `createDeferredPromise`
    
    A new function has been added for creating a deferred Promise. Deferred
    Promises can be useful for tracking async task, e.g. to prevent async
    tasks from overlapping, or to queue up async tasks. We use this pattern
    in multiple places in core and the extension.
    
    * Add type parameter for Promise result
    
    This allows creating deferred Promises that return values
    Gudahtt authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    edcf2de View commit details
    Browse the repository at this point in the history
  2. 8.3.0 (#165)

    * 8.3.0
    
    * Update changelog
    
    ---------
    
    Co-authored-by: github-actions <github-actions@github.com>
    Co-authored-by: Mark Stacey <markjstacey@gmail.com>
    3 people authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    e97f246 View commit details
    Browse the repository at this point in the history
Loading