diff --git a/.changeset/red-drinks-fly.md b/.changeset/red-drinks-fly.md deleted file mode 100644 index 58b43633..00000000 --- a/.changeset/red-drinks-fly.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@jspsych-contrib/plugin-self-paced-reading": major ---- - -- Calls to jsPsych.data.write() are removed; jsPsych.finishTrial() now gets an object with words and reading times stored as arrays. Thus a trial now generates a single data object instead of x, where x is the number of words in the sentence. -- A bug when inter_word_interval > 0 is corrected. -- Tests are added related to reading times. diff --git a/package-lock.json b/package-lock.json index 19c04f55..a4968bb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15382,7 +15382,7 @@ }, "packages/plugin-self-paced-reading": { "name": "@jspsych-contrib/plugin-self-paced-reading", - "version": "1.0.0", + "version": "2.0.0", "license": "MIT", "devDependencies": { "@jspsych/config": "^1.0.0", diff --git a/packages/plugin-self-paced-reading/CHANGELOG.md b/packages/plugin-self-paced-reading/CHANGELOG.md index d922f5a9..0339d1fc 100644 --- a/packages/plugin-self-paced-reading/CHANGELOG.md +++ b/packages/plugin-self-paced-reading/CHANGELOG.md @@ -1,8 +1,15 @@ # @jspsych-contrib/plugin-self-paced-reading -## 1.0.0 +## 2.0.0 + ### Major Changes +- [#79](https://github.com/jspsych/jspsych-contrib/pull/79) [`599a090`](https://github.com/jspsych/jspsych-contrib/commit/599a09023c0f481c75b2af931c5646a58a1136cd) Thanks [@jessestorbeck](https://github.com/jessestorbeck)! - - Calls to jsPsych.data.write() are removed; jsPsych.finishTrial() now gets an object with words and reading times stored as arrays. Thus a trial now generates a single data object instead of x, where x is the number of words in the sentence. + - A bug when inter_word_interval > 0 is corrected. + - Tests are added related to reading times. +## 1.0.0 + +### Major Changes - [#8](https://github.com/jspsych/jspsych-contrib/pull/8) [`0bbe715`](https://github.com/jspsych/jspsych-contrib/commit/0bbe7151c120a4b29a707f607bcd4b1e0ccd79cf) Thanks [@igmmgi](https://github.com/igmmgi)! - Initial release diff --git a/packages/plugin-self-paced-reading/package.json b/packages/plugin-self-paced-reading/package.json index 0cbce965..21b28e1b 100644 --- a/packages/plugin-self-paced-reading/package.json +++ b/packages/plugin-self-paced-reading/package.json @@ -1,6 +1,6 @@ { "name": "@jspsych-contrib/plugin-self-paced-reading", - "version": "1.0.0", + "version": "2.0.0", "description": "jsPsych plugin for self paced reading paradigms.", "type": "module", "main": "dist/index.cjs", diff --git a/packages/plugin-self-paced-reading/readme.md b/packages/plugin-self-paced-reading/readme.md index af8081ce..5bc2b3b9 100644 --- a/packages/plugin-self-paced-reading/readme.md +++ b/packages/plugin-self-paced-reading/readme.md @@ -9,7 +9,7 @@ A jsPsych plugin for self-paced-reading paradigms. ### In browser ```js -