loglib2/CHANGELOG.md

29 lines
836 B
Markdown
Raw Normal View History

2025-01-22 01:03:44 -05:00
# 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).
2025-01-27 03:05:28 -05:00
## [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.
2025-01-27 03:05:28 -05:00
## [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.
2025-01-22 01:03:44 -05:00
## [1.0.0] - 2025-01-22
This is the initial release of LogLib2