- Implement Paranoid Text Spacing algorithm v4
- Support Python 3.7
- Drop Python 2.7 support
- Support Python 3.6
- Add a method:
pangu.spacing_file()
- Add a command-line tool:
pangu
- Support Python 3.5
- Refactoring
- Rename
text_spacing()
tospacing_text()
- Add an alias to
spacing()
:text_spacing()
- Fix unicode issue in Python 2.x
- Fix setup.py
- Synchronize version number with pangu.js
- Improve Paranoid Text Spacing algorithm
- Hello World