What's Changed
- Migrated missing extension from last bounds update and included new reverse hierarchy component search. (#62)
- Added the ability to "Wrap" log messages managed by the logger to make them easier to identify in LogCat and Android debugging output (#63)
- Renamed
TryGetComponentInParentHierarchy
toTryFindAncestorComponent
and properly implementedFindAncestorComponent
(#64)
Full Changelog: v1.0.12...v1.0.13