Skip to content

Simple Stack 1.13.2

Choose a tag to compare

@Zhuinden Zhuinden released this 05 Feb 03:15
· 255 commits to master since this release

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 replace stateChange.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: Backstack now checks if altering methods are called from the thread where the backstack was created.