Skip to content

v0.2.0

Compare
Choose a tag to compare
@Arvtesh Arvtesh released this 05 Jan 21:25
· 61 commits to master since this release

Added

  • Added support for generic commands.
  • Added view layers support (via ViewControllerAttribute).
  • Added IViewControllerResult interface to tag controllers that have a result value.
  • Added IConfigurable interfaces.
  • Added message box extensions.

Changed

  • Changed the package layout. The code is now splitted into 3 assemblies (UnityFx.Mvc, UnityFx.Mvc.Abstractions and UnityFx.Mvc.Extensions).
  • Renamed IPresenter.PresentAsync to Present. Added a group of PresentAsync extension methods returning Task instead of IPresentResult.
  • Renamed IPresentResult.DismissTask to Task.
  • Changed Present/PresentAsync arguments.
  • Changed IViewFactory and IViewControllerFactory interfaces.
  • IView now does not inherit IComponent.

Removed

  • Removed IPresentResult.PresentTask.