Releases: amaembo/streamex
Releases · amaembo/streamex
StreamEx 0.8.4
StreamEx 0.8.3
- Using Java 17 as a build JDK. Compatibility with Java 8+ stays untouched.
- [#269] Added:
AbstractStreamEx.mapMultiand friends.
StreamEx 0.8.2
StreamEx 0.8.1
StreamEx 0.8.0
- [#244] Added:
StreamEx.toMutableListandStreamEx.toMutableSet.
Removed mutability guarantee fortoListandtoSet.
Added temporary system propertystreamex.default.immutable(set it to 'true' to test with immutabletoListandtoSet) - [#238] Added:
valuesToMap,valuesToSortedMap,valuesToNavigableMapmethods toStreamEx - [#250] Fixed:
EntryStream.withoutKeysandEntryStream.withoutValuesdeclared as@SafeVarargs - [#251] Changed: public classes like
StreamExandEntryStreamdeclared as final now. - [#246] Added: Proper
module-info.class, now it's full-fledged JPMS module - [#247] Fixed: now it's possible to build using Java 16 and Java 17 (though reference builds are created via Java 11)
- [#91] Changed: API tests moved to the separate package.
- [#185] Added:
EntryStream.withoutKeysandEntryStream.withoutValues. - Minor documentation fixes