- Drop supported for Python 2, 3.4 and 3.5. - Migrate to pytest. Thanks to Paolo Stivanin - Add new exmples. Thanks to rybarczykj - Improve error messages. Thanks to Etienne Richart - Replace wcwidth with cwcwidth
0.3.4
- Prevent crash when embedding in situations including the lldb debugger. Thanks Nathan Lanza!
0.3.3
- Revert backslash removal, since this broke bpython in 0.3.2
0.3.2
- Migrate doc generation to Python 3 - Add MyPy typing - Remove logging level message. Thanks Jack Rybarczyk! - Assorted fixes: Thanks Armira Nance, Etienne Richart, Evan Allgood, Nathan Lanza, and Vilhelm Prytz!
0.3.1
- Add "dark" format function - Add Input option to disable terminal start/stop. Thanks George Kettleborough! - Fix Py3.6 compatibility. Thanks Po-Chuan Hsieh! - Assorted fixes, thanks Jakub Wilk and Manuel Mendez!
0.3.0
- Change name of "dark" color to "black" - Drop support for Python 2.6 and 3.3 - New FmtStr method width_aware_splitlines which cuts up a FmtStr in linear time