Nick O'Leary
|
fd9e3fc03a
|
Update jsonata to 1.4.1
|
2018-01-13 20:42:23 +00:00 |
|
Nick O'Leary
|
c93870316c
|
Fix accessing global context from jsonata expressions
Fixes #1335
|
2017-07-09 10:40:23 +01:00 |
|
Nick O'Leary
|
d9dc171c28
|
Add buffer mode to typedInput
|
2017-06-13 21:01:27 +01:00 |
|
Nick O'Leary
|
dbf0486acb
|
Add JSONata expr tester and improved feedback
|
2017-05-05 11:23:24 +01:00 |
|
Nick O'Leary
|
30920b1b78
|
Add $context/$flow/$global functions to jsonata
|
2017-05-03 15:48:30 +01:00 |
|
Kazuki-Nakanishi
|
34089aec70
|
Allow a node to declare what settings should be made available to the editor. (#1185)
* Implement register/exportNodeSettings.
* Change normaliseRegisterTypeName to normaliseNodeTypeName. Force it to name in a camel case.
|
2017-03-08 14:38:33 +00:00 |
|
Nick O'Leary
|
0a96259ddf
|
Update copyright header for JS Foundation
|
2017-01-11 15:24:33 +00:00 |
|
Nick O'Leary
|
73a41707e5
|
Property expressions must not be blank
|
2017-01-06 21:58:17 +00:00 |
|
Nick O'Leary
|
4c6157a06e
|
Tidy up merge commit of validatePropertyExpression
|
2017-01-06 14:32:37 +00:00 |
|
Nick O'Leary
|
e73216d4c1
|
Merge branch 'master' into 0.16
|
2017-01-06 14:30:13 +00:00 |
|
Nick O'Leary
|
0c7705beff
|
Allow quoted property expressions
Fixes #1101
|
2017-01-06 11:23:53 +00:00 |
|
Nick O'Leary
|
564902b886
|
Allow $ and _ at start of property identifiers
Fixes #1063
|
2016-11-21 21:36:18 +00:00 |
|
Nick O'Leary
|
bf90509526
|
Add jsonata support to Change/Switch nodes
|
2016-11-10 23:58:34 +00:00 |
|
Nick O'Leary
|
08ade44dc8
|
Handle more edge cases with RED.util.normalisePropertyExpression
|
2016-06-13 22:00:42 +01:00 |
|
Nick O'Leary
|
762eb07dd4
|
Add support for array-syntax in typedInput msg properties
|
2016-06-07 23:01:23 +01:00 |
|
Dave Conway-Jones
|
59b34c2b3f
|
Add timestamp as a default typedInput
and update Inject and change nodes to match,
and add some tests.
|
2016-04-18 14:38:36 +01:00 |
|
Nick O'Leary
|
1d54761d48
|
Fix comparison of Buffers (again)
|
2016-04-01 10:32:11 +01:00 |
|
Nick O'Leary
|
7cb9b2da66
|
Use Buffer.equals not Buffer.compare for node 4+
|
2016-04-01 10:23:00 +01:00 |
|
Nick O'Leary
|
b1896e3737
|
Fix RED.util.compareObjects for Function created objects and Buffers
|
2016-04-01 10:13:11 +01:00 |
|
Nick O'Leary
|
c7bcd3f438
|
Don't default inject payload to blank string
|
2016-02-04 21:43:18 +00:00 |
|
Dave Conway-Jones
|
827711ca89
|
Fix util jshint as we need the behaviour.
|
2016-02-04 21:21:57 +00:00 |
|
Dave Conway-Jones
|
76e98f74fa
|
let new typed-inputs return correctly
0 now returns correct type for boolean and number when required.
|
2016-02-04 21:06:20 +00:00 |
|
Nick O'Leary
|
f1c59faf72
|
Rename propertySelect to typedInput and add boolean opt
|
2016-01-06 17:01:13 +00:00 |
|
Nick O'Leary
|
fe4dae8518
|
Add propertySelect to switch node
|
2016-01-06 17:01:13 +00:00 |
|
Nick O'Leary
|
1f848b205b
|
Add propertySelect support to Change node
|
2016-01-06 17:01:13 +00:00 |
|
Nick O'Leary
|
f43738446e
|
WIP: separate runtime and api components
|
2016-01-06 17:01:11 +00:00 |
|