Skip to content

Releases: JeffFaer/ThrowingStream

v3.2.0

11 Jul 03:23
Compare
Choose a tag to compare
  • All produced artifacts are now OSGi bundles.

v3.0.0

31 Aug 14:49
Compare
Choose a tag to compare

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

13 Mar 04:03
Compare
Choose a tag to compare

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

29 Jun 20:48
Compare
Choose a tag to compare

Added aliases in ThrowingStream to ThrowingBridge

Added Closeables for what I figure will be a common task.

v2.1.1

06 Jun 22:24
Compare
Choose a tag to compare

RuntimeExceptions are no longer verbose.

v2.1

21 Apr 18:46
Compare
Choose a tag to compare

Exceptions thrown are significantly less verbose and much easier to debug.

v2.0

19 Apr 20:45
Compare
Choose a tag to compare

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

16 Apr 02:21
Compare
Choose a tag to compare

Initial release. 90% of the functionality has been implemented, and should be good enough for most uses.