Skip to content

Releases: yariker/MvvmMicro

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Apr 05:15

Full Changelog: v2.0.1...v2.1.0

Changed

  • Update to .NET 8.0 and .NET Framework 4.7.2

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 12 Sep 19:18

Full Changelog: v2.0.0...v2.0.1

Changed

  • Migrate from .NET 5.0 to 6.0

Fixed

  • IAsyncCommand.IsExecuting reentrancy issue

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 02:48

Full Changelog: v1.2.1...v2.0.0

Added

  • Introduced AsyncCommand and AsyncCommand<T>
  • Introduced ICommand<T>
  • Support for Avalonia in ViewModelBase.IsInDesignMode

Changed

  • Renamed Messenger.Subscribe to Register
  • Renamed Messenger.Unsubscribe to Unregister
  • Renamed Messenger.Publish to Send

Fixed

  • Messenger performance optimizations