Version 1.5.0
Improvements:
- Overall performance improvements and other optimization for loading references
- #63 Added option to only resolve external references (inlining)
Bugfixes:
- #74 Fix PHPDoc for
exclusiveMinimum
andexclusiveMaximum
to boolean (thanks @canvural) - #92 Resolving references to external files did not work correctly on windows (thanks @Insolita)
Other changes:
- #80 Changed minimum Symfony YAML version from
3.0
to3.4
(thanks @marcelthole) - #83 Tests are green on PHP 8 (thanks @canvural)