Releases: feinoujc/Mandrill.net
Releases · feinoujc/Mandrill.net
v0.7
- added whitelist api support (thanks @ericthornton )
- fixed issue when invoking as blocking, non-async method (#16)
v0.5
- Support merge content of more complex object graphs (
IDictionary<string, object>
)
- Inbound web hook support classes
v0.4
Added support for handlebars merge language
v0.3
Use concrete List and Dictionary types in model
So as to have wider support when serializing model (NServiceBus doesn't
support IList, IDictionary)
v0.2
Initial release includes api implementations for:
- users
- messages
- rejects
- templates