What's Changed * Switch to github actions and use python 3.8+ by Arnoldosmium in https://github.com/Arnoldosmium/pystreamer/pull/9 * Configure deploy and remove travis by Arnoldosmium in https://github.com/Arnoldosmium/pystreamer/pull/10
[Impl break] `Zipper` operator flips the meaning of its boolean flag [Feature] Add `constant_of` `iterate` `generate` stream generators [Feature] Add set cartesian product family generators [Feature] Add text buffer split family generators
0.4.0
[Fix] bugs of stream operators processing incorrectly on `None` elements [Feature] `cross` operation [Feature] adjacent element pair operation family [Feature] `zip` family operations [Feature] collapse family operations [Feature] `has` family operation [Feature] adjacent group operations [Feature] group by operations
[Break] Remove the support of `Dragon` as an alias of `Stream` [Feature] Add collector definition and collector for counting [Feature] Add commonly used stream consumer functions - now very similar to `Stream` of Java