-
Notifications
You must be signed in to change notification settings - Fork 61
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: mcollina/fastq
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.19.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mcollina/fastq
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.20.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 14 files changed
- 3 contributors
Commits on Mar 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d5b2db7 - Browse repository at this point
Copy the full SHA d5b2db7View commit details
Commits on Sep 21, 2025
-
feat: migrate from StandardJS to ESLint with neostandard (#98)
* feat: migrate from StandardJS to ESLint with neostandard - Replace standard and snazzy with eslint and neostandard - Update package.json scripts to use eslint - Add eslint.config.js with neostandard configuration - Update CI to run linting only on Node.js 20+ - Apply ESLint auto-fixes (object shorthand) - Remove unnecessary eslint-disable in example.mjs - Add CLAUDE.md for development guidance 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * fix: disable object-shorthand rule for Node.js 0.10 compatibility - Configure ESLint to disable object-shorthand rule which is not supported in Node.js 0.10 - Revert object property shorthand syntax to longhand format - Maintain all other neostandard rules while ensuring legacy Node.js compatibility 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * fix: disable npm install scripts for legacy Node.js compatibility Add .npmrc with ignore-scripts=true to prevent install script failures on legacy Node.js versions that don't support modern dependencies. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * docs: remove StandardJS badge from README Remove outdated StandardJS badge since we've migrated to ESLint with neostandard 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> --------- Co-authored-by: Claude <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c01e649 - Browse repository at this point
Copy the full SHA c01e649View commit details
Commits on Dec 23, 2025
-
feat: add abort() method to settle pending tasks (#101)
Add new abort() method that properly handles pending tasks by calling their callbacks with an abort error and rejecting promises. This fixes the issue where kill() left promises unsettled, causing "Detected unsettled top-level await" warnings. Unlike kill() which simply discards queued tasks, abort(): - Calls each queued task's callback with Error('abort') - Rejects promises for promise-based queues - Calls the global error handler (if set) for each aborted task - Properly cleans up task objects and resets drain function Fixes #97 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>Configuration menu - View commit details
-
Copy full SHA for f253408 - Browse repository at this point
Copy the full SHA f253408View commit details -
Signed-off-by: Matteo Collina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e245f0 - Browse repository at this point
Copy the full SHA 3e245f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cb02ff - Browse repository at this point
Copy the full SHA 0cb02ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for b74f7a5 - Browse repository at this point
Copy the full SHA b74f7a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 038b2de - Browse repository at this point
Copy the full SHA 038b2deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5be7d8e - Browse repository at this point
Copy the full SHA 5be7d8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for be30596 - Browse repository at this point
Copy the full SHA be30596View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.19.1...v1.20.1