Releases: asiffermann/proffer
Releases · asiffermann/proffer
0.1.0-rc.92
- 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
forIEmailAddress
andIEmailAttachment