You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+46-2Lines changed: 46 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,52 @@ This changelog follows the principles of [Keep a Changelog](https://keepachangel
14
14
15
15
### Removed
16
16
17
+
- Removed date fields validations in create and update dataset use cases, since validation is already handled in the backend and SPA frontend (other clients should perform client side validation also). This avoids duplicated logic and keeps the package focused on its core responsibility.
Copy file name to clipboardExpand all lines: docs/making-releases.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,6 @@ npm version 3.5.0 --no-git-tag-version
41
41
42
42
This command will update the version in the `package.json` and `package-lock.json`.
43
43
44
-
If everything looks good, you can push the changes to the repository.
45
-
46
44
## Update the changelog
47
45
48
46
**Note**: Contributors should have already added their changes to the `[Unreleased]` section as part of their pull requests (see [CONTRIBUTING.md](../.github/CONTRIBUTING.md#changelog-guidelines) for details).
@@ -86,8 +84,9 @@ Before releasing, ensure the changelog is properly prepared:
86
84
### Removed
87
85
```
88
86
89
-
4.**Update the version links** at the bottom of the changelog files
90
-
5.**Commit the changelog updates** as part of the release preparation
87
+
4.**Commit the changelog updates** as part of the release preparation
88
+
89
+
If everything looks good, you can push the changes to the repository.
Copy file name to clipboardExpand all lines: docs/useCases.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2076,6 +2076,8 @@ The `collectionIdOrAlias` is a generic collection identifier, which can be eithe
2076
2076
2077
2077
There is a second optional parameter called `onlyDisplayedOnCreate` which indicates whether or not to return only the metadata blocks that are displayed on dataset creation. The default value is false.
2078
2078
2079
+
There is a third optional parameter called `datasetType` which will include additional fields from metadata blocks linked to the provided type, if any. Before using this parameter, you will probably want to [list available dataset types](#get-dataset-available-dataset-types) for your installation.
0 commit comments