Skip to content

Commit 31f25e4

Browse files
committed
rel: 2.1.0
1 parent 8808578 commit 31f25e4

8 files changed

+31
-290
lines changed

CHANGELOG.md

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

2+
<a id='changelog-2.1.0'></a>
3+
# 2.1.0 — 2025-09-03
4+
5+
This release adds support for BIDS 1.10.1.
6+
7+
## Added
8+
9+
- Load `.tsv.gz` column contents for validation.
10+
11+
- Issue deprecation warning for `"89+"` in `age` columns, per
12+
[bids-standard/bids-specification#2162][].
13+
14+
- Added support for extracting image orientation from NIfTI headers,
15+
added to the BIDS schema in 1.10.1.
16+
17+
## Changed
18+
19+
- Raise errors for all TSV type check failures.
20+
Previously, recommended and optional fields would raise warnings.
21+
22+
- Updated `@bids/schema` to ~1.1.0, corresponding to BIDS version 1.10.1.
23+
24+
## Fixed
25+
26+
- Avoid descending into opaque directories (such as `*.zarr/`) when checking
27+
for unused sidecars. ([#227])
28+
29+
[#227]: https://github.com/bids-standard/bids-validator/issues/227
30+
[bids-standard/bids-specification#2162]: https://github.com/bids-standard/bids-specification/pull/2162
31+
232
<a id='changelog-2.0.11'></a>
333
# 2.0.11 — 2025-08-29
434

changelog.d/20250822_091529_markiewicz_truncate_opaque_trees.md

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

changelog.d/20250828_104256_markiewicz_tsv_gz.md

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

changelog.d/20250828_161028_markiewicz_deprecate_89plus.md

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

changelog.d/20250828_163229_markiewicz_tsv_type_errors.md

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

changelog.d/20250903_145448_markiewicz_bump_schema.md

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

changelog.d/20250903_155423_markiewicz_axiscodes.md

Lines changed: 0 additions & 48 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.1.0-dev",
3+
"version": "2.1.0",
44
"exports": {
55
".": "./src/bids-validator.ts",
66
"./main": "./src/main.ts",

0 commit comments

Comments
 (0)