6 curated breaking changes across major versions of wcwidth. Use this as a migration checklist before bumping dependencies.
Migrate from setup.py + setuptools to pyproject.toml + hatchling by @hugovk in https://github.com/jquast/wcwidth/pull/156
Small improvements to update-tables.py and wcwidth-browser.py by @jquast in https://github.com/jquast/wcwidth/pull/160
New: iter_graphemes() by @jquast in https://github.com/jquast/wcwidth/pull/165
New: width() terminal-aware string measurement by @jquast in https://github.com/jquast/wcwidth/pull/166
Get this data programmatically \u2014 free, no authentication.
curl https://depscope.dev/api/breaking/pypi/wcwidthNew: ljust(), rjust(), center() justify text by @jquast in https://github.com/jquast/wcwidth/pull/168
Update Unicode version to 15.1.0 by @GalaxySnail in https://github.com/jquast/wcwidth/pull/77