Skip to content

Releases: rbuckton/iterable-query

1.0.0-pre.2

22 Oct 18:04
Compare
Choose a tag to compare
1.0.0-pre.2 Pre-release
Pre-release
  • Adds asynchronous mapping/filtering and a few other asynchronous callbacks to AsyncQuery.
  • Has a breaking change in that FP-style functions named break, if, and do 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

08 Oct 19:36
Compare
Choose a tag to compare
1.0.0-pre.0 Pre-release
Pre-release

This is a fairly heavy rewrite of iterable-query to support both Query-style and functional-style operations.

In addition this release includes:

This is a pre-release build and I'm looking for feedback on stability, utility, and performance.

Version 0.1.1

06 Jul 21:29
Compare
Choose a tag to compare
Version 0.1.1 Pre-release
Pre-release
v0.1.1

Added tap, through, topMost, bottomMost, fullJoin. bumped version.