Skip to content

Latest commit

 

History

History
109 lines (62 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

109 lines (62 loc) · 1.91 KB

[1.10.3] - 2025-02-23

  • Update GitHub workflows
  • Update pubspec.yaml

[1.10.2] - 2025-02-04

  • Update the pubspec.yaml

[1.10.1] - 2025-01-04

  • Update the pubspec.yaml

[1.10.0] - 2024-12-31

  • Refactor as per flutter_lints suggestions
  • Update copyright year
  • Update the pubspec.yaml

[1.9.1] - 2024-08-09

  • Update debug widget

[1.9.0] - 2024-07-24

  • Merge PR from @SalihCanBinboga to allow the debug widget to be shown in release mode

[1.8.1] - 2024-07-20

  • Update debug widget

[1.8.0] - 2024-07-06

  • Update default height of the debug widget to 580.0
  • Set maxLines to 5 for the exceptionAsString value in the debug widget
  • Update README.md

[1.7.3] - 2024-06-15

  • Update README.md

[1.7.2] - 2024-06-15

  • Update README.md

[1.7.1] - 2024-06-14

  • Add extra check in ErrorWidget.builder to get file name from the stack trace

[1.7.0] - 2024-06-14

  • Fix error with Web not working
  • Add new Regex to catch more classNames in the stack trace
  • ErrorStackLogLevel.verbose (default)
  • Fix example project
  • Update README.md

[1.6.0] - 2024-06-12

  • Update screenshots

[1.5.0] - 2024-06-10

  • Add errorWidget to ErrorStack init method. This allows you to set a custom error widget to be displayed when an error occurs in production.

[1.4.0] - 2024-06-05

  • Update debug and release widget to support responsive design.

[1.3.4] - 2024-05-22

  • Update pubspec.yaml

[1.3.3] - 2024-05-17

  • Update pubspec.yaml

[1.3.2] - 2024-05-14

  • Update pubspec.yaml

[1.3.1] - 2024-05-12

  • Update pubspec.yaml
  • Update workflow

[1.3.0] - 2024-05-11

  • Update pubspec.yaml

[1.2.1] - 2024-05-04

  • Update logo
  • Update README.md
  • Small tweak to storage key

[1.2.0] - 2024-05-01

  • Update README.md

[1.1.0] - 2024-05-01

  • Remove nylo dependency.
  • Add flutter_secure_storage dependency.
  • Update debug and release widget.

[1.0.0] - 2024-05-01

  • Initial release.