Skip to content

Commit

Permalink
doc: updating version for operations
Browse files Browse the repository at this point in the history
  • Loading branch information
Iván Corrales Solera committed Dec 14, 2018
1 parent d88d7ea commit 225d9b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ Visit the [Koazee wiki](https://github.com/wesovilabs/koazee/wiki) to find out w
| [Last](https://github.com/wesovilabs/koazee/wiki/Operation-last) | It returns the element in the last position | v0.0.1 |
| [LastIndexOf](https://github.com/wesovilabs/koazee/wiki/Operation-lastIndexOf) | It returns the last occurrence for the element in the stream.| v0.0.3 |
| [Map](https://github.com/wesovilabs/koazee/wiki/Operation-map) | It converts the element in the stream | v0.0.1 |
| [Pop](https://github.com/wesovilabs/koazee/wiki/Operation-pop) | It extracts the first element in the stream and return this and the new stream | master |
| [Pop](https://github.com/wesovilabs/koazee/wiki/Operation-pop) | It extracts the first element in the stream and return this and the new stream | v0.0.3 |
| [Reduce](https://github.com/wesovilabs/koazee/wiki/Operation-reduce) | It reduceshe stream to a single value by executing a provided function for each value of the stream| v0.0.1 |
| [RemoveDuplicates](https://github.com/wesovilabs/koazee/wiki/Operation-removeDuplcates) | It removes duplicated elements.| v0.0.1 |
| [Reverse](https://github.com/wesovilabs/koazee/wiki/Operation-reverse) | It reverses the sequence of elements in the stream.| master |
| [Reverse](https://github.com/wesovilabs/koazee/wiki/Operation-reverse) | It reverses the sequence of elements in the stream.| v0.0.3 |
| [Set](https://github.com/wesovilabs/koazee/wiki/Operation-set) | It replaces the element in the given index by the provided value | v0.0.3 |
| [Sort](https://github.com/wesovilabs/koazee/wiki/Operation-sort) | It sorts the elements in the stream| v0.0.1 |
| [Take](https://github.com/wesovilabs/koazee/wiki/Operation-take) | It returns a stream with the elements between the given indexes | v0.0.3 |
Expand Down

0 comments on commit 225d9b0

Please sign in to comment.