Skip to content

Releases: WinterFramework/winter

Add ControllerFactory

19 Feb 07:50
4f37b7d
Compare
Choose a tag to compare

injector is not used anymore

Create injector instance

18 Feb 09:17
e90b16a
Compare
Choose a tag to compare

Add an option to create injector by Winter

Fix HTTPResponseBase-inherited responses returning from controller

15 Feb 03:55
Compare
Choose a tag to compare

Custom exception handlers and no_authentication decorator

13 Feb 06:26
d9ed042
Compare
Choose a tag to compare

Add custom exception handling layer
Add no_authentication decorator for controller class

Fix offset in pagination

07 Feb 09:11
d4ffb7d
Compare
Choose a tag to compare

Allow set offset to zero in pagination

Add pagination and dataclasses serialization support

07 Feb 05:55
3896ce4
Compare
Choose a tag to compare

Add bytes schema inspector
Fix IntEnum inspection
Update drf-yasg up to 1.13.0 and improve enum classes inspection

Add MultipleArgumentsResolver

31 Jan 04:32
30b0bda
Compare
Choose a tag to compare

Also, fix Django Promise encoding to JSON

Fix URL path regexes

30 Jan 11:04
Compare
Choose a tag to compare

Also, add a regex for UUID URL path parameter

Improve JSON encoder

30 Jan 10:39
Compare
Choose a tag to compare

Now it's possible to extend JSONEncoder with custom types (by using register_encoder decorator).
New JSONEncoder is capable of serializing the same types as drf.JSONEncoder and some additional types (enums, dataclasses).

Add HTTP PUT method

30 Jan 05:09
Compare
Choose a tag to compare
Add support for HTTP PUT (#9)

* Add .idea to .gitignore

* Add support for HTTP PUT

Resolves #6

* Update version