Releases: biggyspender/ts-functional-pipe
Releases · biggyspender/ts-functional-pipe
v4.0.0-beta.2
4.0.0-beta.2 (2022-06-06)
Performance Improvements
- compose: reimplement compose for better perf (2bebb6e)
v4.0.0-beta.1
4.0.0-beta.1 (2022-03-30)
Features
- deferp0: improve parameter name inference of deferred parameter (3d66f85)
BREAKING CHANGES
- deferp0: Signature of functions returned by deferP0 is changed (improved)
v3.1.2
v3.1.1
v3.1.0
v3.0.0
3.0.0 (2021-03-11)
Bug Fixes
- pipe/compose: generate correct implementations of pipe and compose (f6d582d)
Build System
- update deps: update all NPM dependencies (79a453b)
Features
- applyargs: improve usage (eff7ccf)
- composition: allow variadic function params for 1st func in composition chain (1ffa778)
- exports: overhaul exports (fae5980)
BREAKING CHANGES
- exports: Assume no continuity between v2 and v3. Exports have changed, and those that remain
may have significant changes to functionality. See README - pipe/compose: semantics of pipe and compose have changed. See README
- composition: consumers of functions pipe, compose, typedCompose and typedPipe will to update
generic parameter from (for instance) typedCompose<string,...> to typedCompose<[string],...> where
the 1st generic parameter is now a tuple describing variadic parameters of first function in
composition chain rather that a single unary parameter - update deps: lib folder is no longer included in published package