@ndhoule/foldl
Version:
Apply a function to each value in a collection, accumulating the results into a single return value.
30 lines (18 loc) • 447 B
Markdown
## 2.0.1
- Bump @ndhoule/each, @ndhoule/keys dependency to fix Browserify builds
## 2.0.0
- Remove Component/Duo support
## 1.0.3
- Fix Duo compatibility
## 1.0.2
- Ensure npm@>=2.7.0 on Travis CI
- Use scoped package
- Update Makefile
- Move git dependencies to npm packages
- Update installation instructions
## 1.0.1
- Tests passing on IE6-8
- Remove IE6-8 string iteration guarantee
- Remove duplicate test
## 1.0.0
Initial release