This repository has been archived by the owner on Sep 17, 2023. It is now read-only.
Releases: proc7ts/push-iterator
Releases · proc7ts/push-iterator
Release 3.1.2
Release 3.1.1
Packaging
- Build with @run-z/project-config`.
- Make exports compatible with
Node16
module resolution. - Expose type definitions with
typesVersions
property.
Release 3.1.0
New Features
- Add iteration mode hints (#12).
This allows to select optimal iteration strategy.
Release 3.0.0
Release 2.6.0
Packaging
- Bundle in ESM format only.
Release 2.5.0
New Features
- Add
valueIt()
,valueArray()
, andvalueIndexed()
functions.
A more effective combination to map/filter operations with some limitations.
Fixes
- Fix
filterIt()
,filterArray()
, andfilterIndexed()
type definitions.
Move more specific overrides up.
Release 2.4.1
Packaging
- Flatten type definitions with @proc7ts/rollup-plugin-flat-dts
Release 2.4.0
Packaging
- Merge all type definitions to one file.
Dependencies
- TypeScript 4.1.
- Drop
@proc7ts/primitives
dependency.
Release 2.3.0
Packaging
"type": "module"
Release 2.2.0
New Features
- Add support for indexed list of items:
overIndexed()
filterIndexed()
flatMapIndexed()
mapIndexed()