n8n/packages/workflow/src/Extensions
2024-07-26 20:04:55 +03:00
..
ArrayExtensions.ts feat(core): Use WebCrypto to generate all random numbers and strings (#9786) 2024-06-19 13:33:57 +02:00
BooleanExtensions.ts feat(editor): Add examples for number & boolean, add new methods (#9358) 2024-05-13 16:28:27 +02:00
DateExtensions.ts feat(editor): Add isEmpty on DateTime, add is empty to all types in filter component (#9645) 2024-06-07 13:25:22 +02:00
ExpressionExtension.ts feat: Better error when calling expression function on input that is undefined or null (#10009) 2024-07-11 15:36:39 +03:00
ExpressionParser.ts feat: Expression extension framework (#4372) 2023-01-10 14:06:12 +01:00
ExtendedFunctions.ts refactor(core): Reorganize error hierarchy in core and workflow packages (no-changelog) (#7820) 2023-11-27 15:33:21 +01:00
Extensions.ts feat(editor): Add examples for object and array expression methods (#9360) 2024-05-14 16:32:31 +02:00
index.ts feat(editor): Autocomplete info box: improve structure and add examples (#9019) 2024-05-10 14:39:06 +02:00
NumberExtensions.ts feat(editor): Add examples for object and array expression methods (#9360) 2024-05-14 16:32:31 +02:00
ObjectExtensions.ts feat(editor): Add isEmpty on DateTime, add is empty to all types in filter component (#9645) 2024-06-07 13:25:22 +02:00
StringExtensions.ts feat(editor): Add isEmpty on DateTime, add is empty to all types in filter component (#9645) 2024-06-07 13:25:22 +02:00
utils.ts fix: Better error message when calling data transformation functions on a null value (#10210) 2024-07-26 20:04:55 +03:00