Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Oct 18:58
· 74 commits to main since this release

3.0.0 (2021-10-09)

⚠ BREAKING CHANGES

  • CLI: The jspsych jatos command is no longer supported. Please use jspsych build --jatos instead.
  • Instead of a createTimeline function, experiment files are now expected to
    export an async run function that initializes jsPsych and runs the experiment.
    Please refer to the experiment template file
    for an example. Furthermore, jsPsych Builder no longer handles named exports other than run,
    and the jsPsych style sheet is not automatically imported anymore.
  • Dependencies: The minimum supported Node.js version is now v14

Features

  • CLI: Remove jspsych jatos alias (6f778e2)
  • CLI: Slim down jspsych run console output (7231cdf)
  • Development mode: Show fullscreen overlays for errors/warnings (974cfa5)
  • Support jsPsych v7 (ba8725e)

Miscellaneous Chores

  • Dependencies: Update dependencies (829f95f)