Releases: mackysoft/Navigathena
Releases · mackysoft/Navigathena
1.1.0
- Navigathema blank scene is now unloaded when scene loaded #16
1.0.4
Added
- Added
HistoryAssert
, an API for testing to ensure the correctness of the history. #13
- Added
ISceneEntryPointLifecycleAsserter
, an API for testing to ensure that the ISceneEntryPoint
lifecycle history is correct. #13
1.0.3
This release primarily includes stability assurance of behavior through expanded testing.
Added
- Added
HistoryAssert
, an API for testing to ensure the correctness of the history. #10
- Added
ISceneEntryPointLifecycleAsserter
, an API for testing to ensure that the ISceneEntryPoint
lifecycle history is correct. #12
Changed
BlankSceneIdentifier
is now a test-only API. #12
- Rename from
BlankSceneIdentifier
to AnonymousSceneIdentifier
. #12
Fixed
- Fixed that scenes were not being cleaned up during test setup and that some tests were not functioning correctly. #9
- Fixed many compiler warnings. #11
1.0.2
Added
- Added
StandardSceneNavigatorTest
. This improves the stability of the features. #7
Changed
BlankSceneIdentifier
make to generic. #7
Fixed
- Fixed incorrect history on interrupt pop during pop. #7
OnExit
is no longer called if OnEnter
was not called on a SceneEntryPoint when the transition process was canceled. #7
1.0.1
Added
- Add members into
ISceneHistoryBuilder
. #5
- Add
IContainerBuilder.RegisterSceneLifecycle
extension method. #6