Skip to content

Commit 7812e45

Browse files
committed
rel: 2.0.10
1 parent 17b61ad commit 7812e45

7 files changed

+28
-241
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
11

2+
<a id='changelog-2.0.10'></a>
3+
# 2.0.10 — 2025-08-29
4+
5+
## Added
6+
7+
- Added a [FAQ] to the user guide. ([#215])
8+
9+
[FAQ]: https://bids-validator.readthedocs.io/en/latest/user_guide/faq.html
10+
[#215]: https://github.com/bids-standard/bids-validator/issues/215
11+
12+
## Changed
13+
14+
- Improved handling of TSV columns with sidecar definitions.
15+
`"Format"`, `"Minimum"` and `"Maximum"` keys are now supported.
16+
17+
- `--datasetTypes` and `--blacklistModalities` options now accept a string array (`--datasetTypes raw,derivative`) and can be combined.
18+
19+
## Fixed
20+
21+
- A crash in the web validator prevented validation from taking place.
22+
23+
## Infrastructure
24+
25+
- Docker images will once again be pushed to [bids/validator][].
26+
27+
[bids/validator]: https://hub.docker.com/r/bids/validator/
28+
229
<a id='changelog-"2.0.9"'></a>
330
# "2.0.9" — 2025-08-26
431

changelog.d/20250822_102838_markiewicz_faq.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

changelog.d/20250824_210257_markiewicz_sidecar_columns.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

changelog.d/20250826_074930_markiewicz_docker.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

changelog.d/20250826_135735_nell_variadic_options_fix.md

Lines changed: 0 additions & 47 deletions
This file was deleted.

changelog.d/20250829_120235_markiewicz_web_failure.md

Lines changed: 0 additions & 47 deletions
This file was deleted.

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bids/validator",
3-
"version": "2.0.10-dev",
3+
"version": "2.0.10",
44
"exports": {
55
".": "./src/bids-validator.ts",
66
"./main": "./src/main.ts",

0 commit comments

Comments
 (0)