fun-promises Changelog
1.2.0 (2020-12-03)
- fold: implements fold in case map and filter don't cut it (86c010f), closes #12
- tap: implement 'tap' for peeking at values (0f4816a)
- release: the cleanup caused a problem with the autocommitting (6c03637)
1.2.0-rc.2 (2020-12-02)
1.2.0-rc.1 (2020-12-02)
- tap: implement 'tap' for peeking at values (0f4816a)
- release: the cleanup caused a problem with the autocommitting (6c03637)
1.1.0-rc.2 (2020-12-02)
- tap: implement 'tap' for peeking at values (ce059bd)
- release: the cleanup caused a problem with the autocommitting (c9ad636)
fun-promises Changelog
1.0.0-rc.3 (2020-11-12)
- flatmap and join: implement the flatMap(Seq) and join methods (0f699e7)