diff --git a/.changeset/khaki-rice-retire.md b/.changeset/khaki-rice-retire.md new file mode 100644 index 00000000..6dc3bc4d --- /dev/null +++ b/.changeset/khaki-rice-retire.md @@ -0,0 +1,5 @@ +--- +"@jspsych/plugin-browser-check": major +--- + +Initial release of the browser-check plugin. The plugin can measure various features and properties of the participant's browser and optionally exclude participants from the study based on these features and properties. diff --git a/.changeset/new-llamas-remember.md b/.changeset/new-llamas-remember.md new file mode 100644 index 00000000..4a59e616 --- /dev/null +++ b/.changeset/new-llamas-remember.md @@ -0,0 +1,5 @@ +--- +"jspsych": minor +--- + +`jsPsych.endExperiment()` has a new, optional second parameter for saving data. Passing in an object of key-value pairs will store the pairs in the data for the final trial of the experiment.