Tags: JavaChat/streems
Tags
0.2.0
* Travis integration (thanks to Madara Uchiha).
* Documentation updates.
* Add traversal using Streams of children.
* Fix bug with children array traversal.
* Rewrite breadth first spliterator to a more space efficient version.
* Spliterators are not DISTINCT anymore.
Francis Galiegue (13):
Announce 0.1.0; update version
Fix a small mistake in the README
Merge pull request #2 from MadaraUchiha/feature/travis-integration
Fix .travis.yml
PostOrderSpliterator: remove an unneeded type parameter
Merge pull request #3 from MadaraUchiha/patch-1
README update: quote TreeTraverser's javadoc for tree traversal examples
BreadthFirstSpliterator: change the Deque to accept iterators instead of elements
BreadthFirstSpliterator: replace with a loop
NaryTreeSpliterator: don't make it return DISTINCT as a characteristic
Streems: fix an obvious bug with .traverse()ing with arrays
Add a way to traverse using classes providing a stream of children
0.2.0
Madara Uchiha (2):
Naive implementation of Travis integration
Add Travis build status to README.md