loglib2/CHANGELOG.md
netkas 27681d53da
Some checks are pending
CI / release (push) Waiting to run
CI / debug (push) Waiting to run
CI / check-phpunit (push) Waiting to run
CI / check-phpdoc (push) Waiting to run
CI / generate-phpdoc (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / release-documentation (push) Blocked by required conditions
CI / release-artifacts (push) Blocked by required conditions
Update CHANGELOG.md for version 1.0.3 and modify project.json to reflect new version and updated dependency source
2025-03-14 14:07:49 -04:00

943 B

Changelog

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.

[1.0.3] - 2025-03-14

Minor changes to the project

Changed

  • Updated dependency remote address

[1.0.2] - 2025-01-27

Minor changes to the project

Changed

  • ExceptionDetails now accepts a string as a type for the $line and $code parameter, this will automatically convert the string to an integer.

[1.0.1] - 2025-01-22

Minor changes to the project

Fixed

  • Fixed issue where \LogLib2\Classes\Utilities::getSafeValue(mixed $input) would return a null value when the typed output is string by including a branch that converts the gettype($input) to a string when the input is null.

[1.0.0] - 2025-01-22

This is the initial release of LogLib2