Skip to content

Commit 10d1ff3

Browse files
committed
rel: 2.2.2
1 parent c1884b4 commit 10d1ff3

File tree

5 files changed

+17
-44
lines changed

5 files changed

+17
-44
lines changed

CHANGELOG.md

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

2+
<a id='changelog-"2.2.2"'></a>
3+
# "2.2.2" — 2025-11-12
4+
5+
## Changed
6+
7+
- Support `min()` and `max()` of numbers in the expression language.
8+
This allows for simpler rules when a field may be a number or array of numbers.
9+
10+
- [Annexed](https://git-annex.branchable.com/) files that are not local are treated as
11+
empty instead of erroring if a remote URL could not be constructed. The size of missing
12+
files are included in the summary estimate of dataset size.
13+
14+
## Fixed
15+
16+
- `INVALID_FILE_ENCODING` issues now print sensible messages instead of crashing.
17+
218
<a id='changelog-"2.2.1"'></a>
319
# "2.2.1" — 2025-10-27
420

changelog.d/20251028_125514_markiewicz_minmax.md

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

changelog.d/20251030_132706_markiewicz_s3.md

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

changelog.d/20251112_094402_markiewicz.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.2.2-dev",
3+
"version": "2.2.2",
44
"exports": {
55
".": "./src/bids-validator.ts",
66
"./main": "./src/main.ts",

0 commit comments

Comments
 (0)