Skip to content

Releases: lucas-labs/pest

v0.4.3

12 Oct 17:47
537cb54
Compare
Choose a tag to compare

What's Changed

๐Ÿ’ก New features

Full Changelog: v0.4.2...v0.4.3

v0.4.2

12 Oct 16:23
46e2f6a
Compare
Choose a tag to compare

What's Changed

๐Ÿงน Chore tasks

๐Ÿš‘ Bug fixes

  • 8a70b60 ๐Ÿš‘ use_guard fails with non-default argument follows default argumen (#46), by @lucas-labs

Full Changelog: v0.4.1...v0.4.2

v0.4.1

12 Oct 13:04
c216743
Compare
Choose a tag to compare

What's Changed

๐Ÿ’ก New features

  • 08ca3f2 โœจ support fastapi deps in guards (#44), by @lucas-labs

    This allows us to, for example, use fastapi's OAuth2PasswordBearer
    in our guards, to implement authentication with openapi support
    and all the benefits from fastapi's built-in security functionalities

๐Ÿงน Chore tasks

Full Changelog: v0.4.0...v0.4.1

v0.4.0

11 Oct 06:35
e2f3b85
Compare
Choose a tag to compare

What's Changed

๐Ÿ’ก New features

Full Changelog: v0.3.0...v0.4.0

v0.3.0

08 Oct 16:09
1404c91
Compare
Choose a tag to compare

What's Changed

๐Ÿ’ก New features

  • 072b39e โœจ support async factories and (async)generator factories (#42), by @lucas-labs

    emualating fastapi, this commit adds support for generator
    factories and async (and async-generators) for dependency
    factories; moves from rodi to custom fork "dij" in order
    to support this new feature

Full Changelog: v0.2.1...v0.3.0

v0.2.1

07 Sep 17:33
f0062c4
Compare
Choose a tag to compare

What's Changed

๐Ÿ“š Documentation

๐Ÿ’ก New features

๐Ÿงน Chore tasks

Full Changelog: v0.2.0...v0.2.1

v0.2.0

30 Aug 15:52
59b36f6
Compare
Choose a tag to compare

What's Changed

๐Ÿ’ก New features

Full Changelog: v0.1.5...v0.2.0

v0.1.5

20 Aug 13:48
4968975
Compare
Choose a tag to compare

What's Changed

๐Ÿงน Chore tasks

Full Changelog: v0.1.4...v0.1.5

v0.1.4

26 Jan 09:41
Compare
Choose a tag to compare

What's Changed

๐Ÿš‘ Bug fixes

๐Ÿ“ Other changes

  • 2eef640 Merge pull request #32 from lucas-labs/31-pest-resolves-wrong-provider-instance-from-parent-modules, by @lucas-labs

    fix: ๐Ÿš‘ wrong provider instance when resolved from parent

Full Changelog: v0.1.3...v0.1.4

v0.1.3

26 Jan 05:11
Compare
Choose a tag to compare

What's Changed

๐Ÿš‘ Bug fixes

Full Changelog: v0.1.2...v0.1.3