Skip to content

2.0.0

Compare
Choose a tag to compare
@dompuiu dompuiu released this 27 Oct 01:33

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": { ... },
  }