Skip to content

Commit 94ea971

Browse files
committed
rel: 2.4.1
1 parent dbf2a65 commit 94ea971

File tree

6 files changed

+22
-17
lines changed

6 files changed

+22
-17
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
<!-- scriv-insert-here -->
44

5+
<a id='changelog-"2.4.1"'></a>
6+
# "2.4.1" — 2026-02-20
7+
8+
## Changed
9+
10+
- Update to BIDS Schema v1.2.1 (BIDS v1.11.1)
11+
12+
- The web validator now renders Markdown in issue messages.
13+
14+
## Fixed
15+
16+
- Validating directory names is now skipped for unknown `DatasetType`s in
17+
`dataset_description.json`. Previously this would crash, preventing the error
18+
in `DatasetType` values from being reported to the user.
19+
20+
## Infrastructure
21+
22+
- Added a [pre-commit](https://pre-commit.com/) configuration for developers.
23+
To enable, run `pre-commit install`. For speed, we recommend installing `pre-commit`
24+
via `uv tool install pre-commit --with=pre-commit-uv`.
25+
526
<a id='changelog-"2.4.0"'></a>
627
# "2.4.0" — 2026-02-05
728

changelog.d/20260116_101315_markiewicz_pre_commit.md

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

changelog.d/20260209_152321_markiewicz_sanitize_datasettype.md

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

changelog.d/20260220_100508_markiewicz_schema.md

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

changelog.d/render-markdown-web-validator.md

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

0 commit comments

Comments
 (0)