Releases: brenno-duarte/modern-php-exception
Releases · brenno-duarte/modern-php-exception
3.3.7
3.3.6
Released Notes
v3.3.6 - (2024-09-28)
Added
- Added favicon in view
Fixed
- Fixed special chars in CLI mode and JSON. Only in HTML
- Fixed
productionMode
method. Removed previously in 3.0.0 - Fixed code in production mode
Changed
- Upgrade highlight js component to version 11.10
3.3.5
Released Notes
v3.3.5 - (2024-09-12)
Fixed
- Fixed PHP 8.4 implicit nullable
3.3.4
Released Notes
v3.3.4 - (2024-09-05)
Fixed
- Fixed XSS in message's exception
- Fixed
clearstatcache
function ininfo-logs.php
view - Fixed comments in classes
- Fixed exceptions
3.3.3
Released Notes
v3.3.3 - (2024-08-24)
Fixed
- Fixed docs not render in Cli mode
3.3.2
Released Notes
v3.3.2 - (2024-08-13)
Fixed
- Fixed instance without construct in solution
3.3.1
Released Notes
v3.3.1 - (2024-08-03)
Fixed
- Fixed render solution in CLI mode
3.3.0
Released Notes
v3.3.0 - (2024-07-17)
Added
- Added
ignoreErrors
method
Fixed
- Fixed error in occurrences
3.2.1
Released Notes
v3.2.1 - (2024-06-01)
Fixed
- Fixed numbers line colors
- Fixed when configuration file not exists
- Fixed functions if exists
3.2.0
Released Notes
v3.2.0 - (2024-05-01)
Added
- Added logs in
shutdown
method
Changed
- Changed
var_dump_debug
anddump_die
to accept multiple variables
Fixed
- Fixed special chars in
errorHandler
Removed
- Removed
codedungeon/php-cli-colors
andghostff/dump7
packages - Removed
MessageTrait
trait