This log was last generated on Sat, 18 Apr 2026 03:47:10 GMT and should not be manually modified.
Sat, 18 Apr 2026 03:47:10 GMT
Version update only
Sat, 18 Apr 2026 00:15:17 GMT
Version update only
Fri, 17 Apr 2026 15:14:57 GMT
Version update only
Thu, 09 Apr 2026 00:15:07 GMT
Version update only
Tue, 31 Mar 2026 15:14:14 GMT
Version update only
Wed, 25 Feb 2026 00:34:30 GMT
Version update only
Tue, 24 Feb 2026 01:13:27 GMT
Version update only
Fri, 20 Feb 2026 00:15:04 GMT
- Add
"node"condition before"import"in the"exports"map so that Node.js uses the CJS output (which handles extensionless imports), while bundlers still use ESM via"import". Fixes #5644.
Thu, 19 Feb 2026 00:04:53 GMT
- Normalize package layout. CommonJS is now under
lib-commonjs, DTS is now underlib-dts, and ESM is now underlib-esm. Imports tolibstill work as before, handled by the"exports"field inpackage.json.
Wed, 07 Jan 2026 01:12:24 GMT
Version update only
Mon, 05 Jan 2026 16:12:49 GMT
Version update only
Sat, 06 Dec 2025 01:12:29 GMT
Version update only
Fri, 21 Nov 2025 16:13:56 GMT
Version update only
Fri, 24 Oct 2025 00:13:38 GMT
Version update only
Wed, 22 Oct 2025 00:57:54 GMT
Version update only
Wed, 08 Oct 2025 00:13:29 GMT
Version update only
Fri, 03 Oct 2025 20:09:59 GMT
- Normalize import of builtin modules to use the
node:protocol.
Tue, 30 Sep 2025 23:57:45 GMT
Version update only
Tue, 30 Sep 2025 20:33:51 GMT
- Require the "requestor" parameter and add a new "detail" parameter for watch-mode rerun requests. Make "name" a required field for operations.
- (BREAKING CHANGE) Revert the extensibility points for
(before/after)ExecuteOperation(Group)?Asyncto be synchronous to signify that they are only meant for logging, not for expensive work.
Thu, 11 Sep 2025 00:22:31 GMT
Version update only
Wed, 23 Jul 2025 20:55:57 GMT
Version update only
Sat, 21 Jun 2025 00:13:15 GMT
- (BREAKING CHANGE) The OperationExecutionManager
beforeExecuteandafterExecutehooks have been made async and renamed tobeforeExecuteAsyncandafterExecuteAsync. Operations now have an optionalmetadatafield that can be used to store arbitrary data.
Thu, 01 May 2025 00:11:12 GMT
Version update only
Tue, 25 Mar 2025 15:11:15 GMT
Version update only
Tue, 11 Mar 2025 02:12:33 GMT
Version update only
Wed, 12 Feb 2025 01:10:52 GMT
Version update only
Thu, 30 Jan 2025 01:11:42 GMT
Version update only
Thu, 09 Jan 2025 01:10:10 GMT
Version update only
Sat, 14 Dec 2024 01:11:07 GMT
Version update only
Fri, 22 Nov 2024 01:10:43 GMT
Version update only
Fri, 13 Sep 2024 00:11:43 GMT
Version update only
Tue, 10 Sep 2024 20:08:11 GMT
Version update only
Wed, 21 Aug 2024 05:43:04 GMT
Version update only
Mon, 12 Aug 2024 22:16:04 GMT
Version update only
Sat, 27 Jul 2024 00:10:27 GMT
- Include CHANGELOG.md in published releases again
Wed, 17 Jul 2024 06:55:10 GMT
Version update only
Wed, 17 Jul 2024 00:11:19 GMT
- Handle errors when sending IPC messages to host.
Tue, 16 Jul 2024 00:36:21 GMT
Version update only
Thu, 30 May 2024 00:13:05 GMT
Version update only
Wed, 29 May 2024 02:03:51 GMT
Version update only
Tue, 28 May 2024 15:10:09 GMT
Version update only
Tue, 28 May 2024 00:09:47 GMT
Version update only
Sat, 25 May 2024 04:54:07 GMT
Version update only
Thu, 23 May 2024 02:26:56 GMT
Version update only
Wed, 15 May 2024 23:42:58 GMT
Version update only
Wed, 15 May 2024 06:04:17 GMT
Version update only
Fri, 10 May 2024 05:33:34 GMT
Version update only
Mon, 06 May 2024 15:11:05 GMT
Version update only
Wed, 10 Apr 2024 15:10:08 GMT
Version update only
Sat, 24 Feb 2024 23:02:51 GMT
Version update only
Thu, 22 Feb 2024 01:36:09 GMT
- Fix memory leaks on abort controllers.
Wed, 21 Feb 2024 21:45:28 GMT
Version update only
Tue, 20 Feb 2024 21:45:10 GMT
Version update only
Mon, 19 Feb 2024 21:54:27 GMT
Version update only
Sat, 17 Feb 2024 06:24:35 GMT
- Fix broken link to API documentation
Thu, 08 Feb 2024 01:09:22 GMT
Version update only
Mon, 05 Feb 2024 23:46:52 GMT
Version update only
Thu, 25 Jan 2024 01:09:30 GMT
Version update only
Tue, 23 Jan 2024 20:12:58 GMT
Version update only
Tue, 23 Jan 2024 16:15:05 GMT
Version update only
Tue, 16 Jan 2024 18:30:10 GMT
- Upgrade build dependencies
Wed, 03 Jan 2024 00:31:18 GMT
Version update only
Thu, 07 Dec 2023 03:44:13 GMT
Version update only
Thu, 28 Sep 2023 20:53:17 GMT
- Enforce task concurrency limits and respect priority for sequencing.
Tue, 26 Sep 2023 09:30:33 GMT
- Update type-only imports to include the type modifier.
Mon, 25 Sep 2023 23:38:27 GMT
- Add OperationStatus.Waiting to possible states in watcher loop, add exhaustiveness check.
Tue, 19 Sep 2023 15:21:51 GMT
- Initial commit. Includes IPC support and watch loop.