Skip to content

Latest commit

 

History

History
195 lines (116 loc) · 11.8 KB

CHANGELOG.md

File metadata and controls

195 lines (116 loc) · 11.8 KB

Changelog

v0.2.1 (2024-04-22)

Full Changelog

Implemented enhancements:

  • feat: Try to inject parameter value if default value is None #110 (Czaki)

v0.2.0 (2024-03-18)

Full Changelog

Fixed bugs:

Tests & CI:

Documentation:

  • docs: fix indent and add title to note in 'getting started' #100 (lucyleeow)
  • docs: Add note on dependency injection when default given #99 (lucyleeow)
  • docs: Expand processor/provider docs #98 (lucyleeow)

Merged pull requests:

v0.1.9 (2023-10-10)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • fix: pass globals through signature resolution #75 (tlambert03)

Documentation:

Merged pull requests:

v0.1.8 (2023-07-06)

Full Changelog

Merged pull requests:

  • build: remove cython stuff #66 (tlambert03)
  • chore: Add error message when injector cannot determine parameter #63 (Czaki)

v0.1.7 (2023-02-27)

Full Changelog

Implemented enhancements:

Fixed bugs:

Tests & CI:

Merged pull requests:

v0.1.6 (2022-11-09)

Full Changelog

Implemented enhancements:

  • feat: support python 3.11, & disable typing tests #42 (tlambert03)

Fixed bugs:

  • fix: improve error message on failed injection #37 (tlambert03)

Tests & CI:

Merged pull requests:

  • ci(dependabot): bump styfle/cancel-workflow-action from 0.10.1 to 0.11.0 #40 (dependabot[bot])
  • ci(dependabot): bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1 #39 (dependabot[bot])

v0.1.5 (2022-08-14)

Full Changelog

Fixed bugs:

  • fix: pass namespace through all type resolution functions #35 (tlambert03)

v0.1.4 (2022-08-12)

Full Changelog

Implemented enhancements:

  • feat: add on_unresolved_required_args="ignore" to inject() #33 (tlambert03)

Tests & CI:

Merged pull requests:

v0.1.3 (2022-07-15)

Full Changelog

Fixed bugs:

v0.1.2 (2022-07-13)

Full Changelog

Merged pull requests:

v0.1.1 (2022-07-06)

Full Changelog

Merged pull requests:

v0.1.0 (2022-07-06)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator