Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 645 Bytes

CHANGELOG.md

File metadata and controls

32 lines (18 loc) · 645 Bytes

Change Log - @rushstack/operation-graph

This log was last generated on Thu, 28 Sep 2023 20:53:17 GMT and should not be manually modified.

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.