2022-07-30 20:58:10 +02: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).
|
|
|
|
|
2022-08-05 09:25:49 +02:00
|
|
|
## [Unreleased](https://git.d3data.de/D3Public/DebugBar/compare/1.1.0.0...rel_1.x)
|
|
|
|
|
|
|
|
## [1.1.0.0](https://git.d3data.de/D3Public/DebugBar/compare/1.0.0.0...1.1.0.0) - 2022-08-05
|
|
|
|
### Added
|
|
|
|
- shop edition and version information directly in the bar
|
|
|
|
- basic shop informations (edition, version, theme informations) in the shop tab
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
- reorder tabs
|
|
|
|
- adjust tab icons for small viewports
|
|
|
|
|
|
|
|
### removed
|
|
|
|
- useless exceptions tab
|
2022-07-30 20:58:10 +02:00
|
|
|
|
|
|
|
## [1.0.0.0](https://git.d3data.de/D3Public/DebugBar/releases/tag/1.0.0.0) - 2022-07-30
|
|
|
|
### Added
|
2022-08-03 00:33:55 +02:00
|
|
|
- generate debug bar instance with
|
|
|
|
- Request data colletor
|
|
|
|
- Monolog log messages collector
|
|
|
|
- Doctrine database queries collector
|
|
|
|
- Smarty variables collector
|
|
|
|
- Timeline profiling collector
|
2022-08-03 09:57:50 +02:00
|
|
|
- Shop configuration collector
|
2022-08-03 00:33:55 +02:00
|
|
|
- Collector for freely definable debug messages
|