Skip to content

Releases: bjoluc/jspsych-builder

v4.4.0

07 Jul 09:25
Compare
Choose a tag to compare

4.4.0 (2023-07-07)

Features

  • Allow modifying the webpack DevServer configuration in builder.config.mjs (099a495), closes #49 #49

v4.3.3

20 Feb 19:32
Compare
Choose a tag to compare

4.3.3 (2023-02-20)

Bug Fixes

  • User Types: Fix the return type of the run function to allow Promise<void> (f9a7cca)

v4.3.2

06 Dec 17:51
Compare
Choose a tag to compare

4.3.2 (2022-12-06)

Bug Fixes

  • Fix security vulnerabilities by updating dependencies (84bd8ed)

v4.3.1

01 Jul 12:24
Compare
Choose a tag to compare

4.3.1 (2022-07-01)

Bug Fixes

  • Remove obsolete Babel plugins which broke TypeScript parameter properties (5fcfe6b)

v4.3.0

16 May 16:36
Compare
Choose a tag to compare

4.3.0 (2022-05-16)

Features

  • Support module-style imports of non-module plugins from [@jspsych-contrib](https://github.com/jspsych-contrib) (439e838)

v4.2.1

26 Mar 10:53
Compare
Choose a tag to compare

4.2.1 (2022-03-26)

Bug Fixes

  • Fix file/module not found errors due to paths that were hardcoded at compile time (86ca71b), closes #30

v4.2.0

25 Mar 21:45
Compare
Choose a tag to compare

4.2.0 (2022-03-25)

Features

  • run command: Add a port option and search for the first free port >= 3000 by default (#28) (55e606d), closes #19 #19
  • Allow webpack config customizations via builder.config.js (06cc282), closes #21
  • CLI: Show webpack build progress (d1597bb)
  • Export TypeScript types for the run function (2e66331)
  • Introduce a general assets pragma and deprecate the individual media pragmas (263db46), closes #18 #18
  • Pass the title and version pragmas as options to the experiment's run function (1f53433), closes #22

Bug Fixes

  • run command: Fix release asset watching of nested directories on MacOS and Windows (03798b5), closes #13
  • Circumvent size warning due to inlined web fonts in jsPsych's stylesheet (0db636c)

v4.1.2

09 Feb 11:31
Compare
Choose a tag to compare

4.1.2 (2022-02-09)

Bug Fixes

  • Dependencies: Update dependency versions and replace outdated dependencies (67d78c0)

v4.1.1

13 Dec 23:18
Compare
Choose a tag to compare

4.1.1 (2021-12-13)

Bug Fixes

v4.1.0

27 Nov 22:48
Compare
Choose a tag to compare

4.1.0 (2021-11-27)

Features

  • Add TypeScript and React support (3668350), closes #10

Bug Fixes

  • Template: Fix jatos script in package.json (1a0db16)
  • Template: Set private flag in package.json (533fa1a)