Skip to content

Releases: Bomret/azure-functions-typedefinitions

3.0.0

26 Oct 09:49
Compare
Choose a tag to compare

CHANGELOG

feat: add specific context and binding data interfaces for HTTP and EventHub triggers.
feat: make IContext and IBindingData base interfaces.

BREAKING CHANGE

The IContext and IBindingData interfaces are now base interfaces for the specialized IHttp* and IEventHub* versions.