Skip to content

Releases: biggyspender/ts-functional-pipe

v4.0.0-beta.2

06 Jun 18:13
Compare
Choose a tag to compare
v4.0.0-beta.2 Pre-release
Pre-release

4.0.0-beta.2 (2022-06-06)

Performance Improvements

  • compose: reimplement compose for better perf (2bebb6e)

v4.0.0-beta.1

30 Mar 00:31
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

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

29 Mar 20:55
Compare
Choose a tag to compare

3.1.2 (2022-03-29)

Bug Fixes

  • tslib: update to latest tslib due to build errors (dfcd86d)

v3.1.1

15 Mar 19:19
Compare
Choose a tag to compare

3.1.1 (2021-03-15)

Bug Fixes

  • package.json: add keywords and description (4390ecf)

v3.1.0

11 Mar 20:41
Compare
Choose a tag to compare

3.1.0 (2021-03-11)

Bug Fixes

  • codegen: ensure doc-comments are copied into generated code (5f9ba59)

Features

  • pipeinto: implement pipeInto shorthand function (3b18c26)

v3.0.0

11 Mar 17:55
Compare
Choose a tag to compare

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

v2.1.1

27 Mar 03:03
Compare
Choose a tag to compare

2.1.1 (2020-03-27)

Bug Fixes

  • function naming: alias pipe to compose and typedPipe to typedCompose (c2fdb6c)

v2.1.0

27 Mar 02:36
Compare
Choose a tag to compare

2.1.0 (2020-03-27)

Features

  • compose: add compose function and export UnaryFunction type (723e886)

v2.0.1

26 Mar 20:17
Compare
Choose a tag to compare

2.0.1 (2020-03-26)

Bug Fixes

  • travis: Make config changes for build in travis-ci.com (eb2c0f8)

v2.0.0

12 Apr 20:29
Compare
Choose a tag to compare

2.0.0 (2019-04-12)

Features

  • exported functions: rename pipeInto alias from $p to pp (f14112a)

BREAKING CHANGES

  • exported functions: $p is now pp