Skip to content

v1.0.0-beta1

Compare
Choose a tag to compare
@lecoqlibre lecoqlibre released this 15 Aug 17:15
· 2 commits to main since this release

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).