Skip to content

Commit 9e381e8

Browse files
committed
rel: 2.2.1
1 parent eaced0d commit 9e381e8

File tree

5 files changed

+16
-101
lines changed

5 files changed

+16
-101
lines changed

CHANGELOG.md

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

2+
<a id='changelog-"2.2.1"'></a>
3+
# "2.2.1" — 2025-10-27
4+
5+
## Added
6+
7+
- Support for `associations.physio` and `associations.events.sidecar`.
8+
9+
- Implement `associations.coordsystems` to collate multiple `coordsystem.json` files,
10+
as required by BEP 042 (EMG).
11+
12+
## Changed
13+
14+
- Validation context generation was tweaked to improve concurrency, giving 4x validation
15+
speedups in some cases.
16+
217
<a id='changelog-"2.2.0"'></a>
318
# "2.2.0" — 2025-10-14
419

changelog.d/20250916_171340_markiewicz_bep020.md

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

changelog.d/20250919_172910_dan_add_keys_to_assoc_coordsys.md

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

changelog.d/20251014_150638_markiewicz_context_queue.md

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

0 commit comments

Comments
 (0)