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: nodejs/corepack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.2
Choose a base ref
...
head repository: nodejs/corepack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.0
Choose a head ref
  • 8 commits
  • 9 files changed
  • 3 contributors

Commits on Jun 23, 2022

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

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    9a153d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29da06c View commit details
    Browse the repository at this point in the history
  3. fix: streamline the cache exploration (#135)

    If a large number of versions are cached on the host system, trying to
    read the whole cache at once can be quite memory intensive. Instead, we
    can use an iterative approach that doesn't hold the whole directory
    content in memory.
    aduh95 authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    185da44 View commit details
    Browse the repository at this point in the history
  4. feat: add support for hash checking (#133)

    Fixes: #37
    Co-authored-by: Maël Nison <[email protected]>
    aduh95 and arcanis authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    6a480a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a79a763 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd0dcad View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. chore(main): release 0.12.0 (#132)

    Co-authored-by: Antoine du Hamel <[email protected]>
    github-actions[bot] and aduh95 authored Jul 9, 2022
    Configuration menu
    Copy the full SHA
    cafed0c View commit details
    Browse the repository at this point in the history
Loading