Releases: sweetrdf/easyrdf
Releases · sweetrdf/easyrdf
1.9.0 - Dropped PHP 7.x support! Ntriples performance boost
❗ Dropped support for PHP 7.x! ❗ Only support for PHP 8.0+ from now on
What's Changed
- Boost Ntriples performance + better support for multi byte strings and different encodings by @idimopoulos in #29
- Enable GitHub Actions for pull requests by @claudiu-cristea in #26
- Bumb min. PHP version to 8.0.0 + cleanup (mostly PHP-CS-Fixer) by @k00ni in #27
Full Changelog: 1.8.0...1.9.0
1.8.0
Added support for Laminas-packages because Zend packages are abandoned: https://github.com/laminas/laminas-http
Full Changelog: 1.7.1...1.8.0
1.7.1
What's Changed
I added replace
-part to composer.json. This allows you to use this library as a replacement for easyrdf/easyrdf
in your project from now on. For more information see #19 and #20.
The rest of the changes are minor and related to coding style issues and a few typo fixes in README.md.
Full Changelog: 1.7...1.7.1
1.7
1.6
1.5
1.4
1.3
1.2
Maintenance version
This version contains a lot of behind-the-scenes changes and no new features.
I focused mostly on making development-tooling more lightweight and easier to maintain.
Highlights:
- Replaced Travis by Github Actions
- Integrated Scrutinizer (#5)
- Added PHP-CS-Fixer with
@Symfony
rules (coding standard of one of the most used PHP code bases) - Added PHPStan and reached lvl 4 (#4, #6, #7)
- Run tests on Windows Server 2019 too (#8)
- Removed
code-lts/doctum
(no need for that right now, maybe re-added later on) - Fixed a few PHPDoc comments (e.g.
\EasyRdf\Resource
instead ofresource
)