Skip to content

Releases: assemblee-virtuelle/semantizer-ruby

v1.1.1

09 Apr 14:18
Compare
Choose a tag to compare

Fixed

  • Objects can be compared to nil with ==.

v1.1.0

25 Jan 12:04
Compare
Choose a tag to compare

1.1.0 - 2024-01-25

Added

  • Objects can be compared with ==.

v1.0.5

10 Jul 12:59
Compare
Choose a tag to compare

Added

  • Properties can be set (setters).

v1.0.4

10 Jul 12:58
Compare
Choose a tag to compare

Fixed

  • Properties can be prefixed when serialized.

v1.0.3

20 Feb 10:13
Compare
Choose a tag to compare

Fixed:

  • SemanticId and SemanticType are properly setted during object initialization.
  • SemanticId is the first exported property.

v1.0.2

14 Feb 09:49
Compare
Choose a tag to compare

Do not export empty collection properties.

v1.0.1

18 Jan 16:46
Compare
Choose a tag to compare

Add a runtime dependency to json-ld.

v1.0.0-alpha

12 Jan 18:50
Compare
Choose a tag to compare

Initial version of the library.

v1.0.0

12 Jan 18:57
Compare
Choose a tag to compare

1.0.0 - 2023-01-12

Added

  • .gitignore file.
  • Changelog file.

Changed

  • The classes are now accessed through the VirtualAssembly::Semantizer module (instead of just the Semantizer module).
  • The SemanticObject is now a module instead of a class.