This repository has been archived by the owner on May 1, 2024. It is now read-only.
Releases: klemmchr/MvvmBlazor
Releases · klemmchr/MvvmBlazor
v6.0.6
What's Changed
- IAsyncDisposable support by @klemmchr in #111
- Add overload for Set() with custom IEqualityComparer by @SSchulze1989 in #113
New Contributors
- @SSchulze1989 made their first contribution in #113
Full Changelog: v6.0.5...v6.0.6
v6.0.5
v6.0.4
v6.0.3
v6.0.2
v6.0.1
v6.0.0
Starting with this release the version will be aligned with the version of .NET
This library now is shipped in three parts:
MvvmBlazor
: The main packageMvvmBlazor.Core
: The core functionality for this libraryMvvmBlazor.CodeGenerators
: Code generators supporting the workflow
MvvmBlazor
will reference the other two packages. If you don't want to use source generators you can opt-out by just installing the core package.
What's Changed
- Add component generator by @klemmchr in #63: Generate your own base component for advanced scenarios
- Upgrade to .NET 6 by @klemmchr in #64
- Viewmodel dispose not invoked by @klemmchr in #66
- Implement generator for INotifyPropertyChanged by @klemmchr in #69: auto generate view model properties
- Add type converter support for parameters by @klemmchr in #70: use type converters for parameters
- Create core package by @klemmchr in #72
Full Changelog: v2.0.0...v6.0.0