Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

61 lines (36 loc) · 1.54 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

  • None.

1.0.0-alpha.3 - 2024-03-22

Fixed

  • Method isSemanticSameTypeOf support prefixed types.

Changed

  • Update rdf-ext to version 2.5.1.
  • Update @types/rdf-ext to version 2.5.0.
  • Do not require semanticType in constructor.

Added

  • More tests to test the equals method.
  • New Semantizer and Context classes with corresponding interfaces.
  • Ability to provide a context and pass prefixed URIs.

1.0.0-alpha.2 - 2023-05-23

Added

  • .gitignore

Changed

  • Update @types/rdf-ext to version 2.2.0.

1.0.0-alpha.1 - 2023-03-28

Added

  • CHANGELOG.md

Changed

  • Use RDFJS datasets.
  • LICENSE is now MIT (AGPL3 before).

1.0.0-alpha - 2022-10-25

Added

  • Initial release.