for-each-break
Advanced tools
Comparing version 0.2.2 to 0.2.4
{ | ||
"name": "for-each-break", | ||
"version": "0.2.2", | ||
"version": "0.2.4", | ||
"description": "forEach, map and filter with break and return emulation", | ||
@@ -14,3 +14,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"jest": "^24.1.0" | ||
"jest": "^24.8.0" | ||
}, | ||
@@ -17,0 +17,0 @@ "scripts": { |
# for-each-break | ||
[![experimental](http://badges.github.io/stability-badges/dist/experimental.svg)](http://github.com/badges/stability-badges) | ||
[![experimental](https://badges.github.io/stability-badges/dist/experimental.svg)](https://github.com/badges/stability-badges) | ||
@@ -44,3 +44,4 @@ Small utility library implementing `forEach`, `map`, `filter`, `forEachRight`, `mapRight` and | ||
MIT, see [LICENSE.md](http://github.com/vsch/for-each-break/blob/master/LICENSE.md) for details. | ||
MIT, see [LICENSE.md](https://github.com/vsch/for-each-break/blob/master/LICENSE.md) for | ||
details. | ||
@@ -5,2 +5,3 @@ # Version History | ||
- [0.2.4](#024) | ||
- [0.2.2](#022) | ||
@@ -11,2 +12,6 @@ - [0.2.0](#020) | ||
## 0.2.4 | ||
* Fix: update jest version | ||
## 0.2.2 | ||
@@ -13,0 +18,0 @@ |
10782
47