v1.11.0
What's Changed
- BEP029 Motion (validator) by @sjeung in https://github.com/bids-standard/bids-validator/pull/1434
- [SCHEMA] Add a development script entrypoint with deno options by @nellh in https://github.com/bids-standard/bids-validator/pull/1600
- feat(schema): Add build script for browser compatible builds by @nellh in https://github.com/bids-standard/bids-validator/pull/1605
- [SCHEMA] Browser file API support by @nellh in https://github.com/bids-standard/bids-validator/pull/1606
- Add cli option to specify schema url or file. by @rwblair in https://github.com/bids-standard/bids-validator/pull/1602
- fix(schema): Fix regression in legacy nifti test when run with Deno by @nellh in https://github.com/bids-standard/bids-validator/pull/1609
- deps(schema): Update to latest standard library deps by @nellh in https://github.com/bids-standard/bids-validator/pull/1610
- Schema/web build fixes by @nellh in https://github.com/bids-standard/bids-validator/pull/1612
- dep(schema): Update to latest build of Cliffy for table output by @nellh in https://github.com/bids-standard/bids-validator/pull/1613
- feat(cli): Switch from Yargs -> Cliffy by @nellh in https://github.com/bids-standard/bids-validator/pull/1615
- Add bids-examples test to schema based validator. by @rwblair in https://github.com/bids-standard/bids-validator/pull/1611
- [SCHEMA] Logger functions for debug flag by @nellh in https://github.com/bids-standard/bids-validator/pull/1618
- expression test test by @rwblair in https://github.com/bids-standard/bids-validator/pull/1617
- Add deno tests to github actions by @rwblair in https://github.com/bids-standard/bids-validator/pull/1616
- fix(schema): Remove extra @ts-expect-error by @nellh in https://github.com/bids-standard/bids-validator/pull/1619
- fix(schema): Handle logging tracebacks better and add test for examples by @nellh in https://github.com/bids-standard/bids-validator/pull/1620
- fix(schema): Log errors when a NIfTI cannot be read by @nellh in https://github.com/bids-standard/bids-validator/pull/1621
- [SCHEMA] Build fixes for OpenNeuro by @nellh in https://github.com/bids-standard/bids-validator/pull/1623
- [FIX] orientation_component -> component by @sappelhoff in https://github.com/bids-standard/bids-validator/pull/1629
- [ENH] add task entity for anat by @Remi-Gau in https://github.com/bids-standard/bids-validator/pull/1578
- [ENH] add support for qMRI json in top dir by @Remi-Gau in https://github.com/bids-standard/bids-validator/pull/1546
- chore(deps): bump bids-validator/spec from
00105ectobfc1c2eby @dependabot in https://github.com/bids-standard/bids-validator/pull/1635 - [Fix] broken applyRules as discovered by bids examples test. by @rwblair in https://github.com/bids-standard/bids-validator/pull/1622
- docs(schema): Bring the README up to date by @nellh in https://github.com/bids-standard/bids-validator/pull/1638
- [SCHEMA] Disable --legacy flag by @nellh in https://github.com/bids-standard/bids-validator/pull/1642
New Contributors
- @sjeung made their first contribution in https://github.com/bids-standard/bids-validator/pull/1434
Full Changelog: bids-standard/bids-validator@v1.10.0...v1.11.0