Releases: amaembo/streamex
Releases · amaembo/streamex
StreamEx 0.8.3
- Using Java 17 as a build JDK. Compatibility with Java 8+ stays untouched.
- [#269] Added:
AbstractStreamEx.mapMulti
and friends.
StreamEx 0.8.2
StreamEx 0.8.1
StreamEx 0.8.0
- [#244] Added:
StreamEx.toMutableList
andStreamEx.toMutableSet
.
Removed mutability guarantee fortoList
andtoSet
.
Added temporary system propertystreamex.default.immutable
(set it to 'true' to test with immutabletoList
andtoSet
) - [#238] Added:
valuesToMap
,valuesToSortedMap
,valuesToNavigableMap
methods toStreamEx
- [#250] Fixed:
EntryStream.withoutKeys
andEntryStream.withoutValues
declared as@SafeVarargs
- [#251] Changed: public classes like
StreamEx
andEntryStream
declared 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.withoutKeys
andEntryStream.withoutValues
. - Minor documentation fixes