Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 768 Bytes

CHANGES.md

File metadata and controls

25 lines (19 loc) · 768 Bytes

HISTORY

1.2 (2018-02-15)

  • Compatible with main module.
  • Added support to update callable object. *

1.1 (2017-09-09)

  • Added support to update function annotation.
  • Added and fixed test case.
  • Fixed python 3 compatibility issue.
  • Refined README.

1.0 (2017-09-03)

  • Removed pydevd dependency.
  • Removed limitation that functions with decorators cannot be handled. *
  • Added support to update function closure. *
  • Added code object name check to avoid update monkey patched code. *
  • Refined reload hooks. (eg, xreload_old_new and xreload_after_reload_update)
  • Fixed file attribute in namespace so they will be updated.
  • Fixed compiled python file support.
  • Fixed reload failed when python code compiled from different paths.