Skip to content

Latest commit

 

History

History
executable file
·
34 lines (26 loc) · 1.02 KB

History.rst

File metadata and controls

executable file
·
34 lines (26 loc) · 1.02 KB

History

v0.1.3 / 2017-04-25

  • fix(invoke): missing export symbol at public level
  • refactor(docs): update disclaimer note
  • fix(docs): remove unused tutorial.rst file
  • refactor(Makefile): use --commit when bumping version

v0.1.2 / 2017-04-25

  • feat(examples): add inject flag example
  • fix(injector): process inject flag "!" based annotations accordingly
  • fix(register): return decorated injectable callable object, if needed
  • fix(register): return decorated injectable callable object, if needed
  • refactor(analyzer): use method access notation
  • refactor(docs): typo in design philosophy section
  • fix(docs): typo in rst syntax
  • fix(examples): type on mocking example comment

v0.1.1 / 2017-04-24

  • fix(core): handle not present __init__ member in classes. feat(examples): add mocking example
  • fix(docs): type in about section
  • fix(setup.py): package description

v0.1.0 (2017-04-23)

  • First version (beta).