Releases: Axemasta/Moq.INavigationService
v1.1.2
This release targets the brand new Prism stable release 9.0.537, The minimum Maui requirement is now 8.0.20, which matches prisms minimum version.
There are 3 new supported methods:
GoBackAsync
GoBackToAsync
GoBackToRootAsync
You can now use the VerifyNavigation
api to confirm these method invocations:
MockNavigationService.VerifyNavigation(nav => nav.GoBackAsync(), Times.Once);
What's Changed
Full Changelog: v1.0.3...1.1.2
v1.0.3
v0.1.36-alpha
Added support for the following navigation builder methods:
UseRelativeNavigation()
UseAbsoluteNavigation()
What's Changed
Full Changelog: v0.1.33-alpha...0.1.36-alpha
v0.1.33-alpha
Added Setup Navigation Api For Uri & Builder Methods
What's Changed
Full Changelog: v0.1.24-alpha...0.1.33-alpha
v0.1.24-alpha
Added support for mocking AddNavigationPage(bool useModal)
with the INavigationBuilder
What's Changed
- Updated Readme by @Axemasta in #2
- Support .AddNavigationPage(bool useModalNavigation) by @Axemasta in #3
Full Changelog: v0.1.17-alpha...0.1.24-alpha
v0.1.20-alpha
- Updated Readme
- Referenced readme in nuget package
- Fixed package tags for nuget
What's Changed
Full Changelog: v0.1.17-alpha...0.1.20-alpha
v0.1.17-alpha
Initial draft of library, CI is operational & publishing to NuGet
What's Changed
New Contributors
Full Changelog: https://github.com/Axemasta/Moq.INavigationService/commits/0.1.17-alpha