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.
- Fixed that
Question
was changed to be anActivity
instead of anIntransitiveActiviy
in0.2.2
.
- Fixed that
IntransitiveActivity
was misspelled asIntransitiveActiviy
and that it was not derived fromActivity
. By @deathau.
- Fixed that the converters from the library were internal, meaning they couldn't be used directly in outside projects.
- Added default initialization of
Type
parameters for types matching their type. - Added default
ReferenceTermDefinition
forJsonLDContext
of allObjectOrLink
objects. - Enabled XML Documentation generation for NuGet package.