- Drop Python 3.4 support 30 - Add [documentation](https://wsgi-lineprof.readthedocs.io/) - Update dependencies 31 - Refactor setup.py
0.7.0
- Add `hit` and `percent` columns to results 20 - Add new APIs `LineProfiler.get_timer` and `LineProfiler.get_timer_implementation` - Improve timer on macOS and POSIX 26 27 28 - Windows wheels 29 - Use pytest v4 22 - Collect test coverage 23 - Update type hints
0.6.0
- Add `regex` option to `FilenameFilter` and `NameFilter` - Add accumulate mode - Add benchmarks using asv 14 - Add type hints to Cython extension - Improve the result when a source file is not found - Update Cython to 0.29.x - Minor improvements
0.5.0
- Add Python 3.7 support and drop Python 3.3 support (10 11) - Add `async_stream` option (9 12) (Thanks denzow) - Update Python to 0.28.x - Improved type hints and PEP 561 support (13) - Small improvements
0.4.0
- Update Cython to 0.26.x 4 - Update mypy 5 - Minor improvements