Skip to content

Commit 14eb0aa

Browse files
committed
doc: Compile changelog
1 parent 2213042 commit 14eb0aa

12 files changed

+35
-476
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,39 @@
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 (Issue #174).
34+
35+
- Throw utf-8 encoding error for tsv files similar to json files.
36+
237
<a id='changelog-2.1.0'></a>
338
# 2.1.0 — 2025-09-03
439

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)