All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.2.0 (2023-12-26)
- prepare package for unit tests (1fb2e99)
2.1.0 (2023-09-20)
- avoid throwing exceptions in iterator and toString Kint plugins (c8882df)
- update composer dependencies (2938f36)
2.0.1 (2022-12-14)
- update composer.json php requirement (cd5258b)
2.0.0 (2022-12-13)
- major version update on kint debugger
- 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)
- make renderer implementations compatible with kint 5 (dd39f29)
1.12.0 (2022-05-09)
- add unique request id to all log outputs (c829765)
1.11.1 (2022-04-19)
- StreamDumper: don't remove commas (5464f52)
1.11.0 (2022-04-19)
- StreamDumper: streamline config + output formatting (407d53f)
- implement stream dumper and logStream (3c8547b)
- Dumper: fix rendering issue in nested dbg(e) calls (8f790b6)
1.10.1 (2021-11-30)
- fix an issue where callable hooks were not executed (580c0b7)
1.10.0 (2021-11-27)
- 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)
- update vendor name (fdfa5fc)
1.8.1 (2020-02-19)
1.8.0 (2020-02-19)
- prepare for publication on github and packagist (016abee)
- trace: add more options to the trace output (1119adc)
- add additional $short option for backtrace generation (f4db405)
- avoid duplicate definition of ExtendedCliRenderer and ExtendedTextRenderer classes (598adcb)
- add additional, low performance plugins back to Kint (8d04e98)
- 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)
- ajax requests now correctly respond with the text renderer (237611c)
- add better implemented configuration options (3f7b7a6)
- duplicate output when using dbge() (88abd6f)
- select correct renderer for default html requests (2177d17)
- add main sources (2c649df)
- initial commit (471be0b)