Skip to content

Releases: eadwinCode/django-ninja-extra

0.30.1 with Ninja v1.4.3

05 Jun 22:47
d944393
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.30.0...0.30.1

0.30.0 with Ninja 1.4.1

20 Apr 06:31
883c141
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.22.9...0.30.0

0.22.9

05 Apr 06:00
88219b2
Compare
Choose a tag to compare

What's Changed

  • fix broken async controller register by @tim-hub in #246
  • fix NINJA-JWT AsyncController Bug

New Contributors

Full Changelog: 0.22.8...0.22.9

0.22.8 with Ninja v1.4.0

03 Apr 07:17
2b777df
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.22.6...0.22.8

0.22.6

13 Mar 07:20
5231781
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.22.5...0.22.6

0.22.5

10 Mar 12:16
1fc3c19
Compare
Choose a tag to compare

What's Changed

  • fix: Resolving Route Function Parameters and Request Parameter and some settings string import bugs by @eadwinCode in #249

Full Changelog: 0.22.4...0.22.5

0.22.4

08 Mar 20:18
84d31bd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.22.3...0.22.4

0.22.3

26 Jan 20:24
59c57ef
Compare
Choose a tag to compare

What's Changed

  • Allow customisation of schema_out in route_info dicts by @Tatsh in #231

New Contributors

Full Changelog: 0.22.2...0.22.3

0.22.2

13 Jan 22:51
9651e8a
Compare
Choose a tag to compare

What's Changed

DEPRECATION NOTICE

The service attribute in ModelController has been changed from a class object to an instance object. When creating a custom ModelService for a ModelController, you have to specify it as service_type.

This is because services are now injected as dependencies during controller instantiation. Service instantiation is delegated to the injector package, so ensure that any additional dependencies required by your ModelService are properly registered in the dependency injection container.

For more details, please refer to the documentation

Full Changelog: 0.22.0...0.22.2

0.22.0

30 Dec 08:19
12af6ff
Compare
Choose a tag to compare

What's Changed

New Contributors

  • Thanks to @le-sun for his awesome contribution in #216

Full Changelog: 0.21.8...0.22.0