Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Releases: iamceph/resulter

1.1.8 - fix ProtoWrapper

23 Mar 10:15

Choose a tag to compare

This release fixes my dumbness. Sorry.

1.1.7

14 Mar 19:23

Choose a tag to compare

  • updated ProtoWrapper
  • cleaned up code
  • deprecation of convertor().grpc()

1.1.6 - fix for Protobuf

04 Mar 10:10

Choose a tag to compare

  • Fixed issue #5 for Protobuf
  • Improved tests
  • Improved API

1.1.5 - Kotlin Extension refactoring

26 Feb 21:16
4c4d467

Choose a tag to compare

1.1.5 - Kotlin Extension refactoring

1.1.4 - Kotlin support, Packeto

27 Jan 13:44

Choose a tag to compare

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

Choose a tag to compare

  • Fix incorrect message deserializing from ProtoResultable - new Throwable was always created.

1.1.2

07 Jan 12:42

Choose a tag to compare

  • Add definition for proto ResultableData
  • Rename GrpcResultable to ProtoResultable.

1.1.1

28 Dec 20:12

Choose a tag to compare

  • add support for flatMap() in DataResultable
  • update dependencies

1.1.0

09 Nov 19:23

Choose a tag to compare

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

Choose a tag to compare

1.0.4 - More accessible Result for gRPC

You can now access Resultable.convertor().grpc() easily.