Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flatFold(Seq) #4

Closed
RobertFischer opened this issue Nov 12, 2020 · 2 comments
Closed

flatFold(Seq) #4

RobertFischer opened this issue Nov 12, 2020 · 2 comments
Labels
enhancement New feature or request flatFold Issues/PRs about the "flatFold" function released on @next released

Comments

@RobertFischer
Copy link
Owner

We could get some major performance wins by providing a flatFold and flatFoldSeq.

@RobertFischer RobertFischer added enhancement New feature or request flatFold Issues/PRs about the "flatFold" function labels Nov 12, 2020
RobertFischer added a commit that referenced this issue Dec 14, 2020
It's like flatMap, but for folds.

Closes #4
RobertFischer pushed a commit that referenced this issue Dec 14, 2020
## [2.1.0-rc.2](v2.1.0-rc.1...v2.1.0-rc.2) (2020-12-14)

### Features

* **flatfold:** implement a concatenating version of fold ([a2c7cb4](a2c7cb4)), closes [#4](#4)
@RobertFischer
Copy link
Owner Author

🎉 This issue has been resolved in version 2.1.0-rc.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

RobertFischer pushed a commit that referenced this issue Dec 14, 2020
## [2.1.0](v2.0.2...v2.1.0) (2020-12-14)

### Features

* **constructor:** allow any promisable to be passed in (not just a Promise) ([767d773](767d773))
* **flatfold:** implement a concatenating version of fold ([3b065be](3b065be)), closes [#4](#4)
@RobertFischer
Copy link
Owner Author

🎉 This issue has been resolved in version 2.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request flatFold Issues/PRs about the "flatFold" function released on @next released
Projects
None yet
Development

No branches or pull requests

1 participant