Skip to content

0.13.0: Transducers, recipes, and more fusion

Compare
Choose a tag to compare
@briancavalier briancavalier released this 30 Mar 12:46
· 416 commits to master since this release
  • Add most.transduce and stream.transduce for transducer support for cognitect-labs/transducers-js, jlongster/transducers.js, and any transducer impl that supports the same protocol.
  • Add recipes showing how to solve common and interesting use cases. Community contributions very welcome!
  • Fuse adjacent map and filter combinators even further. In addition to the level of fusion that is already done for all combinators, chains of map and filter are now fused into a single step.
  • Improve and simplify timeslice combinators (since, until, and during)
  • Fix an issue with since which caused it to ignore end-of-stream.
  • Fix an issue with some examples not loading.