Releases: yezyilomo/django-restql
Releases · yezyilomo/django-restql
v0.15.4
v0.15.3
0.15.2
v0.15.1
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!..
0.14.0
New Features 🎉🎉
- Add a way to remove all many related nested objects at once #260 [Documentation]
- Make
NestedField
independent of request object #262 [Documentation]
Bug Fixes 🐛🐛
Appreciations
Thanks to @gonzaloamadio, @sommelon, @lesreaper, @farasu, and @dnievas04 for your contribution which includes raising issues and discussing possible ways to resolve them.
Hope you enjoy using the new release, Happy coding!..
v0.13.1
Fixes
Appreciations
Thanks to @caesarleong and @yezyilomo for raising issues which have all been resolved in this release.
v0.13.0
New Features
- Make
DynamicFieldsSerializer
independent of request(add query and parsed_query kwargs) #225 - Allow including and excluding fields on the same field level #222
Fixes
Appreciations
Thanks to @diegoduncan21 and @yezyilomo for raising issues which have all been resolved in this release.
v0.12.0
New Features
- Add rename/alias functionality #209
Fixes
Appreciations
Thanks to @nielslerches, @resurrexi and @sommelon for raising issues which have all been resolved in this release.