Skip to content

Latest commit

 

History

History
208 lines (85 loc) · 5.37 KB

CHANGELOG.md

File metadata and controls

208 lines (85 loc) · 5.37 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.2.0 (2023-12-26)

Features

  • prepare package for unit tests (1fb2e99)

2.1.0 (2023-09-20)

Features

  • avoid throwing exceptions in iterator and toString Kint plugins (c8882df)
  • update composer dependencies (2938f36)

2.0.1 (2022-12-14)

Bug Fixes

  • update composer.json php requirement (cd5258b)

2.0.0 (2022-12-13)

⚠ BREAKING CHANGES

  • major version update on kint debugger

Features

  • add editor file format config (2d5e258)
  • enable environment detection by default (83d4cde)
  • remove deprecated features (4613619)
  • update kint to version 5 (2e6f1c4)
  • use more common "APP_ENV" var for environment detection (322f479)

Bug Fixes

  • make renderer implementations compatible with kint 5 (dd39f29)

1.12.0 (2022-05-09)

Features

  • add unique request id to all log outputs (c829765)

1.11.1 (2022-04-19)

Bug Fixes

  • StreamDumper: don't remove commas (5464f52)

1.11.0 (2022-04-19)

Features

  • StreamDumper: streamline config + output formatting (407d53f)
  • implement stream dumper and logStream (3c8547b)

Bug Fixes

  • Dumper: fix rendering issue in nested dbg(e) calls (8f790b6)

1.10.1 (2021-11-30)

Bug Fixes

  • fix an issue where callable hooks were not executed (580c0b7)

1.10.0 (2021-11-27)

Features

  • major code cleanup + refactoring into smaller chunks + fix code styling issues (789fea3)

1.9.2 (2020-02-27)

1.9.1 (2020-02-27)

1.9.0 (2020-02-27)

Features

1.8.1 (2020-02-19)

1.8.0 (2020-02-19)

Features

  • prepare for publication on github and packagist (016abee)

1.7.0 (2020-01-15)

Features

  • trace: add more options to the trace output (1119adc)

1.6.0 (2019-09-25)

Features

  • add additional $short option for backtrace generation (f4db405)

1.5.1 (2019-08-06)

1.5.0 (2019-07-18)

Bug Fixes

  • avoid duplicate definition of ExtendedCliRenderer and ExtendedTextRenderer classes (598adcb)

Features

  • add additional, low performance plugins back to Kint (8d04e98)

1.4.0 (2019-07-16)

Features

  • add de-dupe plugin to make sure kint will not render the same object over and over again (the children of an already rendered object will not be rendered again) (7e5d1eb)
  • remove namespaces as they break kint to much to be used sustainably (2e5a497)

1.3.1 (2019-05-28)

Bug Fixes

  • ajax requests now correctly respond with the text renderer (237611c)

1.3.0 (2019-05-23)

Features

  • add better implemented configuration options (3f7b7a6)

1.2.2 (2019-05-16)

Bug Fixes

  • duplicate output when using dbge() (88abd6f)

1.2.1 (2019-05-16)

Bug Fixes

  • select correct renderer for default html requests (2177d17)

1.2.0 (2019-05-16)

Features

  • add main sources (2c649df)

1.1.0 (2019-05-16)

Features

  • initial commit (471be0b)

Change Log