hed-validator v3.15.3
There are two small changes in this release. Almost all remaining direct uses of promises in the tests have been replaced with async
/await
syntax. Also, a type-checking bug in the BidsTsvFile
constructor preventing the direct use of Map
s as TSV data has been fixed.
What's Changed
- Replace remaining possible uses of promises with async/await by @happy5214 in #162
- Fix type-checking bug in BidsTsvFile constructor by @happy5214 in #163
Full Changelog: v3.15.2...v3.15.3