Releases: cortexphp/json-repair
Releases · cortexphp/json-repair
0.4.1
What's Changed
- feat: Adding docs by @tymondesigns in #3
- Bump peter-evans/repository-dispatch from 3 to 4 by @dependabot[bot] in #4
- perf: reduce per-character overhead in hot parsing paths by @tymondesigns in #5
New Contributors
- @dependabot[bot] made their first contribution in #4
Full Changelog: 0.4.0...0.4.1
0.4.0
0.3
What's Changed
New Features
- PSR-3 Logging Support — Debug repair operations with any PSR-3 compatible logger via
setLogger()or theloggerparameter on helper functions
Improvements
- Refactored state machine for more robust parsing
- Better handling of smart quotes, embedded quotes, and incomplete escape sequences
- Enhanced markdown code block extraction
Full Changelog: 0.2...0.3
0.2
Initial release
Initial release