Skip to content

Commit 1b44aa9

Browse files
committed
Add release-notes.
1 parent fd456b2 commit 1b44aa9

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# iterate-javascript
22

3+
[![Subscribe to Release Notes](https://release-notes.com/badges/v1.svg)](https://release-notes.com/@alrik/iterate-javascript)
4+
35
A handy function with a **unified interface** to iterate Strings, Arrays, TypedArrays, Maps, Sets, (any Iterables) & Objects.
46
The api is oriented on [Array.prototype.forEach](https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach)
57
with the advantage of **iterating almost everything** and **iteration skipping**.

Diff for: release-notes.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
title: Release Notes of iterate-javascript
2+
description: |
3+
A handy function with a **unified interface** to iterate Strings, Arrays, TypedArrays, Maps, Sets, (any Iterables) & Objects.
4+
The api is oriented on [Array.prototype.forEach](https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach)
5+
with the advantage of **iterating almost everything** and **iteration skipping**.
6+
https://github.com/alrik/iterate-javascript
7+
releases:
8+
- version: 0.1.0
9+
date: 2018-02-15
10+
title: Initial Release
11+
added:
12+
- Introduce iterate function.
13+
- Add first tests.

0 commit comments

Comments
 (0)