mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00

* Setup changesets and the changesets GH action * Lower package versions so changesets can bump them * Add changesets for all changes on the `modularization` branch Co-authored-by: Josh de Leeuw <josh.deleeuw@gmail.com> Co-authored-by: Becky Gilbert <beckyannegilbert@gmail.com>
14 lines
456 B
Markdown
14 lines
456 B
Markdown
---
|
|
"jspsych": major
|
|
---
|
|
|
|
Renamed all getter-type functions to have `get` prefix to make it clearer what the role of these functions are. The following were affected:
|
|
- `currentTimelineNodeID` -> `getCurrentTimelineNodeID`
|
|
- `progress` -> `getProgress`
|
|
- `startTime` -> `getStartTime`
|
|
- `totalTime` -> `getTotalTime`
|
|
- `currentTrial` -> `getCurrentTrial`
|
|
- `initSettings` -> `getInitSettings`
|
|
- `allTimelineVariables` -> `getAllTimelineVariables`
|
|
|
|
pr: 2100 |