Releases: pivovarit/throwing-function
Releases · pivovarit/throwing-function
1.6.1
What's Changed
- Javadoc fixes by @pivovarit in #220
- Add explicit module definition to a multi-release jar by @bowbahdoe in #217
Full Changelog: 1.6.0...1.6.1
1.6.0
1.5.1
1.5.0
- Introduction of Semantic Versioning
- Introduction of
ThrowingIntFunction
- All functional interfaces were moved to
com.pivovarit.function
- Removed controversial
uncheck()
functionality
Release v.1.3
- Added Checker utils function for unwrapping WrappedExceptions thrown by Throwing* types
- Added lift() and lifted() methods
Release v1.2.1
All functional types were extended to support Throwable
Release v1.2
Changelog:
- static unchecked() functions for all present functional types
- complete javadoc
Release v1.1
Release v1.1