Skip to content

Releases: mackysoft/Navigathena

1.1.0

14 Feb 12:02
Compare
Choose a tag to compare
  • Navigathema blank scene is now unloaded when scene loaded #16

1.0.4

06 Nov 15:20
Compare
Choose a tag to compare

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

04 Nov 11:15
Compare
Choose a tag to compare

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

01 Nov 12:52
Compare
Choose a tag to compare

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

30 Oct 16:02
Compare
Choose a tag to compare

Added

  • Add members into ISceneHistoryBuilder. #5
  • Add IContainerBuilder.RegisterSceneLifecycle extension method. #6

1.0.0

24 Oct 08:46
Compare
Choose a tag to compare

First release.