-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #384 from M-L-D-H/xk
update changelog
- Loading branch information
Showing
1 changed file
with
16 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,24 @@ | ||
# Changelog - Schema | ||
|
||
1. From version 0.1.6 to 0.1.7 (2023-01-13): | ||
- _Topic_relations_ (dh, nls, meta, rdm, infrastructure) were removed, since the topic related information is now covered by the _keywords_ section. | ||
- _Sustainability_plan_ added as a Boolean value to the _research_data_ section. | ||
- _Cooperation_ added a new relation type next to _sibling, child_ and _parent_. | ||
2. From version 0.1.7 to 0.1.8 (2023-01-20): | ||
- From version 0.2.0 to 0.2.1 (2023-09-22): | ||
- _contact.role_ changed to an array of strings _contact.roles_. The new roles are aligned with the [CRediT](https://credit.niso.org/) taxonomy. | ||
- From version 0.1.9 to 0.2.0 (2023-09-22): | ||
- _cooperation_ added as a third category of _relation_type_ in _related_institutions_ | ||
- _date.from_ was changed from an optional to a required field | ||
- From version 0.1.8 to 0.1.9 (2023-03-07): | ||
- simplification of the _research_data_ element by merging _raw_, _refined_ and _final_ sections into one key. | ||
- _host_institutions_ replaced with _related_institutions_ with _relation_type_ as an additional key. | ||
- _relations_ renamed to _related_entities_. | ||
- From version 0.1.7 to 0.1.8 (2023-01-20): | ||
- _record_metadata_ simplified by changing the object _record_modified_ to a string _last_edited_on_ | ||
- _relations_ element simplified by: | ||
- allowing only entries with a uuid | ||
- moving parent organizations to a new separate element _host_institutions_ | ||
- removing all other entries without a uuid | ||
- _research_data_ element simplified by changing the _access_ object to a single number _open_access_ | ||
3. From version 0.1.8 to 0.1.9 (2023-03-07): | ||
- simplification of the _research_data_ element by merging _raw_, _refined_ and _final_ sections into one key. | ||
- _host_institutions_ replaced with _related_institutions_ with _relation_type_ as an additional key. | ||
- _relations_ renamed to _related_entities_. | ||
- From version 0.1.6 to 0.1.7 (2023-01-13): | ||
- _Topic_relations_ (dh, nls, meta, rdm, infrastructure) were removed, since the topic related information is now covered by the _keywords_ section. | ||
- _Sustainability_plan_ added as a Boolean value to the _research_data_ section. | ||
- _Cooperation_ added a new relation type next to _sibling, child_ and _parent_. | ||
|
||
|