hunter v0.2.0 Release Notes

Release Date: 2015-03-27 // about 9 years ago
    • โž• Added color support (and colorama as dependency).
    • โž• Added support for expressions in :class:hunter.actions.VarsPrinter.
    • ๐Ÿ’ฅ Breaking changes:

      • Renamed F to :func:hunter.Q. And :func:hunter.Q is now just a convenience wrapper for :class:hunter.predicates.Query.
      • Renamed the PYTHON_HUNTER env variable to PYTHONHUNTER.
      • Changed :class:hunter.predicates.When to take positional arguments.
      • Changed output to show 2 path components (still not configurable).
      • Changed :class:hunter.actions.VarsPrinter to take positional arguments for the names.
    • ๐Ÿ‘Œ Improved error reporting for env variable activation (PYTHONHUNTER).

    • ๐Ÿ›  Fixed env var activator (the .pth file) installation with setup.py install (the "egg installs") and setup.py develop/pip install -e (the "egg links").