Skip to content

Releases: sweetrdf/easyrdf

1.7.1

08 Nov 08:20
Compare
Choose a tag to compare

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

19 Sep 08:06
6952b79
Compare
Choose a tag to compare
1.7

PHP 8.2 and refinements

  • a few preparations to run on PHP 8.2 without deprecations etc.
  • refinements in test environments and overall coding styles

1.6

08 Aug 09:15
cd970ff
Compare
Choose a tag to compare
1.6

Introduced PHP 8.1 support

Also some changes behind the scenes: fixed coding styles (using PHP-CS-Fixer) and corrected all PHPStan errors (level 4).

1.5

17 Nov 07:42
c5a70d6
Compare
Choose a tag to compare
1.5

Small feature release

Following links in a 30x response for a SPARQL query (#14)

1.4

30 Aug 14:13
0b80113
Compare
Choose a tag to compare
1.4

Enabled PHP 8.0

No changes for EasyRdf users except that you can install it via composer using PHP 8.0. All other changes of this release concern test environment to run on PHP 8.0.

1.3

07 Jul 06:30
c690f70
Compare
Choose a tag to compare
1.3

Small feature release

  • Accepting DateTimeInterface for Date and DateTime Literals (#9)

1.2

08 Mar 14:11
Compare
Choose a tag to compare
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 of resource)