Skip to content

Latest commit

 

History

History
154 lines (89 loc) · 4.72 KB

File metadata and controls

154 lines (89 loc) · 4.72 KB

CHANGELOG

v0.6.1 (2026-02-06)

Bug Fixes

  • Change default log format (9dafe6c)

Documentation

v0.6.0 (2026-02-06)

Features

  • Possibility to specify time format (43373cd)

v0.5.0 (2026-02-05)

Chores

Code Style

  • Ignore excessive complexity of decorator function (2266b93)

Features

  • Support additional loggers (5205fc3)

v0.4.0 (2026-02-02)

Continuous Integration

  • chore: Update action versions (85ee9e1)

Features

v0.3.0 (2026-02-02)

Chores

Continuous Integration

Features

  • Reorder fields in log message format (8eaeadf)

v0.2.0 (2025-10-28)

Features

  • Allow strings to specify path to log file (b1a15e9)

Testing

  • Introduce end-to-end app test (8151146)

  • debug: Find out why app console log has 4 lines rather than 3 (b23e1a0)

  • debug: Find out why app console log has 4 lines rather than 3 (b452f07)

  • debug: Try to debug checking end-to-end test results (e966eab)

  • fix: Correct end to end app test logic (24c6ffa)

  • fix: Correct syntax (b0339d4)

  • fix: Try to quiet uv's output when installing script dependencies (dae8dfd)

  • fix: Use variables and output redirection (d6dd42f)

v0.1.1 (2025-10-21)

Bug Fixes

Chores

Code Style

Refactoring

  • Create_dict_config (4234f31)

  • Decorators to work from inside the readylog package (99359ee)

Testing

  • Test general configuration and log output (988c74e)

v0.1.0 (2025-10-10)

  • Initial Release