array-mapcat
Advanced tools
Comparing version 0.1.3 to 0.1.4
# Change Log | ||
All notable changes to this project will be documented in this file (keepachangelog.com). | ||
## 0.1.4 - 2016-01-13 | ||
### Added | ||
- Add js-mapcat to alternatives. | ||
## 0.1.3 - 2016-01-12 | ||
@@ -5,0 +9,0 @@ ### Added |
{ | ||
"name": "array-mapcat", | ||
"description": "Curried function deriving new array values by applying provided function to each item/index of provided array then applying `concat` to the results. Fast and compatible with modern or old browsers.", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"author": "Wil Moore III <wil.moore@wilmoore.com>", | ||
@@ -6,0 +6,0 @@ "bugs": { |
@@ -18,3 +18,3 @@ # array-mapcat | ||
- This is similar to doing `[].concat.apply([], [].map())` but in a more functional and compositionally friendly way. | ||
- Similar to `[].concat.apply([], [].map())` but more functional and compositionally friendly. | ||
- Optionally, a dot-notation formatted string may be provided for item property access. | ||
@@ -85,2 +85,3 @@ | ||
- [concat-map] | ||
- [js-mapcat] | ||
@@ -99,1 +100,2 @@ ## Contributing | ||
[concat-map]: https://www.npmjs.com/package/concat-map | ||
[js-mapcat]: https://www.npmjs.com/package/js-mapcat |
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
7178
99