hide | |
---|---|
|
All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
To see unreleased changes, please see the CHANGELOG on the master branch guide.
- Python 3.12 tests.
- docs: Fancy home page.
- devcontainer: Use Python 3.12.
err
command-line tool.BaseFormatter
abstract base class.TerseFormatter
andExtendFormatter
formatters.ErrorInfo
got optionalroot_module
field.ErrorInfo.get_top_app_frame()
function.py.typed
file for PEP-561 compatibility- docs: "Supported standards" page
- docs: Code Quality
- Refined docstrigs
- Use
actions/checkout@v3
- Use
actions/cache@v3
- Use
pypa/gh-action-pypi-publish@release/v1
- Project structure tests
- CI workflows tests
- Adopt Ruff
- Coverage 7.3.0
- mypy 1.5.1
- Move
.coveragerc
topyproject.toml
- Move
setup.cfg
topyproject.toml
- Python 3.11 support.
- TracebackMiddleware shows exact problem position on Python 3.11+
CodePosition
structure for exact code location (Python 3.11+)SourceInfo
got optionalpos
field.- Add CITATIONS.cff
- Developer's Common Tasks
- Move changelog into the project's root
- Use Python 3.11 for devcontainer
- mkdocs-material 8.5.8
- pytest 7.2.0
- Coverage 6.5.0
-
ErrorInfo
JSON serialization/deserialization. -
ErrorInfoMiddleware to write collected errors to JSON files.
-
New Err.setup options:
error_info_path
error_info_compress
__version__
attribute.
- Initial release.