Skip to content

Latest commit

 

History

History
87 lines (44 loc) · 3.15 KB

CHANGELOG.md

File metadata and controls

87 lines (44 loc) · 3.15 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.4.8 (2020-06-01)

Note: Version bump only for package @thi.ng/compose

1.4.0 (2020-03-28)

Features

  • compose: add promisify() (dfcf4ab)

1.3.0 (2019-07-07)

Features

  • compose: add ifDef() (64aba00)
  • compose: address TS strictNullChecks, make Delay.value protected (1540f37)
  • compose: enable TS strict compiler flags (refactor) (8ea894a)

1.2.0 (2019-03-10)

Features

  • compose: add complement() (5a5a2d1)
  • compose: add trampoline() (9e4c171)

1.1.0 (2019-02-15)

Bug Fixes

  • compose: add varargs override for jux(), add tests (e9d57fc)

Features

  • compose: add new functions (dd13fa9)

1.0.0 (2019-01-21)

Build System

  • update package build scripts & outputs, imports in ~50 packages (b54b703)

BREAKING CHANGES

  • enabled multi-outputs (ES6 modules, CJS, UMD)
  • build scripts now first build ES6 modules in package root, then call scripts/bundle-module to build minified CJS & UMD bundles in /lib
  • all imports MUST be updated to only refer to package level (not individual files anymore). tree shaking in user land will get rid of all unused imported symbols.

0.3.0 (2018-12-27)

Bug Fixes

  • compose: fix comp() for arities >10 (1ebfea9)

Features

  • compose: add threadFirst/Last, rename compI => compL (0061b21)

0.2.0 (2018-10-17)

Features

  • compose: add partial(), update readme (6851f2c)

0.1.0 (2018-08-24)

Features

  • compose: extract comp() & juxt() to new @thi.ng/compose package (ca0a04e)