Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

51 lines (27 loc) · 2.16 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.3.0 (2023-09-13)

Features

1.2.0 (2023-09-12)

Features

  • add wrap for currying gowait functions (24af8e6)

1.1.0 (2023-09-11)

Features

  • support currying args to gowait (4513f39)

1.0.1 (2023-04-01)

Bug Fixes

1.0.0 (2023-04-01)

Bug Fixes

Features

  • add serial methods (7e8508a)
  • expose deferred (b8ce91c)
  • fifo work queue (7fafc9b)
  • gowait promise->[err,result] (d663938)
  • pass values through acquire (b757279)
  • update bound methods on queue and semaphore (f7b1cbb)