Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 867 Bytes

CHANGELOG.md

File metadata and controls

51 lines (30 loc) · 867 Bytes

1.0.1

  • Breaking change: Change structure of constructor to make properties named
  • Add optional report parameter to toResult() extension

1.0.0

  • Add optional repor error parameter
  • Change toString() override to make it clear the original result

0.0.9

  • Fix Error need to be nullable

0.0.8

  • Change StackTrace behaviour.
  • Add toString() to Success

0.0.7

  • Remove StackTrace from future.

0.0.6

  • Change StackTrace obtaining.

0.0.5

  • Add documentation.
  • Remove nullable from getValue.
  • Add Result.wrapFunction() factory.
  • Remove T Function() extension.

0.0.4

  • Add onError callback to unified all error messages.
  • Add T Function() extension.

0.0.3

  • Add toResult() extension on Future<T>
  • Add stackTrace option on Failure

0.0.2

  • Minimal changes.

0.0.1

  • Initial version.