# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.26] - 2024-04-08
### Feature
 - Added support to Debugger for HTML colorized output

## [1.0.25] - 2023-04-01
### Changed
 - Requirements updated

## [1.0.24] - 2023-03-30
### Changed
 - Added copyright to LICENSE

## [1.0.23] - 2023-10-26
### Changed
 - Author information is recalculated properly in the `setup.py` file
 - Typing improvements to `debugger.py`

## [1.0.22] - 2023-10-26
### Features
 - New tests
 - New type hints

## [1.0.21] - 2023-03-30
### Added
- Tests
- Type checking
- Pip-tools to manage dependency versions
- Tox support for py39, py310 and py311
- Pre-commit for linting and styling
- Github actions to verify tests and tox
