Simple Stack 1.13.2
Simple-Stack 1.13.2 (2019-02-05)
-
FIX: Fix that a service registered multiple times in the same scope with different tags would receive service lifecycle callbacks as many times as it was registered.
-
ADD: Convenience method
stateChange.isTopNewStateEqualToPrevious()to replacestateChange.topNewState<Any>() == stateChange.topPreviousState()condition check. It does the same thing, but maybe it's a bit easier to read. -
FIX: Fix a typo which resulted in not throwing if the provided service tag was
null(whoops.) -
UPDATE:
Backstacknow checks if altering methods are called from the thread where the backstack was created.