v0.15.0
New Features 🎉🎉
- Add a way to define a serializer with a self-referencing nested field #185 [Documentation]
- Define basic data types for query argument values #274 [Documentation]
- Use space as an alternative of comma for fields and arguments separation in query #272 [Documentation]
Improvements ✨✨
- Improve parsed query format #287
- Avoid side effects on validated_data arg of
create
andupdate
methods #282 - Skip nested fields when they're not filled instead of populating them with
<empty>
value #281 - Empty string(
""
) Should be invalid value for nested fields #280 - Make trailing commas at the end of fields and arguments a valid syntax #273
Appreciations
Thanks to @resurrexi and @sako0938 for your contribution especially in discussing possible ways to resolve #185
Happy coding!..