Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

37 lines (23 loc) · 1.22 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.0.0]

Changed

  • renamed EDP/Provider to channel, now we call the email delivery provider, email delivery channels, it more clear.
  • updated packages to the latest versions.

Removed

  • removed the DI related packages, now the project are referencing the Microsoft.Extensions.DependencyInjection.Abstractions package directly.

[1.2.0]

Changed

  • renamed Message to EmailMessage.
  • renamed MessageComposer to EmailMessageComposer.

[1.1.0]

Changed

  • updated some functions comments.
  • updated the naming of the projects and namespaces from .NET to .Net.
  • updated WithHeaders() input type from Dictionary to IEnumerable<KeyValuePair<string, string>>
  • updated WithHeaders() method on the message composer to add the list of to append the values to internal list instead of overriding it,
  • updated the visibility of the message constructor to internal, to make sure all message instances are created through the factory.

[1.0.0]

the initial release