Skip to content

Releases: brenno-duarte/modern-php-exception

3.1.2

16 Mar 16:18
Compare
Choose a tag to compare

Released Notes

v3.1.2 - (2024-03-16)

Fixed

  • Fixed exception on JavaScript
  • Fixed version on composer.json

3.1.1

11 Mar 21:34
Compare
Choose a tag to compare

Released Notes

v3.1.1 - (2024-03-11)

Fixed

  • Fixed exception if request method isn't GET

3.1.0

25 Feb 22:26
Compare
Choose a tag to compare

Released Notes

v3.1.0 - (2024-02-25)

Added

  • Added functions to debug PHP code
  • Added debug class for logger

Fixed

  • Fixed select occurrences SQL

Removed

  • Removed symfony/var-dumper component

3.0.2

24 Feb 18:15
Compare
Choose a tag to compare

Released Notes

v3.0.2 - (2024-02-24)

Fixed

  • Fixed scrollbar style
  • Fixed view when output code on CLI mode

Removed

  • Removed nunomaduro/termwind and nunomaduro/phpinsights packages

3.0.1

20 Jan 15:39
Compare
Choose a tag to compare

Released Notes

v3.0.1 - (2024-01-20)

Fixed

  • Fixed namespace class not found on namespace_exception key
  • Fixed wrong exception trace with filterTrace method
  • Fixed trace text not break line in info-trace view

3.0.0

08 Jan 16:35
Compare
Choose a tag to compare

Released Notes

v3.0.0 - (2024-01-08)

Added

  • Added Occurrences in database
  • Added CPU and Memory usage
  • Added database support
  • Added YAML config file
  • Added Termwind component for CLI exception
  • Added helper getUri
  • Added HTML generator

Fixed

  • Fixed all style code with phpinsights
  • Fixed dark mode

Changed

  • Changed CSS
  • Changed trace of exception
  • Changed server info
  • Changed assets version
  • Changed getTitle, setTitle, getFile and setFile to protected visibility

Removed

  • Removed methods setFromJson, setFromText and productionModeMessage
  • Removed exception in Javascript console

2.2.2

10 Nov 12:30
Compare
Choose a tag to compare

Released Notes

v2.2.2 - (2023-11-10)

Fixed

  • Fixed solution not appearing when called
  • Fixed javascript in text type
  • Fixed colors in dark mode
  • Fixed bug with include_once in index.php

Removed

  • Removed comments

2.2.1

18 Nov 11:39
Compare
Choose a tag to compare

Released Notes

v2.2.1 - (2022-11-18)

Fixed

  • Fixed instance class in error-page.php with ReflectionClass

2.2.0

31 Oct 18:20
Compare
Choose a tag to compare

Released Notes

v2.2.0 - (2022-10-31)

Added

  • Added new error display type

Changed

  • Changed HTML template in index.php

Fixed

  • Fixed CSS in templates
  • Fixed comments on class ans traits

2.1.0

01 Oct 16:59
Compare
Choose a tag to compare

Released Notes

v2.1.0 - (2022-10-01)

Added

  • Added exception script to cli
  • Added Solution in cli
  • Added new class in less files
  • Added Bootstrap CSS 5.2
  • Added exception in javascript console

Fixed

  • Fixed CSS in dark mode