Releases: gbastecki/BlazorMvvm
Releases · gbastecki/BlazorMvvm
v1.1.1
v1.1.0
[1.1.0]
Added
BlazorMvvmViewModelFactoryfor resolving ViewModels.BlazorMvvmViewModelAttributefor registering ViewModels in ViewModelFactory.BlazorMvvmViewModelFactoryConstructorAttributeto mark which ViewModel constructor should be used when resolving ViewModel if it has multiple constructors.- Source generator to auto-generate ViewModel registration code.
- Unit tests for ViewModelFactory and related attributes.
Changed
InvokeRefreshinBlazorMvvmComponentBaseis nowprotected virtualinstead ofprivate.- Updated
README.mdwith new features.
v1.0.3
[1.0.3]
Added
BlazorCommandAttributeandBlazorObservablePropertyAttribute.- Source generator to auto-generate
BlazorCommandsandBlazorObservableProperties. - Unit tests for source generator.
Changed
- All
Commandsnow throwArgumentNullExceptionif theexecuteparameter isnull. - Removed the upper limit on
Microsoft.AspNetCore.Components.Webdependencies. - Updated
README.mdwith new features.
v1.0.2
v1.0.1
Initial release v1.0.0
Initial release