Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 990 Bytes

CHANGELOG.MD

File metadata and controls

32 lines (27 loc) · 990 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[0.0.4-alpha] - 2017-08-20

Added

  • HandledException for recover Exception
  • NotHandledException to crash the client if any Exception is not handled
  • CollisionException to crash the client if more than one ExceptionDelegate handles a Exception
  • Test for: CollisionException

Changed

  • ExceptionControllerImpl now throws NotHandledException if cannot handle an Exception
  • ExceptionControllerImpl now throws CollisionException if there are more than one delegate that handles the same exception for the same scope
  • Tests for: ExceptionControllerImpl
  • UseCase Callback method name from onError to onException

Removed

  • DelegatesCollisionError
  • Error
  • NotHandledError
  • NotRecoverableError
  • Unused strings