Skip to content

Commit

Permalink
Bump version to 2.0 for publication.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed May 30, 2017
1 parent f6ea88d commit d5da874
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes

## 2.0.0
* sequences are now reusable as long as the original iterator is reusable.
* it is not possible to initialize a sequence with a function that returns an iterator
This is very powerful.
* `.count()` added.
* special thanks to @sea1jxr for all of the above.

## 1.3.0
* Refactor the methods to give them a logical grouping - thanks to @sea1jxr

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gensequence",
"version": "1.3.0",
"version": "2.0.0",
"description": "Small library to simplify working with Generators and Iterators in Javascript / Typescript",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit d5da874

Please sign in to comment.