Releases: assemblee-virtuelle/semantizer-php
Releases · assemblee-virtuelle/semantizer-php
v1.0.0-beta2
v1.0.0-beta1
Changed
- Rename method
IFactory:make
tomakeFromResource
. - 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 theSemanticObject
constructor).
v1.0.0-alpha4
Fixed
- Method
SemanticObject::setSemanticProperty
does add the blank node in the graph.
Added
- Method
Semanticable:removeSemanticPropertyAll
. - Method
SemanticObject:removeSemanticPropertyAll
.
v1.0.0-alpha3
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
Added
- Add a method to set a prefix.
- Add this changelog file.
v1.0.0-alpha1
Check support of distant context