| latte | by dg | wip | | | |
| latte | by dg | readme: added editor integration section | | | |
| latte | by dg | updated ncs.xml | | | |
| latte | by dg | added |json filter with context-aware attribute encoding In HTML attribute context (via ExpressionAttributeNode), `|json` routes to HtmlHelpers::formatJsonAttribute() which uses the same JSON + smart-quoting mechanism as formatDataAttribute(). Elsewhere it uses Helpers::encodeJson(), refactored out of escapeJs() without the HtmlStringable unwrap branch. | | | |
| latte | by dg | SwitchNode: generate `===` instead of `in_array()` for single-value {case} | | | |
| latte | by dg | generated templates: moved declare(strict_types=1) to the same line as <?php | | | |
| latte | by dg | updated github actions | | | |
| latte | by dg | StatementNode: added tagPositions | | | |
| tracy | by beastbytes | readme: added Yii3 Integration (#599) * opened 3.0-dev * requires PHP 8.1 * uses PascalCase constants * removed bridge for Latte * Logger: added typehints * Logger: md5 replaced with xxHash * error.log changed to warning.log * bar: errors panel => warnings * readme: added link to Joomla integration (#583) Link to Joomla! integration. * used attribute Deprecated * Update readme.md Add link to Yii3 integration --------- Co-authored-by: David Grudl <david@grudl.com> Co-authored-by: n3t <n3t@n3t.cz> | | | |
| tracy | by dg | used attribute Deprecated | | | |
| tracy | by dg | error.log changed to warning.log | | | |
| tracy | by dg | Logger: added typehints WIP | | | |
| tracy | by dg | uses PascalCase constants | | | |
| tracy | by dg | open in editor: added support for columns | | | |
| tracy | by dg | opened 3.0-dev | | | |
| tracy | by dg | CSS: added @layer for cascade priority control | | | |
| tracy | by dg | removed inner containers and ID-based CSS scoping from Bar and BlueScreen | | | |
| tracy | by dg | removed CSS reset rules superseded by Shadow DOM | | | |
| tracy | by dg | added Shadow DOM for CSS isolation of BlueScreen | | | |
| tracy | by dg | added Shadow DOM for CSS isolation of Dumper | | | |
| tracy | by dg | added Shadow DOM for CSS isolation of Bar | | | |
| tracy | by dg | opened 2.13-dev | | | |
| tracy | by dg | added CLAUDE.md | | | |
| tracy | by dg | Released version 2.12.0 | | | |
| tracy | by dg | Bar: added warnings & dumps panel agent template | | | |
| tracy | by dg | Bar: added support for AI agents | | | |
| tracy | by dg | Debugger: added agent hint to production error page | | | |
| tracy | by dg | BlueScreen: added markdown companion files alongside HTML error logs | | | |
| tracy | by dg | BlueScreen: added support for AI agents | | | |
| tracy | by dg | Debugger::dump() outputs to console for AI agents | | | |
| tracy | by dg | added AI agent support | | | |
| tracy | by dg | BlueScreen: refactoring | | | |