hed-validator v3.13.5
This is an intermediate release while the lazy partnered schema functionality (planned for version 3.14.0) is being finished. Features include the inclusion of line numbers for most issues in BIDS TSV files (fixing a long-lived request), fixing downloads of remotely loaded schemas from GitHub (ones which aren't bundled with the validator itself or loaded from a local file), and various other small fixes. The dependency list has been comprehensively updated, with all dependencies now referring to their latest versions except ESLint and Chai (which are incompatible with the minimum Node version for this validator).
As of this release, all interfaces related to schema loading that do not correspond to the current HED 3 specification, which were all provisional and unofficial, are now deprecated and will be removed in 3.14.0.
What's Changed
- Add TSV line numbers to TSV-related issue messages by @happy5214 in #144
- Switch HTTP requests from then-request to Fetch API by @happy5214 in #148
- Various fixes ported from the lazy partnered schemas branch by @happy5214 in #149
Full Changelog: v3.13.4...v3.13.5