Skip to content

v0.0.11

Latest

Choose a tag to compare

@ericbstie ericbstie released this 15 Sep 16:06
· 4 commits to main since this release
8989d99

Adds from_pydantic function that creates a QueryBuilder from the pydantic class.

What's Changed

  • Clearly differentiate between currently implemented features and future / TODO implementations by @BeatsuDev in #17
  • Un-skips the test that checks if building an invalid type throws a ValueError by @BeatsuDev in #18
  • Increases test coverage by ignoring (almost) impossible lines and creating more tests by @BeatsuDev in #19
  • Uses CODECOV_TOKEN secret to upload coverages by @BeatsuDev in #20
  • Adds a from_pydantic method that creates a QueryBuilder from a pydantic Model by @BeatsuDev in #22

Full Changelog: v0.0.10...v0.0.11