hunter v0.5.0 Release Notes

Release Date: 2015-04-06 // about 9 years ago
    • ๐Ÿ›  Fixed :func:hunter.And and :func:hunter.Or "single argument unwrapping".
    • Implemented predicate compression. Example: Or(Or(a, b), c) is converted to Or(a, b, c).
    • ๐Ÿ“‡ Renamed :attr:hunter.event.Event.source to :attr:hunter.event.Event.fullsource.
    • โž• Added :attr:hunter.event.Event.source that doesn't do any fancy sourcecode tokenization.
    • ๐Ÿ›  Fixed :attr:hunter.event.Event.fullsource return value for situations where the tokenizer would fail.
    • ๐Ÿ›ฐ Made the print function available in the PYTHONHUNTER env var payload.
    • Added a repr for :class:hunter.event.Event.