You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 1.1.7
Add custom YAML tag support via --parse-tags option
New Features:
- Add --parse-tags / -t option to enable PARSE_CUSTOM_TAGS (#166)
- Auto-detect Symfony YAML version for compatibility
- Helpful error hints when tags encountered without flag
Fixes:
- Fix CI compatibility with PHP 5.6-7.1
- Fix Symfony version detection on older PHP versions
Updates:
- Bump symfony/yaml from 7.0.3 to 7.3.3
- Add PHP 8.4 to CI matrix
- Comprehensive test coverage for custom tags