Releases: meyfa/php-svg
Releases · meyfa/php-svg
v0.16.0
v0.15.1
What's Changed
- fix: Remove implicit conversion from float to int by @yalagin in #234
- fix: Improve PHP syntax by @smnandre in #228
Additional changes:
- ci: Migrate to PHP-CS-Fixer by @smnandre in #230
- chore: Enable more PHP-CS-Fixer rules by @meyfa in #232
- chore: Use a dedicated SVG\Tests namespace by @smnandre in #225
- chore: Remove PHP 8 syntax from rector.php by @meyfa in #231
New Contributors
Full Changelog: v0.15.0...v0.15.1
v0.15.0
BREAKING: This release drops support for PHP 7.3. This allows us to use lots of new syntax offered since PHP 7.4. In particular, much better type definitions were added.
Thanks to everyone who contributed to make this possible!
What's Changed
- chore!: Drop PHP 7.3 support by @meyfa in #217
- fix: Update syntax to PHP 7.4 using Rector by @tacman in #221
- fix: Leverage PHP 7.4 syntax by @smnandre in #226
- refactor: Use
::class
instead of FQN-strings by @Niellles in #212 - docs: Remove $ from command snippet so copying works by @tacman in #214
- chore: Export-ignore CS/QA files by @smnandre in #224
- chore: Update actions/checkout & actions/cache by @smnandre in #223
New Contributors
Full Changelog: v0.14.7...v0.15.0