All major and minor version changes will be documented in this file. Details of patch-level version changes can be found in commit messages.
- Removed ujson optional dependency per https://pythonspeed.com/articles/faster-json-library/: tldr it probably won't be significantly faster and may be error prone
- Removed
regexdependency asreseems to work just fine - Move docs
- pre-commit
- code quality improvements
- Functions are now case insensitive
- Bugfixes
- Added linking compat checking
- lgpl licenses now have type 'Weak Copyleft'
- Additional licenses
- altnames
- available on pypi
- Add pylint to pyproject.toml
- Generate json schema
- Other tweaks per code review
- First release