Skip to content

Commit 0893643

Browse files
committed
rel: 2.0.3
1 parent 6aa0723 commit 0893643

5 files changed

+22
-151
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11

2+
<a id='changelog-2.0.3'></a>
3+
# 2.0.3 — 2025-02-24
4+
5+
## Fixed
6+
7+
- Subject detection in `participants.tsv` and `phenotype/` directories
8+
has been restored, enabling checks that were deactivated by the missing
9+
data. ([#162])
10+
11+
[#162]: https://github.com/bids-standard/bids-validator/pull/162
12+
13+
- Skip HED tests if schema cannot be loaded. This was exhibiting
14+
as a `HED_ERROR` with "cannot read property null". ([#160])
15+
16+
[#160]: https://github.com/bids-standard/bids-validator/pull/160
17+
18+
- `TSV_INCORRECT_VALUE_TYPE*` error messages now indicate that a match
19+
failed, instead of confusingly claim success. ([#165])
20+
21+
[#165]: https://github.com/bids-standard/bids-validator/pull/165
22+
223
<a id='changelog-2.0.2'></a>
324
# 2.0.2 — 2025-02-10
425

changelog.d/20250214_094554_markiewicz_load_subjects.md

-51
This file was deleted.

changelog.d/20250214_101021_markiewicz_scrivening.md

-50
This file was deleted.

changelog.d/20250216_174252_dominik.welke_fix_warn_message.md

-49
This file was deleted.

deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bids/validator",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"exports": {
55
".": "./src/bids-validator.ts",
66
"./main": "./src/main.ts",

0 commit comments

Comments
 (0)