Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Releases: seanterry/Fidget.Commander

Fidget.Commander 3.0

17 Dec 16:22
Compare
Choose a tag to compare
  • Switched to Apache 2.0 license.
  • Simplified namespaces (breaking change).
  • Abstract types CommandHandler and CommandDecorator to reduce the amount of typing required to implement their interfaces. These types will ensure the command is not null and check the cancellation token. Additionally, the generic types that return no result will only require a return type of Task rather than Task<Unit>.

Breaking Changes

  • The license has changed from MIT to Apache 2.0.
  • The Fidget.Commander.Dispatch namespace has been removed. Compilation errors should be limited to DI registration and implementations of ICommandDecorator.

Fidget.Commander 2.1

19 Nov 16:53
1f7da77
Compare
Choose a tag to compare

Dependency injection registration

Updated to .NET Standard 2.0

14 Aug 18:23
Compare
Choose a tag to compare

Removed abstraction library dependency.
Updated to .NET Standard 2.0.

Fidget.Commander 1.0.1

08 May 16:40
Compare
Choose a tag to compare

Added XML Documentation

Fidget.Commander 1.0.0

05 May 19:16
Compare
Choose a tag to compare

Initial release with StructureMap sample

Fidget.Commander 1.0.0 RC1

04 May 21:36
Compare
Choose a tag to compare
Pre-release

Pilot release of the library