Skip to content

Releases: assemblee-virtuelle/semantizer-php

v1.0.0-beta2

18 Sep 17:28
Compare
Choose a tag to compare

Fixed

Changed

  • Update sweetrdf/easyrdf to version 1.10.

v1.0.0-beta1

15 Aug 17:15
Compare
Choose a tag to compare

Changed

  • Rename method IFactory:make to makeFromResource.
  • The factory can't not be set in the constructor anymore (to avoid a potential circular dependency).

Added

  • Add a resource parameter in the SemanticObject constructor.
  • Add the Semantizer:import method (to be tested).
  • Add a fetch method (Closure) and a default one (to be tested).
  • Add the IStore:has method.
  • Add the Semantizer:getStore method.

Removed

  • Method SemanticObjectAnonymous:makeFromResource (moved into the SemanticObject constructor).

v1.0.0-alpha4

13 Aug 10:55
Compare
Choose a tag to compare

Fixed

  • Method SemanticObject::setSemanticProperty does add the blank node in the graph.

Added

  • Method Semanticable:removeSemanticPropertyAll.
  • Method SemanticObject:removeSemanticPropertyAll.

v1.0.0-alpha3

09 Aug 10:17
Compare
Choose a tag to compare

Fixed

  • Method SemanticObject::setSemanticProperty allows to set blank node.

Added

  • Interface IFactory.
  • Method Semantizer::getPrefix.
  • Method Semantizer::shorten.
  • Method Semantizer::expand.
  • Class Factory in test.
  • Class SemanticObjectAnonymousSub in test.

Changed

  • Rename tests folder to "test".

Removed

  • Dependency to phpunit (to avoid potential conflicts as suggested in the official documentation).

v1.0.0-alpha2

31 Jul 13:04
Compare
Choose a tag to compare

Added

  • Add a method to set a prefix.
  • Add this changelog file.

v1.0.0-alpha1

28 Jul 10:19
Compare
Choose a tag to compare
Check support of distant context