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: achingbrain/race-signal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.3
Choose a base ref
...
head repository: achingbrain/race-signal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 2 commits
  • 13 files changed
  • 2 contributors

Commits on Aug 19, 2025

  1. fix!: throw signal.reason, remove error fields (#79)

    Throw `signal.reason` instead of a custom `AbortError`.
    
    Remove error override fields in favour of a `translateError` option
    that lets the called return any kind of error.
    
    BREAKING CHANGE: `signal.reason` is now thrown and you must use `translateError` to throw a custom error
    achingbrain authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    88bb875 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.0.0 [skip ci]

    ## [2.0.0](v1.1.3...v2.0.0) (2025-08-19)
    
    ### ⚠ BREAKING CHANGES
    
    * `signal.reason` is now thrown and you must use `translateError` to throw a custom error
    
    ### Bug Fixes
    
    * throw signal.reason, remove error fields ([#79](#79)) ([88bb875](88bb875))
    semantic-release-bot committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    01d0c13 View commit details
    Browse the repository at this point in the history
Loading