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: alanshaw/abortable-iterator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.1
Choose a base ref
...
head repository: alanshaw/abortable-iterator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.0
Choose a head ref
  • 7 commits
  • 12 files changed
  • 4 contributors

Commits on Aug 13, 2023

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

Commits on Aug 14, 2023

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

Commits on Aug 7, 2024

  1. deps(dev): bump delay from 5.0.0 to 6.0.0 (#89)

    Bumps [delay](https://github.com/sindresorhus/delay) from 5.0.0 to 6.0.0.
    - [Release notes](https://github.com/sindresorhus/delay/releases)
    - [Commits](sindresorhus/delay@v5.0.0...v6.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: delay
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    e06ec34 View commit details
    Browse the repository at this point in the history
  2. deps(dev): bump aegir from 38.1.8 to 44.1.0 (#97)

    Bumps [aegir](https://github.com/ipfs/aegir) from 38.1.8 to 44.1.0.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
    - [Commits](ipfs/aegir@v38.1.8...v44.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: aegir
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8dd8a87 View commit details
    Browse the repository at this point in the history
  3. feat: add abortName option to override thrown error name (#98)

    The `.name` property is more ideomatic than a `.code` property so
    allow overriding it via options.
    achingbrain authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    e43efdf View commit details
    Browse the repository at this point in the history
  4. fix: update project config (#99)

    Updates project config and ci files
    achingbrain authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c6660f5 View commit details
    Browse the repository at this point in the history
  5. chore(release): 5.1.0 [skip ci]

    ## [5.1.0](v5.0.1...v5.1.0) (2024-08-07)
    
    ### Features
    
    * add `abortName` option to override thrown error name ([#98](#98)) ([e43efdf](e43efdf))
    
    ### Bug Fixes
    
    * update project config ([#99](#99)) ([c6660f5](c6660f5))
    
    ### Trivial Changes
    
    * add or force update .github/workflows/js-test-and-release.yml ([#95](#95)) ([b4aeafa](b4aeafa))
    * delete templates [skip ci] ([#94](#94)) ([be4d6bb](be4d6bb))
    
    ### Dependencies
    
    * **dev:** bump aegir from 38.1.8 to 44.1.0 ([#97](#97)) ([8dd8a87](8dd8a87))
    * **dev:** bump delay from 5.0.0 to 6.0.0 ([#89](#89)) ([e06ec34](e06ec34))
    semantic-release-bot committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ad5f6c5 View commit details
    Browse the repository at this point in the history
Loading