Skip to content

Releases: asiffermann/proffer

0.1.0-rc.92

13 May 05:03
17cf65b
Compare
Choose a tag to compare
0.1.0-rc.92 Pre-release
Pre-release
  • Add unit tests for Proffer.Email and its providers (#96)
  • Add unit tests for Proffer.Templating and its providers (#95)

Proffer Templating

  • Helper format now handles any types
  • Throws ProviderNotFoundException when no provider can be found for a given template
  • Throws TemplateNotFoundException when the template cannot be found in the Storage store
  • Remove rethrow InvalidContextException in Handlebars, as it handles properly null context or context with missing properties

Proffer Email

  • Injectable ISmtpClient in Proffer.Email.Smtp
  • Create IEqualityComparer for IEmailAddress and IEmailAttachment

0.1.0-rc.66

06 May 23:49
dabfb4a
Compare
Choose a tag to compare
0.1.0-rc.66 Pre-release
Pre-release
  • Common abstractions (#91)
  • Bump Sendgrid from 9.23.0 to 9.23.1 (#88)
  • Proffer.Email (#28)
  • Proffer.Templating (#26)
  • Proffer.Storage (#3)
  • Integration tests (#41)
  • Proffer.Storage unit tests (#45)
  • Bump haya14busa/action-cond from v1.0.0 to v1.0.2 (#62)
  • Bump MailKit from 2.11.0 to 2.11.1 (#53)