Skip to content

Releases: yezyilomo/django-restql

v0.15.4

25 Jan 14:10
41815bd
Compare
Choose a tag to compare

Bug Fixes 🐛🐛

v0.15.3

02 Nov 19:30
a232d51
Compare
Choose a tag to compare

Nothing new just official support for

  • Python v3.10 & v3.11
  • Django v4.0 & v4.1
  • DRF v3.13 & v3.14

0.15.2

10 Mar 21:12
b3a82b8
Compare
Choose a tag to compare

Bug Fixes 🐛🐛

  • Parent object not saved after a nested object is assigned to it #300

Improvements

  • Remove unused code(Unused returns)
  • Avoid calling instance.save unnecessarily as discussed on #301

Appreciations 🙏 🙏

Thanks to @sommelon for reporting a bug and suggesting some improvements

v0.15.1

14 Oct 20:53
3df3dbe
Compare
Choose a tag to compare

Bug Fixes 🐛🐛

  • Fix pks being converted into objects on nested fields #292

Appreciations 🙏 🙏

Thanks to @sommelon for reporting this bug

v0.15.0

13 Oct 18:24
d4f2133
Compare
Choose a tag to compare

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 and update 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

12 Aug 16:23
528185f
Compare
Choose a tag to compare

New Features 🎉🎉

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

06 Jun 15:01
273ef58
Compare
Choose a tag to compare

Fixes

Appreciations

Thanks to @caesarleong and @yezyilomo for raising issues which have all been resolved in this release.

v0.13.0

22 May 17:02
07cc7fe
Compare
Choose a tag to compare

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

14 May 20:57
6ba8587
Compare
Choose a tag to compare

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.

v0.11.2

06 Apr 19:34
7df5d2c
Compare
Choose a tag to compare

Fixes