Skip to content

Releases: bobthemighty/punq

Add auto-registration

14 Jan 15:33
9aff9e8
Compare
Choose a tag to compare
Add auto-registration Pre-release
Pre-release

What's Changed

Full Changelog: v0.7.0...v

v0.8.0-dev: Feat/scoped resolution (#197)

13 Jan 22:13
7a73f9c
Compare
Choose a tag to compare

Adds the child method to the Container, allowing scoped resolution.

Refresh toolchain

19 Oct 11:24
5186652
Compare
Choose a tag to compare
Refresh toolchain Pre-release
Pre-release

Bringing the toolchain up to date after a long period of hibernation.

v0.7.0

06 Nov 10:45
ec3cbbe
Compare
Choose a tag to compare

Changes

📦 Dependencies

  • Bump nox-poetry from 0.9.0 to 1.0.2 in /.github/workflows (#147) @dependabot
  • Bump actions/upload-artifact from 2.2.4 to 2.3.1 (#61) @dependabot

v0.6.2

17 Feb 09:16
Compare
Choose a tag to compare

Changes

📦 Dependencies

v0.6.1

15 Feb 13:22
Compare
Choose a tag to compare

Changes

  • No changes

v0.6.0

15 Feb 13:18
Compare
Choose a tag to compare

Changes

v0.5

12 Aug 11:57
Compare
Choose a tag to compare
Releases default params + instantiate method

Support singleton instances

02 Feb 09:53
Compare
Choose a tag to compare
Revert to namedtuple over dataclass for python 3.6

This means we can't use the registration to cache the resolution
result any more so instead we just introduce a new 'singletons'
property on the Container itself, which is nice and simple I guess.

Fix for resolve with arguments and complex dependencies

13 Jul 04:45
Compare
Choose a tag to compare
v0.3.0

Exclude compat from coverage