array-fp-utils
Advanced tools
Comparing version 0.1.0 to 0.1.1
# array-fp-utils | ||
## 0.1.1 | ||
### Patch Changes | ||
- b8e644c: Update in-document link attributes | ||
## 0.1.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "array-fp-utils", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Array utilities for functional programming in TypeScript.", | ||
@@ -14,2 +14,19 @@ "keywords": [ | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Dimitrios C. Michalakos", | ||
"email": "dimitris@jmike.gr", | ||
"url": "https://github.com/jmike" | ||
}, | ||
{ | ||
"name": "Nikolaos Tsompanidis", | ||
"email": "nikostsompanides@gmail.com", | ||
"url": "https://github.com/NikosTsompanides" | ||
}, | ||
{ | ||
"name": "Konstantinos Liberopoulos", | ||
"email": "libekonst@gmail.com", | ||
"url": "https://github.com/libekonst" | ||
} | ||
], | ||
"repository": { | ||
@@ -16,0 +33,0 @@ "type": "git", |
@@ -34,3 +34,3 @@ # array-fp-utils | ||
### <a name="groupBy" href="groupBy">#</a>groupBy | ||
### <a id="groupBy"></a>groupBy | ||
@@ -83,3 +83,3 @@ ```typescript | ||
### <a name="intersect" href="intersect">#</a>intersect | ||
### <a id="intersect"></a>intersect | ||
@@ -97,3 +97,3 @@ ```typescript | ||
### <a name="intersectWith" href="intersectWith">#</a>intersectWith | ||
### <a id="intersectWith"></a>intersectWith | ||
@@ -123,3 +123,3 @@ ```typescript | ||
### <a name="isDistinctArray" href="isDistinctArray">#</a>isDistinctArray | ||
### <a id="isDistinctArray"></a>isDistinctArray | ||
@@ -134,3 +134,3 @@ ```typescript | ||
### <a name="isSubsetOf" href="isSubsetOf">#</a>isSubsetOf | ||
### <a id="isSubsetOf"></a>isSubsetOf | ||
@@ -147,3 +147,3 @@ ```typescript | ||
### <a name="isSubsetOfWith" href="isSubsetOfWith">#</a>isSubsetOfWith | ||
### <a id="isSubsetOfWith"></a>isSubsetOfWith | ||
@@ -169,3 +169,3 @@ ```typescript | ||
### <a name="unique" href="unique">#</a>unique | ||
### <a id="unique"></a>unique | ||
@@ -189,3 +189,3 @@ ```typescript | ||
### <a name="uniqueBy" href="uniqueBy">#</a>uniqueBy | ||
### <a id="uniqueBy"></a>uniqueBy | ||
@@ -192,0 +192,0 @@ ```typescript |
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
22255