@thi.ng/defmulti
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.3.2"></a> | ||
## [0.3.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@0.3.1...@thi.ng/defmulti@0.3.2) (2018-05-13) | ||
**Note:** Version bump only for package @thi.ng/defmulti | ||
<a name="0.3.1"></a> | ||
@@ -8,0 +16,0 @@ ## [0.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@0.3.0...@thi.ng/defmulti@0.3.1) (2018-05-12) |
{ | ||
"name": "@thi.ng/defmulti", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Dynamically extensible multiple dispatch via user supplied dispatch function.", | ||
@@ -27,4 +27,4 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@thi.ng/api": "^4.0.0", | ||
"@thi.ng/errors": "^0.1.1" | ||
"@thi.ng/api": "^4.0.1", | ||
"@thi.ng/errors": "^0.1.2" | ||
}, | ||
@@ -31,0 +31,0 @@ "keywords": [ |
@@ -14,4 +14,8 @@ # @thi.ng/defmulti | ||
type checking up to 8 args, but generally works with any number of | ||
arguments. | ||
arguments. Why "only" 8? | ||
> "If you have a procedure with ten parameters, you probably missed some." | ||
> | ||
> -- Alan Perlis | ||
## Installation | ||
@@ -23,2 +27,7 @@ | ||
## Dependencies | ||
- [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/master/packages/api) | ||
- [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/master/packages/errors) | ||
## Usage examples | ||
@@ -66,2 +75,3 @@ | ||
// bar | ||
// 42 | ||
``` | ||
@@ -68,0 +78,0 @@ |
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
26842
157
Updated@thi.ng/api@^4.0.1
Updated@thi.ng/errors@^0.1.2