Releases: jtkDvlp/core.async-helpers
Releases · jtkDvlp/core.async-helpers
3.3.1
3.2.0
Full Changelog: 3.0.2...3.2.0
3.2.0-beta4
Moves main deps out of provided profile
3.2.0-beta3
- Adds async
all
helper
3.2.0-beta2
- Adds async reduce (
areduce
) and walk (awalk
,aprewalk
,apostwalk
) - Betters some docs
- Fixes private
amap
to public
3.2.0-beta
Features
- Adds
smap
(chain
) andamap
- Adds print tools for development
3.0.2
3.0.1
3.0.0
2.0.0
- Restructuring / Renaming
- New Promise-Features like
promise-go
/promise-chan
- Go-Block take
<?
for chan vals and non chan vals - Error aware
reduce
andinto
and fixes formap
- Better error handling including all errors via
Throwable
(clj) andjs/Error
/:default
(cljs)