22-10-30
- chore: fix broken builds when using library
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.
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
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.
19-03-29
- refactor: change to configuration
- Change from everything being configured in the
initialize
block, to be more configuration based using properties.
- Change from everything being configured in the
19-03-24
- Initial version.