Skip to content

Releases: coloco-kit/type-less

0.1.27

14 Jul 05:41

Choose a tag to compare

Add support for tortoise chaining like Model.filter(thingo=thango).first()

0.1.26

01 Jul 06:36

Choose a tag to compare

Default TypedDict name update, no longer add "Return"

0.1.24

01 Jul 06:31

Choose a tag to compare

Add TypedDict name generator function, and attempt to use the branch conditions to generate it.

0.1.23

26 Jun 02:14

Choose a tag to compare

Remove debug prints

0.1.22

26 Jun 01:33

Choose a tag to compare

Remove tortoise-specific code (handled now in coloco and not necessary, but worth thinking about static analysis instead of trusting the resulting python objects past the type-checking stage).

0.1.21

22 Jun 09:54

Choose a tag to compare

Band-aid for tortoise ORM models which have their attributes stripped

0.1.20

22 Jun 09:17

Choose a tag to compare

Fix bug pulling cross-file complex class definitions

0.1.19

22 Jun 08:58

Choose a tag to compare

Resolve Annotated type vars

0.1.18

22 Jun 07:52

Choose a tag to compare

Add support for imported dataclasses

0.1.17

22 Jun 07:40

Choose a tag to compare

Add support for imported dataclasses