Releases: SrejonKhan/UnityMVC
Releases · SrejonKhan/UnityMVC
UnityMVC v0.2.3
MVC.OnNavigated event in MVC class.
Added
- Navigate Event, that get invoked when
MVC.Navigationis called.
UnityMVC v0.2.2
Refresh() feature for Views and some methods in MVC class.
Added
OnRefreshAttributeto mark methods for Refresh invokes.GetHistory()andGetLastHistory()methods inMVC.csViewResultprop inViewContainer/ View Classes.
UnityMVC v0.2.1
WebGl Support.
Added
- WebGL Support
- Synchronous Addressable Loading
Changed
- Addressable dependency version changed to
1.17.6-preview.
UnityMVC v0.2.0
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