Skip to content

Commit c331a16

Browse files
authored
Merge pull request #274 from bids-standard/rel/2.1.1
rel: 2.1.1
2 parents 2213042 + a2737e7 commit c331a16

13 files changed

+38
-477
lines changed

CHANGELOG.md

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

2+
<a id='changelog-2.1.1'></a>
3+
# 2.1.1 — 2025-09-26
4+
5+
## Added
6+
7+
- Additional (dataset-defined) columns are now validated against the
8+
definitions in the sidecar files.
9+
10+
- Throw error on file name case collision.
11+
12+
- Add support for the `unique()` function in schema expressions.
13+
14+
- Support issues messages that access validation context variables.
15+
16+
## Changed
17+
18+
- Initial column TSV checks now support missing, optional initial columns.
19+
20+
- Index column TSV checks now support missing, optional index columns.
21+
22+
- Now supports Deno 2.5 and Typescript 5.9.2.
23+
24+
- Parsed JSON files are now cached to reduce I/O and parsing costs.
25+
26+
- Throw an error if specified schema (e.g. via `--schema` or `BIDS_SCHEMA` env
27+
var) could not be loaded.
28+
29+
## Fixed
30+
31+
- File access failures consistently produce `FILE_READ` errors across all file types.
32+
33+
- Fixed json encoding issue in web log download ([#174]).
34+
35+
- Throw utf-8 encoding error for tsv files similar to json files.
36+
37+
[#174]: https://github.com/bids-standard/bids-validator/issues/174
38+
239
<a id='changelog-2.1.0'></a>
340
# 2.1.0 — 2025-09-03
441

changelog.d/20250829_094803_markiewicz_optional_initial_columns.md

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

changelog.d/20250909_143325_markiewicz_custom_columns.md

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

changelog.d/20250911_123931_markiewicz_2_5.md

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

changelog.d/20250911_171112_markiewicz_file_access_errors.md

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

changelog.d/20250915_144507_markiewicz_cache_json.md

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

changelog.d/20250916_102738_rosswilsonblair_data_url_encoding_issue_174.md

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

changelog.d/20250916_123856_rosswilsonblair_error_on_non_utf8_tsv.md

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

0 commit comments

Comments
 (0)