Changed - winter.core.module_discovery functions are now generators, package is no longer optional
16.0.2
Added - winter.web.csrf_exempt: this decorator marks api class as being exempt from the protection ensured by the middleware
16.0.1
Bugfixes - Fixed specification of optional properties in OpenAPI schema for models, which used as input parameters
16.0.0
Changed - Duplicate model names for different models don't appear in OpenAPI schema anymore - `PageMeta` renamed to `PageMetaOf{PageName}`, models in input parameters now have the suffix `Input`
15.2.2
Added - winter_django.create_django_urls_from_routes: function that returns a list of django urls by the list of Routes
15.2.1
Changed - winter.messaging: set frozen=true for Event class