Releases: aleksei-berezkin/fluent-streams
Releases · aleksei-berezkin/fluent-streams
v0.9.2
v0.9.1
- Convert number params to integer in methods like
at()
,drop()
,slice()
etc - Minor bundle optimization
v0.9.0
stream()
function can accept generator function- New
Stream
methods- dropLastWhile()
- dropWhile()
- findIndex()
- findLastIndex()
- groupByToSet()
- slice()
- splice()
- takeLastWhile()
- takeWhile()
- toSet()
- zipAdjacent()
- zipWithNext()
- New
Optional
methods- forEach()
- size()
v0.7.0
- Pass index as 2nd parameter in all iterative methods
- New methods
drop()
dropLast()
flat()
with()
v0.6.0
- Revived the project
- Rewrote implementation to ES6+ to minimize bundle size
- Changed some API to better comply with standard Array
v0.5.2
The project is deprecated
v0.5.1
Mostly standard (as of ES Array) methods signatures
v0.4.7
- Minor optimizations
- Type fix: returned arrays are not
readonly
v0.4.6
- Dynamic generation of delegates to optimize bundle and possibly runtime
v0.4.5
- Various optimizations