Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 2.35 KB

CHANGELOG.md

File metadata and controls

61 lines (37 loc) · 2.35 KB

fun-promises Changelog

1.2.0 (2020-12-03)

Features

  • fold: implements fold in case map and filter don't cut it (86c010f), closes #12
  • tap: implement 'tap' for peeking at values (0f4816a)

Reverts

  • release: the cleanup caused a problem with the autocommitting (6c03637)

1.2.0-rc.2 (2020-12-02)

Features

  • fold: implements fold in case map and filter don't cut it (86c010f), closes #12

1.2.0-rc.1 (2020-12-02)

Features

  • tap: implement 'tap' for peeking at values (0f4816a)

Reverts

  • release: the cleanup caused a problem with the autocommitting (6c03637)

1.1.0-rc.2 (2020-12-02)

Features

  • tap: implement 'tap' for peeking at values (ce059bd)

Reverts

  • release: the cleanup caused a problem with the autocommitting (c9ad636)

fun-promises Changelog

1.0.0-rc.3 (2020-11-12)

Features

  • flatmap and join: implement the flatMap(Seq) and join methods (0f699e7)