Files
echo-nexus/node_modules/@codemirror/lang-php/CHANGELOG.md
T

39 lines
671 B
Markdown

## 6.0.2 (2025-06-19)
### Bug fixes
Add a .d.cts file to make TypeScript happy.
## 6.0.1 (2022-10-24)
### Bug fixes
Fix (non-)auto indentation in template strings and comments.
Allow prefixed strings to be closed by `closeBrackets`.
## 6.0.0 (2022-06-08)
### Breaking changes
Update dependencies to 6.0.0
## 0.20.0 (2022-04-20)
### Bug fixes
Fix missing highlighting info for the `declare`, `enddeclare`, and `interface` keywords.
## 0.19.1 (2021-09-04)
### Bug fixes
Fix the `plain` option, which was accidentally ignored before.
Improve indentation of colon block syntax constructs.
## 0.19.0 (2021-09-03)
### Breaking changes
First numbered release.