Skip to content

Releases: ChrisW-priv/python-builder

v0.4.2

12 Mar 08:53

Choose a tag to compare

Add py.typed file to make mypy recognise the types

v0.4.1

11 Mar 08:45

Choose a tag to compare

Fix error in cases when pydantic was not installed. Now the code work even if the pydantic is not installed

v0.4.0

10 Mar 18:48

Choose a tag to compare

Better type hints added for proper LSP integrations and field limits to make sure that the accidental typo is cought early

v0.3.0

07 Mar 09:21

Choose a tag to compare

Added documentation on how to use the lib + add feat: nicer import

v0.2.0

07 Mar 08:38

Choose a tag to compare

Attribute checks dropped, builder made simpler

Add License

06 Mar 16:02
03c092d

Choose a tag to compare

MIT LICENSE was added

v0.1.0

06 Mar 15:53
52cf6be

Choose a tag to compare

First relase: test pipeline + early code implementation