Skip to content

Releases: maldoinc/wireup

v0.7.1

05 Mar 23:16
Compare
Choose a tag to compare

Full Changelog: v0.7.0...v0.7.1

v0.7.0

v0.6.2

v0.6.1

v0.6.0

19 Nov 17:34
Compare
Choose a tag to compare
  • Performance improvements
  • Add custom exceptions instead of throwing ValueError.
  • Add Flask Integration

v0.5.0

16 Oct 21:11
Compare
Choose a tag to compare
  • Performance improvements
  • Simplify context api
  • Add container warmup feature

v0.4.0

03 Oct 21:34
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • Performance improvements
  • Add transient service lifetime
  • Pass mypy checks on strictest setting
  • Add py.typed
  • Revamp dependency initialization context to allow manual service registration in addition to parameters
  • Python 3.12 support

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

0.3.0

14 Sep 21:09
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • Add support for Annotated for parameter injection
  • Fix a bug where autowiring would not inject parameters with null values
  • Updated docs

v0.2.0

11 Sep 22:45
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • New docs site
  • Add factory functions
  • Performance improvements (reusing container proxies, caching arguments passed to autowired functions)
  • Fix a bug with parameter bag cache not being invalidated.

Initial release

05 Sep 23:28
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
v0.1.0

Update docs link