Releases: rbuckton/iterable-query
Releases · rbuckton/iterable-query
1.0.0-pre.2
- Adds asynchronous mapping/filtering and a few other asynchronous callbacks to
AsyncQuery
. - Has a breaking change in that FP-style functions named
break
,if
, anddo
no longer show up in the TypeScript declaration files. They still exist at runtime, but were causing issues with VS Code's auto-import functionality.
1.0.0-pre.0
This is a fairly heavy rewrite of iterable-query
to support both Query
-style and functional-style operations.
In addition this release includes:
- Functional-style operations via
"iterable-query/fn"
- Improved type information
- Support for
AsyncIterable
viaAsyncQuery
- Down-level targets for "es2015" and "es5" (supports "es2017" by default). See https://rbuckton.github.io/iterable-query#supported-ecmascript-editions for more information.
- Improved documentation (via https://rbuckton.github.io/iterable-query), generated via TypeDoc.
This is a pre-release build and I'm looking for feedback on stability, utility, and performance.
Version 0.1.1
v0.1.1 Added tap, through, topMost, bottomMost, fullJoin. bumped version.