Commits
main
Name already in use
Commits on Nov 13, 2023
-
Merge pull request #523 from jthieman/reject-throw-sequential-return-…
…value-types Fix thenReject and thenThrow types
-
fix thenReject and thenThrow types
They should support sequential return values.
Commits on Nov 12, 2023
Commits on Oct 20, 2023
Commits on Sep 16, 2023
-
Merge pull request #517 from testdouble/make-auto-register-really-work
make Node 20.6.0 auto register _really_ work
-
-
-
-
-
Merge pull request #516 from testdouble/support-register
support Node v20.6.0 ability to auto-register loader
Commits on Sep 12, 2023
Commits on May 7, 2023
Commits on May 5, 2023
-
Merge pull request #515 from jsejcksn/patch-1
feat(types): add "version" export to type declaration
-
Commits on Mar 28, 2023
-
-
Merge pull request #511 from iliocatallo/main
make `thenThrow` and `thenReject` accept values of `any` type
-
Commits on Mar 20, 2023
-
Merge pull request #509 from Trim/esm-export-func-as-function
add missing function alias for ES module
-
Commits on Mar 13, 2023
-
-
Merge pull request #508 from maxbeatty/browser-global
Replace usage of global with globalThis for better browser support