Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

47 lines (29 loc) · 1.04 KB

Change Log

Version 3.1.1

22-10-30

  • chore: fix broken builds when using library

Version 3.1.0

20-12-22

  • feat: allow logging without annotation
    • Add new configuration option to enable logging for all activities/fragments, without the need for the annotation.

Version 3.0.0

19-12-31

  • [Breaking change] feat: pass the bundle through the interface
    • The public API has been updated to also pass the bundle through it now, please see the README for more information.
  • refactor: update license type to apache 2.0

Version 2.1.0

19-11-07

  • feat: add information for about libraries support
    • LifecykleLog will now be added to the list of libraries used for applications making use of AboutLibraries.

Version 2.0.0

19-03-29

  • refactor: change to configuration
    • Change from everything being configured in the initialize block, to be more configuration based using properties.

Version 1.0.0

19-03-24

  • Initial version.