Releases: adobe/reactor-turbine-edge
Releases · adobe/reactor-turbine-edge
2.0.1
20 Apr 03:29
Compare
Sorry, something went wrong.
No results found
Fixed an issue where the rules were not executed if the settings of an extension was containing a data element token.
2.0.0
27 Oct 01:33
Compare
Sorry, something went wrong.
No results found
Calling extensions modules using one parameter. Now extension modules will be called with the following format:
{
"arc": {
"event": {...},
"request": {...},
"ruleStash": {...}
},
"utils": {
"getSettings": () => { ... },
"getExtensionSettings": () => { ... },
"getRule": () => { ... },
"getBuildInfo": () => { ... },
"fetch": () => { ... },
"logger": { ... },
}
1.0.3
14 Oct 16:32
Compare
Sorry, something went wrong.
No results found
Use the correct method to fetch the extension settings.
1.0.2
13 Oct 20:43
Compare
Sorry, something went wrong.
No results found
The fetch response body can be read only once. We are now returning a cloned response to the action doing the fetch.
1.0.1
02 Oct 18:05
Compare
Sorry, something went wrong.
No results found
Remove propertySettings from context.
1.0.0
29 Sep 00:36
Compare
Sorry, something went wrong.
No results found