Simple-Stack 2.9.1 (2025-12-25)
- ADDED:
Backstack.exitScopes(scopeTags),
Backstack.exitScopes(scopeTags, direction),
Backstack.exitScopesTo(scopeTags),
Backstack.exitScopesTo(scopeTags, direction)(as per #290).
This new function allows passing in multiple scopes, out of which the left-most is the one that will be exited.
If neither scope is found, the navigation operation is still invalid, so that throws an exception.