Releases: Setono/editorjs-php
Releases · Setono/editorjs-php
v1.6.0
- Lower the minimum PHP requirement back to
>= 8.1(relaxes the>= 8.4requirement introduced in v1.5.0).cuyz/valinor ^2.0is retained; on PHP 8.1 it resolves to a 8.1-compatible 2.x release. - The CI matrix now also covers PHP 8.5 (in addition to 8.1–8.4).
Full Changelog: v1.5.0...v1.6.0
v1.5.0
- Require PHP >= 8.4
- Upgrade
cuyz/valinorto^2.0 - Remove
azjezz/psl— the top-level JSON validation is now handled by Valinor. Note thatInvalidDataException::__construct()now takes aCuyZ\Valinor\Mapper\MappingErrorinstead of PSL'sAssertException, and unknown top-level keys in the EditorJS JSON are now tolerated instead of rejected - Replace Psalm with PHPStan
Full Changelog: v1.4.0...v1.5.0
v1.4.0
Allow Symfony 8
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.2.0
Full Changelog: v1.1.0...v1.2.0
0.2.3
Full Changelog: v0.2.2...0.2.3
v1.1.0
Allow Symfony 7
Full Changelog: v1.0.0...v1.1.0
v1.0.0
v1.0.0-alpha.8
Full Changelog: v1.0.0-alpha.7...v1.0.0-alpha.8
v1.0.0-alpha.7
Simplify throwOnUnsupported method call