Skip to content

Releases: elfjes/gimme-that

v0.3.1

19 Jan 18:07
d981c9c
Compare
Choose a tag to compare

What's Changed

  • Fix support for factory functions that return a different type by @elfjes in #37

Full Changelog: v0.3.0...v0.3.1

v0.3.0

19 Jan 17:35
Compare
Choose a tag to compare

What's Changed

  • Better detection of variadic arguments by @elfjes in #33
  • Better support generics and get depedency from lower layers by @elfjes in #34
  • Support adding and registering objects for different types by @elfjes in #35
  • Support python 3.11 by @elfjes in #36

Full Changelog: v0.2.3...v0.3.0

v0.2.3

14 Jan 14:15
280aa45
Compare
Choose a tag to compare

What's Changed

  • Ignore variadic argument, better signature detection by @elfjes in #31

v0.2.2

12 Jan 10:42
b42046b
Compare
Choose a tag to compare
  • Now really fix using kwargs from DependencyInfo by @elfjes in #30

v0.2.1

12 Jan 10:38
1cb9fd3
Compare
Choose a tag to compare
  • Fix passing kwargs from DependencyInfo by @elfjes in #29

v0.2.0 Release

12 Jan 08:34
69cb85e
Compare
Choose a tag to compare

What's Changed

  • Support resolving arbitrary factory functions
  • Support for supplying extra keyword arguments to gimme.that that are passed to the constructor
  • Properly support __future__.annotations forward references
  • Drop support for python 3.6

v0.1.4 Release

11 Jan 13:47
32c874c
Compare
Choose a tag to compare
  • Support Python 3.9 and 3.10
  • Drop support for Python 3.6

v0.1.3 release

08 Jan 10:50
6ee34f6
Compare
Choose a tag to compare

Changes:

  • Documentation improvements
  • Metadata improvements

v0.1.2 release

06 Jan 13:39
74a7b1e
Compare
Choose a tag to compare

Changes:

  • Add support for Python 3.6

v0.1.1 release

23 Dec 16:59
fa48fbe
Compare
Choose a tag to compare

Changes

  • Metadata update