Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.2 KB

File metadata and controls

38 lines (30 loc) · 1.2 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.

Types of changes:

  • Added for new features
  • Changed for changes in existing functionality
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

[Unreleased]

[0.4.0] - 2022-03-30

Updated

  • Dependencies: SDK version 31
  • Dependencies: Kotlin version 1.6.10 compatibility
  • Dependencies: Gradle Wrapper 7.4
  • Dependencies: AGP to 7.1.2

Fixed

  • Breadcrumbs activity check on FragmentActivity instead of AppComponentActivity

[0.3.0] - 2021-02-05

Added

  • Breadcrumbs class was added into the Logging module. Tracks the most important lifecycle events and posts them to Timber.

[Released]

[0.2.0] - 2020-07-14

Added

  • Interactor module with use case examples. Includes a base Interactor, ResultInteractor, SubjectInteractor and SuspendingWorkInteractor.

[0.1.0] - 2020-06-24

Added

  • Initial test release