Releases: avegera/stream-utils
Releases · avegera/stream-utils
v0.3
What's Changed
- #17 - Added code coverage check to maven build in #32
- #33 - Sorted method in classes in alphabetical order in #34
- #35 - Added method-aliases for iterator in #38
- #37 - Added method alias for joining string method in #39
- #40 - Released 0.3.0 version of library in #41
Full Changelog: v0.2...v0.3
v0.2
What's Changed
- [breaking] Re-organized classes structure + naming by output type:
SafeStreamUtils
class was renamed toStreams
StreamUtils
class was divided into several classes:- Counters
- Finders
- Lists
- Matchers
- Sets
- JavaDoc-comments specified for classes (methods are out of scope)
- Updated readme-file
Internal changes:
- Structure + Naming of classes is specified and prepared for future extensions (ADR-1, ADR-2 and ADR-6)
Full Changelog: v0.1...v0.2
v0.1
What's Changed
- Introduced initial version of safe stream utility-methods
- Published stream-utils library to Maven Central
Full Changelog: https://github.com/avegera/stream-utils/commits/v0.1