Skip to content

Releases: ivanpaulovich/FluentMediator

v0.4.7

04 Feb 18:58
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

v0.4.6

06 Nov 21:09
Compare
Choose a tag to compare

Changes:

  • 3630de5 CancellableToken and Docs

This list of changes was auto generated.

v0.4.5

21 Oct 18:52
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

v0.4.3

20 Oct 17:41
Compare
Choose a tag to compare

Changes:

  • 98fc2ea Bump version
  • 4fa167e Update azure-pipelines-1.yml for Azure Pipelines
  • 9a42ce6 #2 Named Pipelines
  • f02de7f Support to Named Pipelines added #2
  • a09ebef Initial named pipeline support #2
  • ab93dee Added Scoped, Transient and Singleton registration #11
  • b80a9cf Review
  • 300e20c Update azure-pipelines-1.yml for Azure Pipelines
  • 321b078 Update azure-pipelines.yml for Azure Pipelines
  • ab17b5b Set up CI with Azure Pipelines
See More
  • fa3e3d8 Create Nuget CI/CD #11
  • 70315b3 Review
  • d812cd3 Update azure-pipelines.yml for Azure Pipelines
  • c72bf1e Update azure-pipelines.yml for Azure Pipelines

This list of changes was auto generated.

v0.3.1

18 Oct 11:29
Compare
Choose a tag to compare

2019-10-13 - 0.3.1

  • Implementation details made internal

2019-10-13 - 0.3.0

  • #32 Segregated Builder and Messaging interfaces.
  • #31 Support Scoped & Transient Lifetime.

2019-10-13 - 0.2.0

  • #27 Added PipelineAlreadyExistsException.
  • #27 Added PipelineNotFoundException.

2019-10-13 - 0.1.0

  • #24 Added ReturnFunctionIsNullException for misconfigured Pipelines.
  • SendAsync(request, ct) added to the public interfaces.
  • Refactoring.