Skip to content

Releases: bobthemighty/punq

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

v0.2

12 Feb 11:28
Compare
Choose a tag to compare

Fixes #9 also I think I messed up my semver at some point, so this actually releases #8

Initial travis release

05 Feb 18:45
074476e
Compare
Choose a tag to compare
Added build stuff (#5)

* Added build stuff
* Makefile
* .travis.yml
* Fix for python 3.7 generic list test