1.2.0
Added:
CancellationToken
which will be cancelled when navigating out of current page,PeekPageName()
method, will returnpageName
of the current page,IPopStrategy
that is used with the page that is about to be popped,IPushStrategy
that is used with the page that is about to be pushed.
Changes:
actionBeforePop
andactionBeforePush
are now replaced by strategies. Constructor used with them is now marked as Obsolete.