Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 462 Bytes

HISTORY.md

File metadata and controls

14 lines (12 loc) · 462 Bytes

History

0.2.0

  • [NEW] DependencyInjecter.getattr now returns the registered object or raise NameError
  • [NEW] Added THOUGHTS file

0.1.0

  • initial commit
  • [NEW] Wrap function and resolve dependencies when called
  • [NEW] Wrap method and resolve dependencies when called
  • [NEW] Added a flag to make the resolver look in the function/methods globals()
  • [NEW] Tests using pytest
  • [NEW] Added setup.py
  • [NEW] Added README, LICENS and HISTORY