- Python 3.11, 3.12, and 3.13-dev to CI version matrix
- macOS and Windows to CI OS matrix
- Python 3.6, 3.7, and 3.8 from CI version matrix
1.3.0 - 2021-10-16
- Comment support (lines starting with
#
) - Blank line support, for legibility
1.2.0 - 2020-11-22
- Stripping of edge whitespace in line parts in
input
.
1.1.0 - 2020-09-30
- README:
- Pronunciation section
- Python 3.6+ requirement
- Homepage section
make
commands for conveniencemake package
creates the wheel and tarball for publishing to PyPImake publish
publishes the above to PyPImake publish-test
publishes the above to TestPyPI
- Support for homepage via
home.html
- README phrasing
- Primes (
'
) and double primes ("
) into apostrophes (’
) and double quotes (“
and”
) in documentation - Delete every directory before creating it:
output/
- every slug directory inside
output/
- Unused code
- README typo
1.0.0 - 2020-09-17
- Initial implementation