Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@chestercharles chestercharles released this 13 Jun 06:07
· 1 commit to main since this release
246ef35

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