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
, 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.