Skip to content

Commit 60e7280

Browse files
committed
Bump version to 2.2.0, update change log
1 parent ff1cecb commit 60e7280

7 files changed

+28
-61
lines changed

CHANGELOG.md

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

2+
<a id='changelog-"2.2.0"'></a>
3+
# "2.2.0" — 2025-10-14
4+
5+
## Added
6+
7+
- Added `--format` option to specify output format: `text` (default), `json`, or `json_pp` (pretty-printed JSON)
8+
- Pretty-printed JSON output support via `--format json_pp` option
9+
10+
- Datalad/git-annex datasets with remote content in public S3 buckets can be validated
11+
with the `--preferredRemote <remote-name>` flag. If a public S3 bucket is detected without
12+
this flag, the most recent export is used.
13+
14+
## Changed
15+
16+
- Refactored file access classes to be more DRY.
17+
18+
## Fixed
19+
20+
- Circular references that could lead to a hanging process were mitigated. [#278]
21+
22+
[#278]: https://github.com/bids-standard/bids-validator/issues/278
23+
24+
## Deprecated
25+
26+
- Deprecated `--json` option in favor of `--format json` (backward compatibility maintained)
27+
228
<a id='changelog-2.1.1'></a>
329
# 2.1.1 — 2025-09-26
430

changelog.d/20250919_031500_djken2009_format_option.md

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

changelog.d/20251003_131902_markiewicz_weakref_parents.md

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

changelog.d/20251013_111301_markiewicz_proxy_files.md

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

changelog.d/20251014_121301_markiewicz_proxy_files.md

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

tests/data/bids-examples

Submodule bids-examples updated 56 files

0 commit comments

Comments
 (0)