Releases: JeffFaer/ThrowingStream
Releases · JeffFaer/ThrowingStream
v3.2.0
- All produced artifacts are now OSGi bundles.
v3.0.0
Separate the functional interfaces from the ThrowingStream
jar. If you need to use the interfaces without the full ThrowingStream
implementation, now you can!
v2.3.0
Removed Closeables for now.
ThrowingStream and its primitive variants now have a rethrow method which allows you to change what type of exception is thrown.
v2.2.0
Added aliases in ThrowingStream to ThrowingBridge
Added Closeables for what I figure will be a common task.
v2.1.1
RuntimeExceptions are no longer verbose.
v2.1
Exceptions thrown are significantly less verbose and much easier to debug.
v2.0
The API is now entirely self-contained.
v1.0 used the non-throwing variants of IntStream
, LongStream
, and DoubleStream
.
v2.0 introduces throwing variants of the above streams.
v1.0
Initial release. 90% of the functionality has been implemented, and should be good enough for most uses.