New
Added pipe
, flow
, map
, and filter
to alias asyncPipe
, asyncFlow
, asyncMap
, and asyncFilter
.
Breaking Changes
Fixed a TypeScript bug with pipe
where it expected to be invoked again with its first argument. The type is incorrect, invoking pipe
will return a Promise of the transformed type. This fix will break users depending on the incorrect type.
Full Changelog: v2.0.0...v3.0.0