Skip to content

Releases: adobe/reactor-turbine

v27.0.4

19 Jan 16:23
Compare
Choose a tag to compare

Adds npm ci step to the npm publish flow. No code changes since v27.0.1

v27.0.3

19 Jan 16:14
Compare
Choose a tag to compare

More saucelabs credential changes for code deployment. No changes in code since v27.0.1

v27.0.2

15 Jan 23:20
Compare
Choose a tag to compare

Add saucelabs credentials during npm publish gh action

v27.0.1

15 Jan 23:12
Compare
Choose a tag to compare

Update project dependencies. Other minor enhancements to the deployment process.

Data element default values no longer fall back to an empty string automatically

10 Aug 20:12
Compare
Choose a tag to compare

Previously if no data element default value was specified in Launch, Turbine would provide an empty string fallback. This functionality has been removed to make sure Turbine isn't coercing null or undefined to an empty string.

Read condition and action timeout from delegate definition.

18 May 16:08
f28b965
Compare
Choose a tag to compare

Fixing a bug where the condition and action timeout were read from the wrong location.

Add support for rule conditions and actions sequencing.

07 May 15:25
2eec8bd
Compare
Choose a tag to compare

Extension developer will be able to return Promises inside conditions and actions library modules. By doing so, the developer can delay the running of the next condition or action until some async task is completed.

Update to js-cookie 2.2.1.

05 Feb 18:10
9e86075
Compare
Choose a tag to compare
  • The @adobe/reactor-cookie core module was updated to us js-cookie 2.2.1. The version 1.1.0 was released on NPM.
  • Turbine is using now @adobe/reactor-cookie v1.1.0.