Skip to content

Releases: jtkDvlp/core.async-helpers

3.2.0

26 Jan 14:17
Compare
Choose a tag to compare

Full Changelog: 3.0.2...3.2.0

3.2.0-beta4

16 Sep 15:03
Compare
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
Compare
Choose a tag to compare
3.2.0-beta3 Pre-release
Pre-release
  • Adds async allhelper

3.2.0-beta2

30 Jul 22:03
Compare
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
Compare
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
Compare
Choose a tag to compare

Bugfixes

  • Fixes promise-chan put nil and close issues

3.0.1

28 Jan 09:43
Compare
Choose a tag to compare

Bugfixes

  • Fixes callback marker issue

3.0.0

26 Jan 06:55
Compare
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

2.0.0

12 Jan 14:26
Compare
Choose a tag to compare
  • Restructuring / Renaming
  • New Promise-Features like promise-go / promise-chan
  • Go-Block take <? for chan vals and non chan vals
  • Error aware reduce and into and fixes for map
  • Better error handling including all errors via Throwable (clj) and js/Error / :default (cljs)

1.1.2

28 Aug 10:39
Compare
Choose a tag to compare
Bump version