Skip to content

Commit

Permalink
release 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinnajder committed Dec 21, 2016
1 parent e689408 commit 8745549
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<a name="0.0.4"></a>

<a name="0.0.6"></a>
# [0.0.6](https://github.com/marcinnajder/powerseq/releases/tag/0.0.6) (2016-12-21)

* new operators: orderby, orderbydescending, thenby, thenbydescending operators
* remove sort operator

<a name="0.0.5"></a>
# [0.0.5](https://github.com/marcinnajder/powerseq/releases/tag/0.0.5) (2016-12-20)

* full LINQ compiliant groupby operator implementation
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": "powerseq",
"version": "0.0.5",
"version": "0.0.6",
"description": "Sequence operators",
"scripts": {
"del": "npm-run-all del-dist del-npmpackage",
Expand Down

0 comments on commit 8745549

Please sign in to comment.