Skip to content

hed-validator v3.15.3

Compare
Choose a tag to compare
@happy5214 happy5214 released this 31 Jul 21:22
· 57 commits to master since this release
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 Maps 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