Skip to content

Releases: Axemasta/Moq.INavigationService

v1.1.2

21 Aug 15:44
8e941d7
Compare
Choose a tag to compare

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

  • Upgrade Prism & Add GoBack Support by @Axemasta in #9

Full Changelog: v1.0.3...1.1.2

v1.0.3

03 Apr 15:59
da829f9
Compare
Choose a tag to compare

Added Prism 9 Support + Target .NET 8.0

What's Changed

Full Changelog: v0.1.36-alpha...1.0.3

v0.1.36-alpha

08 Sep 15:30
5a3ef22
Compare
Choose a tag to compare
v0.1.36-alpha Pre-release
Pre-release

Added support for the following navigation builder methods:

  • UseRelativeNavigation()
  • UseAbsoluteNavigation()

What's Changed

  • Implement Builder Relative / Absolute Navigation Api's by @Axemasta in #5

Full Changelog: v0.1.33-alpha...0.1.36-alpha

v0.1.33-alpha

29 Aug 13:24
3aed710
Compare
Choose a tag to compare
v0.1.33-alpha Pre-release
Pre-release

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

23 Aug 17:20
df2d7c7
Compare
Choose a tag to compare
v0.1.24-alpha Pre-release
Pre-release

Added support for mocking AddNavigationPage(bool useModal) with the INavigationBuilder

What's Changed

Full Changelog: v0.1.17-alpha...0.1.24-alpha

v0.1.20-alpha

23 Aug 17:19
3fd8f41
Compare
Choose a tag to compare
v0.1.20-alpha Pre-release
Pre-release
  • 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

23 Aug 14:39
565d618
Compare
Choose a tag to compare
v0.1.17-alpha Pre-release
Pre-release

Initial draft of library, CI is operational & publishing to NuGet

What's Changed

  • Added Test, Build, Release Actions by @Axemasta in #1

New Contributors

Full Changelog: https://github.com/Axemasta/Moq.INavigationService/commits/0.1.17-alpha