- Python 3.11, 3.12, 3.13, and 3.14-dev to CI version matrix
- macOS and Windows to CI OS matrix
- Pointed example URLs to the new domain
- 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
makecommands for conveniencemake packagecreates the wheel and tarball for publishing to PyPImake publishpublishes the above to PyPImake publish-testpublishes 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