Nick O'Leary
|
ebb0d1a46d
|
Handle invalid property values in Switch node
Fixes #404
|
2014-09-17 22:31:26 +01:00 |
|
Dave C-J
|
2cdaed1325
|
Add "use strict" to most core nodes.
(skipping ones that may have other work in progress)
|
2014-05-29 22:13:21 +01:00 |
|
Nick O'Leary
|
ff49d2b217
|
Migrate to new node function style
|
2014-05-03 23:32:04 +01:00 |
|
Dave C-J
|
ae02cf8d71
|
Make 0's appear in switch node dialog (were seen as nulls)
|
2014-04-11 10:56:59 +01:00 |
|
Nicholas O'Leary
|
d2ce6af486
|
Switch node: infer intent to compare numbers
Fixes #108
|
2013-12-06 20:26:55 +00:00 |
|
Nicholas O'Leary
|
5767478871
|
Switch node null/not null tests don't always work
a === null / a !=== null
is different to
typeof a == "undefined" / typeof a != "undefined"
|
2013-12-03 01:12:29 +00:00 |
|
Dave C-J
|
ff8db09fd9
|
Add "otherwise" option to switch node - also added ability to stop checking after first match or keep matching (as-is today). Fixes Issue #88
|
2013-11-22 16:25:02 +00:00 |
|
Nicholas O'Leary
|
48dabffefc
|
Move all nodes into core subdirectory
This makes it easier to distinguish core nodes from those added later
|
2013-11-14 15:52:19 +00:00 |
|