Skip to content

Latest commit

 

History

History
158 lines (85 loc) · 6.81 KB

CHANGELOG.md

File metadata and controls

158 lines (85 loc) · 6.81 KB

Changelog

4.0.0-beta.1 (2024-03-21)

⚠ BREAKING CHANGES

  • Update CICD to .Net 7, .Net 8

Features

  • compatible to Hangfire and Json.Net, fix #28 (b99849f)
  • Support .Net 7, .Net 8 (fedf6b9)
  • Update CICD to .Net 7, .Net 8 (d354dde)

Bug Fixes

Miscellaneous Chores

3.1.0 (2023-09-14)

Features

Bug Fixes

3.0.0 (2023-09-12)

Features

Bug Fixes

  • 26 - Correctly build alternative view names from full path. (f116bf4)
  • github action (0c5b481)
  • github workflow (66b26bd)
  • migrate to github action (8840647)
  • workflow (a806911)

Miscellaneous Chores

3.0.0-pre.3 (2023-03-29)

Bug Fixes

3.0.2-pre.2 (2023-03-29)

Bug Fixes

3.0.1-pre.2 (2023-03-28)

Bug Fixes

3.0.0-pre.2 (2023-03-28)

Bug Fixes

  • migrate to github action (8840647)

Miscellaneous Chores

v2.7.1 (2020-12-12)

Fixing:

  • Fix no header in email template will throw exception

v2.6.0 (2020-01-16)

Implemented enhancements:

v2.5.0 (2020-01-13)

Support netcoreapp3.1

v2.3.0 (2019-03-18)

Implemented enhancements:

  • Support all templates under the views folder

v2.2.1.1 (2018-12-11)

Implemented enhancements:

  • Decouple "Func<SmtpClient>" into "IOptions<EmailServiceOptions>" in EmailService constructor for dependency injection
  • Allow SendAsync with MailMessage in EmailService

v2.1.7 (2018-11-30)

Implemented enhancements:

  • Support for style attribute in image attachment (@amitmittal in #5)

Fixing:

v2.1.6 (2018-11-20)

Fixing:

v2.1.5 (2018-10-12)

Implemented enhancements:

  • Allow pass RequestPath and RouteData in TemplateService and Razor

v2.1.3 (2018-09-14)

Fixing:

  • Fix ViewDataDictionary / ViewBag do not pass to ViewContext

v2.1.2 (2018-09-06)

Implemented enhancements:

  • Add namespace in templateservice

v2.1.1 (2018-09-06)

Implemented enhancements:

  • Add ServiceCollectionExtensions for DI

v2.1.0 (2018-09-06)

Implemented enhancements:

  • Say goodbye to RazorEngine 😀