Skip to content

Releases: kogpsy/jspsych-vviq

v3.0.1

16 Nov 16:35
Compare
Choose a tag to compare

Changelog:

  • Document changes made in v3.0.0 in README.md

v3.0.0

16 Nov 16:32
Compare
Choose a tag to compare

BREAKING CHANGES

  • A fourth parameter was added to the generator function, which allows to add additional trial data to the generated jsPsych trials.

v2.0.5

15 Mar 08:52
Compare
Choose a tag to compare

Minor improvements:

  • Include question names in the dataset produced to simplify analysis
  • Add a paragraph to readme on data and analysis

v2.0.4

06 Jan 13:15
Compare
Choose a tag to compare

Minor changes:

  • Fix bug: Generator function parameters are not optional in TypeScript definitions.
  • Add GitHub repo URL to package.json
  • Add Jest tests

v2.0.3

06 Jan 12:34
Compare
Choose a tag to compare

The TypeScript update

  • Include TypeScript support and some types to make the code more robust