Removed
- Drop deprecated `mount` helpers module. Prefer using the mounting mechanism of your ASGI framework. (Pull 119)
Changed
- Update dependency on Starlette to `0.13.*`. (Pull 106)
- Convert internal modules to private naming. All public API should be accessed from the top-level `tartiflette_asgi` package. (Pull 117)
Added
- Add compatibility with Starlette `0.13.*`. (Pull 106)