@thi.ng/compose
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -6,16 +6,4 @@ # Change Log | ||
# [1.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/compose@1.1.2...@thi.ng/compose@1.2.0) (2019-03-10) | ||
## [1.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/compose@1.2.0...@thi.ng/compose@1.2.1) (2019-03-28) | ||
### Features | ||
* **compose:** add complement() ([5a5a2d1](https://github.com/thi-ng/umbrella/commit/5a5a2d1)) | ||
* **compose:** add trampoline() ([9e4c171](https://github.com/thi-ng/umbrella/commit/9e4c171)) | ||
## [1.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/compose@1.1.1...@thi.ng/compose@1.1.2) (2019-03-01) | ||
**Note:** Version bump only for package @thi.ng/compose | ||
@@ -27,7 +15,9 @@ | ||
## [1.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/compose@1.1.0...@thi.ng/compose@1.1.1) (2019-02-26) | ||
# [1.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/compose@1.1.2...@thi.ng/compose@1.2.0) (2019-03-10) | ||
**Note:** Version bump only for package @thi.ng/compose | ||
### Features | ||
* **compose:** add complement() ([5a5a2d1](https://github.com/thi-ng/umbrella/commit/5a5a2d1)) | ||
* **compose:** add trampoline() ([9e4c171](https://github.com/thi-ng/umbrella/commit/9e4c171)) | ||
@@ -50,20 +40,2 @@ | ||
## [1.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/compose@1.0.1...@thi.ng/compose@1.0.2) (2019-02-05) | ||
**Note:** Version bump only for package @thi.ng/compose | ||
## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/compose@1.0.0...@thi.ng/compose@1.0.1) (2019-01-21) | ||
**Note:** Version bump only for package @thi.ng/compose | ||
# [1.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/compose@0.3.0...@thi.ng/compose@1.0.0) (2019-01-21) | ||
@@ -70,0 +42,0 @@ |
@@ -139,16 +139,16 @@ 'use strict'; | ||
exports.Delay = Delay; | ||
exports.comp = comp; | ||
exports.compI = compI; | ||
exports.compL = compL; | ||
exports.compI = compI; | ||
exports.complement = complement; | ||
exports.constantly = constantly; | ||
exports.delay = delay; | ||
exports.Delay = Delay; | ||
exports.delayed = delayed; | ||
exports.foo = foo; | ||
exports.identity = identity; | ||
exports.juxt = juxt; | ||
exports.partial = partial; | ||
exports.foo = foo; | ||
exports.threadFirst = threadFirst; | ||
exports.threadLast = threadLast; | ||
exports.trampoline = trampoline; |
@@ -139,14 +139,14 @@ (function (global, factory) { | ||
exports.Delay = Delay; | ||
exports.comp = comp; | ||
exports.compI = compI; | ||
exports.compL = compL; | ||
exports.compI = compI; | ||
exports.complement = complement; | ||
exports.constantly = constantly; | ||
exports.delay = delay; | ||
exports.Delay = Delay; | ||
exports.delayed = delayed; | ||
exports.foo = foo; | ||
exports.identity = identity; | ||
exports.juxt = juxt; | ||
exports.partial = partial; | ||
exports.foo = foo; | ||
exports.threadFirst = threadFirst; | ||
@@ -153,0 +153,0 @@ exports.threadLast = threadLast; |
{ | ||
"name": "@thi.ng/compose", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Arity-optimized functional composition helpers", | ||
@@ -35,4 +35,4 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^5.1.0", | ||
"@thi.ng/errors": "^1.0.3" | ||
"@thi.ng/api": "^6.0.0", | ||
"@thi.ng/errors": "^1.0.4" | ||
}, | ||
@@ -49,3 +49,3 @@ "keywords": [ | ||
"sideEffects": false, | ||
"gitHead": "794f0b6f07f6eef99f6f244d6c52c1d5de34675f" | ||
"gitHead": "1936d357f46f46d0435e3c7597b845898a91b80d" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56773
+ Added@thi.ng/api@6.13.6(transitive)
- Removed@thi.ng/api@5.1.0(transitive)
Updated@thi.ng/api@^6.0.0
Updated@thi.ng/errors@^1.0.4