for-each-break
Version:
forEach, map and filter with break and return emulation
27 lines (15 loc) • 371 B
Markdown
# Version History
[TOC]: # " "
- [0.2.4](#024)
- [0.2.2](#022)
- [0.2.0](#020)
- [0.1.0](#010)
## 0.2.4
* Fix: update jest version
## 0.2.2
* Fix: update dependencies
## 0.2.0
* Add: thisArg to all functions for use as `this` for the callback
* Add: `forEachRight`, `mapRight` and `filterRight` versions for reverse traversal of items
## 0.1.0
Initial release