Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 847 Bytes

File metadata and controls

46 lines (27 loc) · 847 Bytes

3.0.1

  • fix: track was not ended when behaviour resulted in a future

3.0.0

  • feat!: upgraded to dart v3
    • removed whenSuccess and whenFailed methods + variants from ExceptionOr
  • feat: better usage of FutureOr functionality

2.1.1

  • ci stuff

2.1.0

  • ci: pipelines
  • doc: updated readme
  • feat: added more extensions for ExceptionOr

2.0.0

  • feat: added helper methods for ExceptionOr
  • feat: auto implemented description
  • fix: fir call onCatch, then stop with error

1.0.0

  • feat! added value to ExceptionOrSuccess.thenStartNextWhenSuccess

0.1.0

  • feat: added default implementation for onCatch

0.0.3

  • Downgrade async package dependency to be compatible with flutter

0.0.2

  • Added the BehaviourInterface and BehaviourInterface
  • Upgraded dependencies

0.0.1

  • Initial version.