Skip to content

Releases: jinkanhq/django-rest-tsg

v0.1.10

31 Mar 04:11
1bb7a22
Compare
Choose a tag to compare
  • Bump python version to 3.12.
  • Bump django version to 5.0.
  • Bump djangorestframework version to 3.15.

v0.1.9

25 Oct 10:42
bc3e814
Compare
Choose a tag to compare
  • Bump djangorestframework-dataclasses version to 1.3.0.
  • Fix nullable representation for field with allow_null as true.

v0.1.8

08 Jun 14:01
3a058fb
Compare
Choose a tag to compare
  • Bump django version to 4.2.

v0.1.7

26 Dec 08:21
a52be04
Compare
Choose a tag to compare
  • Bump django version to 4.1.
  • Bump djangorestframework version to 3.14.

v0.1.6

18 Apr 13:09
483452f
Compare
Choose a tag to compare
  • Fix missing dependencies when flatten DataclassSerializer.
  • Write to file only if task content changes.

v0.1.5

06 Mar 06:33
1e10a63
Compare
Choose a tag to compare
  • Fix dependency path of import statements when build_dir is specified in options.

v0.1.4

07 Feb 05:01
17fc660
Compare
Choose a tag to compare
  • Add task-level build_dir support

v0.1.3

27 Jan 05:21
73aa5cc
Compare
Choose a tag to compare
  • Enrich README content
  • Add builder logging
  • Fix alias failure
  • Fix aliases in typescript import statements

v0.1.2

23 Dec 09:37
Compare
Choose a tag to compare
  • Get dataclass of DataclassSerializer from dataclass attribute when Meta is missing.
  • Fix field type of trivial serializer

v0.1.1

15 Dec 13:36
19b1b72
Compare
Choose a tag to compare
  • Fix annotated trivial type fallback.
  • Skip typing types on dependency resolving.