Releases: iamceph/resulter
Releases · iamceph/resulter
1.1.8 - fix ProtoWrapper
23 Mar 10:15
Compare
Sorry, something went wrong.
No results found
This release fixes my dumbness. Sorry.
1.1.7
14 Mar 19:23
Compare
Sorry, something went wrong.
No results found
updated ProtoWrapper
cleaned up code
deprecation of convertor().grpc()
1.1.6 - fix for Protobuf
04 Mar 10:10
Compare
Sorry, something went wrong.
No results found
Fixed issue #5 for Protobuf
Improved tests
Improved API
1.1.5 - Kotlin Extension refactoring
26 Feb 21:16
Compare
Sorry, something went wrong.
No results found
1.1.5 - Kotlin Extension refactoring
1.1.4 - Kotlin support, Packeto
27 Jan 13:44
Compare
Sorry, something went wrong.
No results found
Added Kotlin support - now you can use Resulter features right away from Mono, etc.
Added possibility to pack/unpack ResultableData via Packeto class.
1.1.3
17 Jan 13:58
Compare
Sorry, something went wrong.
No results found
Fix incorrect message deserializing from ProtoResultable - new Throwable was always created.
1.1.2
07 Jan 12:42
Compare
Sorry, something went wrong.
No results found
Add definition for proto ResultableData
Rename GrpcResultable to ProtoResultable.
1.1.1
28 Dec 20:12
Compare
Sorry, something went wrong.
No results found
add support for flatMap() in DataResultable
update dependencies
1.1.0
09 Nov 19:23
Compare
Sorry, something went wrong.
No results found
Well, alot of changes has happened.
Move to Java 8 as default, I want to support as much projects as possible (sadly).
Remove the SimpleResult and DataResult classes, they were merged with Resultable and DataResultable.
1.0.4 - More accessible Result for gRPC
31 Aug 19:26
Compare
Sorry, something went wrong.
No results found
1.0.4 - More accessible Result for gRPC
You can now access Resultable.convertor().grpc() easily.