Skip to content

v4.6.0

Choose a tag to compare

@trxcllnt trxcllnt released this 26 Jul 00:14
· 32 commits to master since this release

chore

Continuous Integration

  • use github actions instead of travis-ci (#344) (d357a19)

Documentation

BREAKING CHANGES

  • flatMap enumerates inner sequences in parallel

  • flat enumerates inner sequences in parallel

  • feat(concatmap.ts): add concatMap implementation