Skip to content

Releases: jtkDvlp/core.async-helpers

3.3.2

05 Dec 11:03

Choose a tag to compare

  • Fixes memory issue of cljs consume

3.3.1

05 Feb 22:17

Choose a tag to compare

  • Adds consume!
  • Fixes awalk issue, thanks to @ojw

3.2.0

26 Jan 14:17

Choose a tag to compare

Full Changelog: 3.0.2...3.2.0

3.2.0-beta4

16 Sep 15:03

Choose a tag to compare

3.2.0-beta4 Pre-release
Pre-release
Moves main deps out of provided profile

3.2.0-beta3

08 Aug 19:22

Choose a tag to compare

3.2.0-beta3 Pre-release
Pre-release
  • Adds async allhelper

3.2.0-beta2

30 Jul 22:03

Choose a tag to compare

3.2.0-beta2 Pre-release
Pre-release
  • Adds async reduce (areduce) and walk (awalk, aprewalk, apostwalk)
  • Betters some docs
  • Fixes private amap to public

3.2.0-beta

05 May 19:07

Choose a tag to compare

3.2.0-beta Pre-release
Pre-release

Features

  • Adds smap (chain) and amap
  • Adds print tools for development

3.0.2

05 May 19:04

Choose a tag to compare

Bugfixes

  • Fixes promise-chan put nil and close issues

3.0.1

28 Jan 09:43

Choose a tag to compare

Bugfixes

  • Fixes callback marker issue

3.0.0

26 Jan 06:55

Choose a tag to compare

  • Uses always and only ExceptionInfo within clj / cljs for channel error propagation
    • Auto converts Throwables, js/Errors and thrown JS objects to ExceptionInfo
  • Replaces ex-info data :error key with :code