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)
- compose: add promisify() (dfcf4ab)
1.3.0 (2019-07-07)
- 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)
1.1.0 (2019-02-15)
- compose: add varargs override for jux(), add tests (e9d57fc)
- compose: add new functions (dd13fa9)
1.0.0 (2019-01-21)
- update package build scripts & outputs, imports in ~50 packages (b54b703)
- 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)
- compose: fix comp() for arities >10 (1ebfea9)
- compose: add threadFirst/Last, rename compI => compL (0061b21)
0.2.0 (2018-10-17)
- compose: add partial(), update readme (6851f2c)