Releases: adobe/reactor-turbine
v27.0.4
Adds npm ci
step to the npm publish flow. No code changes since v27.0.1
v27.0.3
More saucelabs credential changes for code deployment. No changes in code since v27.0.1
v27.0.2
Add saucelabs credentials during npm publish gh action
v27.0.1
Update project dependencies. Other minor enhancements to the deployment process.
Data element default values no longer fall back to an empty string automatically
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.
Fixing a bug where the condition and action timeout were read from the wrong location.
Add support for rule conditions and actions sequencing.
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.
- 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.