Skip to content

Releases: SrejonKhan/UnityMVC

UnityMVC v0.2.3

05 Jun 14:13

Choose a tag to compare

MVC.OnNavigated event in MVC class.

Added

  • Navigate Event, that get invoked when MVC.Navigation is called.

UnityMVC v0.2.2

03 Jun 20:57

Choose a tag to compare

Refresh() feature for Views and some methods in MVC class.

Added

  • OnRefreshAttribute to mark methods for Refresh invokes.
  • GetHistory() and GetLastHistory() methods in MVC.cs
  • ViewResult prop in ViewContainer / View Classes.

UnityMVC v0.2.1

16 Apr 18:37

Choose a tag to compare

WebGl Support.

Added

  • WebGL Support
  • Synchronous Addressable Loading

Changed

  • Addressable dependency version changed to 1.17.6-preview.

UnityMVC v0.2.0

23 Mar 04:29

Choose a tag to compare

Improvements, fixes and missing features added.

Added

  • History
  • Backward and Forward Navigation
  • Controller Class Code Gen
  • Partial View
  • Layout View

Fixed

  • Scaffolding behavior fix
  • Navigate Latency fix

Changed

  • ReflectionHelper.cs -> MVCReflection.cs
  • Routing mechanism extracted to Route.cs