Skip to content

Latest commit

 

History

History
154 lines (68 loc) · 4.93 KB

CHANGELOG.md

File metadata and controls

154 lines (68 loc) · 4.93 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.6 (2022-01-30)

Bug Fixes

  • Moderate issues in the dependency tree (a4ed83e)

2.0.5 (2021-10-10)

Bug Fixes

  • remove unecessary logs in the test suite (a3d1b12)
  • Test fail the sync challange (44d9cd2)
  • Test fail the sync challange (7db4d7d)
  • Test fail the sync challange (b9bd466)
  • Test fail the sync challange (881bd84)
  • Vulnerabilities (bf6a1cc)

2.0.4 (2020-07-16)

Bug Fixes

2.0.3 (2020-03-23)

Bug Fixes

2.0.2 (2020-03-22)

2.0.1 (2020-03-21)

Bug Fixes

  • Transducers do not support promises. (21191c2)

2.0.0 (2020-03-21)

Features

  • Add support for transducers (1bbb771)

1.0.5 (2020-03-18)

Bug Fixes

  • travis deploy + vulnerabilities (44e681a)

1.0.4 (2019-11-28)

Bug Fixes

  • 5 vulnerabilities (1 low, 1 moderate, 3 high) (77f2fdf)

1.0.3 (2019-09-24)

Bug Fixes

  • setImmediate does not exist in the browser. (87600f2)

1.0.2 (2019-09-24)

1.0.1 (2019-09-18)

Bug Fixes

  • Closing the timeout channel does not remove the task from the nodejs event loop. (e923726)

1.0.0 (2019-09-18)

Bug Fixes

  • Closing a channel does not immediately release all puts and takes. (a9f2e7f)

0.1.1 (2019-04-30)

0.1.0 (2019-04-30)

Bug Fixes

  • alts can create never ending loops (dd67155)

0.0.5 (2019-04-02)

Features

  • Add support for throttling (7240214)

0.0.4 (2019-03-04)

Bug Fixes

  • Buffered channel does not unblock PUT after a TAKE occurs (33be2e1)

0.0.3 (2019-03-03)

0.0.2 (2019-03-03)

0.0.1 (2019-03-03)

Features

  • Add support for all basic core.async features (32fe82b)