Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 708 Bytes

File metadata and controls

37 lines (21 loc) · 708 Bytes

Change Log - @rushstack/operation-graph

This log was last generated on Thu, 07 Dec 2023 03:44:13 GMT and should not be manually modified.

0.2.1

Thu, 07 Dec 2023 03:44:13 GMT

Version update only

0.2.0

Thu, 28 Sep 2023 20:53:17 GMT

Minor changes

  • Enforce task concurrency limits and respect priority for sequencing.

0.1.2

Tue, 26 Sep 2023 09:30:33 GMT

Patches

  • Update type-only imports to include the type modifier.

0.1.1

Mon, 25 Sep 2023 23:38:27 GMT

Patches

  • Add OperationStatus.Waiting to possible states in watcher loop, add exhaustiveness check.

0.1.0

Tue, 19 Sep 2023 15:21:51 GMT

Minor changes

  • Initial commit. Includes IPC support and watch loop.