n8n/packages/workflow/src
Michael Kret e8500e6937
feat: Add new expression variables and support for luxon
* 🔨 scaffolding for  and

* 🔨 added autocomplete

* 🔨 N8N-2961-New-expression-variables

* 🔨 added luxon DateTime to expressions and Functions node, replased  with , clean up

* 🔨 added  and , fixed  return values

* 🔨 added tests for new variables

* 🔨 removed unnecessary import

* 🔨 return type fix

* 🔨 working on review, wip

* 🔨 working on review, improved errors, wip

* 🔨 fixed disappearing error message box

* 🔨 excluded variables from function node, added jmespath setup

* :hamer: added $jmsepath to function nodes

* 🔨 replacing proxy with data when using jmespath

* 🔨 renamed function

* 🔨 updated tips to function nodes

* 🔨 fixes for errors messages

* 🔨 review fixes

* 🔨 removed $input and $() from autocomplete

*  removed comments

*  Remove unused code

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-03-13 10:34:44 +01:00
..
DeferredPromise.ts
Expression.ts feat: Add new expression variables and support for luxon 2022-03-13 10:34:44 +01:00
index.ts Nodes as JSON and authentication redesign (#2401) 2022-02-05 22:55:43 +01:00
Interfaces.ts feat: Add new expression variables and support for luxon 2022-03-13 10:34:44 +01:00
LoggerProxy.ts
NodeErrors.ts Add Onfleet Node & Trigger (#2845) 2022-02-28 09:48:17 +01:00
NodeHelpers.ts
ObservableObject.ts
RoutingNode.ts Nodes as JSON and authentication redesign (#2401) 2022-02-05 22:55:43 +01:00
TelemetryHelpers.ts 🐛 Swallow telemetry error and only log in warn and debug mode (#2858) 2022-02-24 17:15:30 +01:00
Workflow.ts Nodes as JSON and authentication redesign (#2401) 2022-02-05 22:55:43 +01:00
WorkflowDataProxy.ts feat: Add new expression variables and support for luxon 2022-03-13 10:34:44 +01:00
WorkflowErrors.ts
WorkflowHooks.ts