Releases: sweetrdf/easyrdf
Releases · sweetrdf/easyrdf
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
)