when v1.8.0 Release Notes

    • ๐Ÿ†• New [when/function](docs/api.md#synchronous-functions), [when/node/function](docs/api.md#node-style-asynchronous-functions), and [when/callbacks](docs/api.md#asynchronous-functions) with functional programming goodness, and adapters for turning callback-based APIs into promise-based APIs. Kudos @riccieri!
    • ๐Ÿ†• New [when/unfold](docs/api.md#whenunfold), and [when/unfold/list](docs/api.md#whenunfoldlist) promise-aware anamorphic unfolds that can be used to generate and/or process unbounded lists.
    • ๐Ÿ†• New [when/poll](docs/api.md#whenpoll) promise-based periodic polling and task execution. Kudos @scothis!