Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 647 Bytes

File metadata and controls

26 lines (18 loc) · 647 Bytes

python-inject changes

3.3.0 (2014-08-22)

  • Added inject.params(arg1=cls1, arg2=cls2), deprecated inject.param, #12 (thanks @scharf).

3.2.0 (2014-08-04)

  • Added inject.configure_once and inject.is_configured, #11.

3.1.1 (2014-03-14)

  • Switch from root logger to module logger, #8.

3.1.0 (2014-03-07)

  • inject.param decorator.
  • Small fixes in exceptions.

3.0.0 (2014-02-10)

  • Smaller, better, faster version with simpler and cleaner API.

2.0.0-alpha1 (2010-08-25)

  • Second version (never made it to stable).

1.0.0 (2010-02-12)

  • Initial release.