Skip to content

Releases: WinterFramework/winter

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