Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Latest commit

 

History

History
50 lines (43 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

50 lines (43 loc) · 1.91 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]

Added

  • None.

Changed

  • None.

Deprecated

  • None.

Removed

  • None.

Fixed

  • None.

Security

  • None.

[0.3.3] - 2021-09-28

Fixed

  • Fixed a warning in the manifest file with newer version of SwiftPM.

[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.