- Bump python version to 3.12.
- Bump django version to 5.0.
- Bump djangorestframework version to 3.15.
- Bump djangorestframework-dataclasses version to 1.3.0.
- Fix nullable representation for field with allow_null as true.
- Bump django version to 4.2.
- Bump django version to 4.1.
- Bump djangorestframework version to 3.14.
- Fix missing dependencies when flatten DataclassSerializer.
- Write to file only if task content changes.
- Fix dependency path of import statements when build_dir is specified in options.
- Add task-level build_dir support.
- Enrich README content.
- Add builder logging.
- Fix alias failure.
- Fix aliases in typescript import statements.
- Get dataclass of DataclassSerializer from dataclass attribute when Meta is missing.
- Fix field type of trivial serializer.
- Fix annotated trivial type fallback.
- Skip
typing
types on dependency resolving.
Initial version.