Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

34 lines (28 loc) · 1.69 KB

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.3.2] - 2019-01-15

Added

  • Convenience make method on MungoHealer to simplify typed make code with single handle(error) catch-all.

[0.3.1] - 2018-10-24

Added

  • Convenience do method on MungoHealer to simplify usage with single handle(error) catch-all.

[0.2.0] - 2018-10-24

Added

  • Convenience implementations of error protocols: MungoError, MungoFatalError & MungoHealableError
  • A debugDescription as an addition to the BaseError protocol.

[0.1.0] - 2018-10-16

Added

  • A MungoHealer main type for global error handling.
  • An ErrorHandler protocol for customizing handling errors.
  • AlertLogErrorHandler as the default implementation of ErrorHandler.
  • Core error type protocols: BaseError, FatalError and HealableError.
  • Core helper types & extensions to make this all work.
  • A very simple Demo project for the iOS platform.
  • Initial documentation within the README.md file.
  • An Xcode file structure loosely based on this Best Practice
  • A .swiftlint.yml based on this template.
  • A .projlint.yml based on this template.
  • Bitrise CI Integration including a badge in the README.md.
  • A logo based on the eponym Mungo Bonham.