mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Bump for 0.17.4
This commit is contained in:
parent
993f1dc853
commit
5324244c55
21
CHANGELOG.md
21
CHANGELOG.md
@ -1,3 +1,24 @@
|
|||||||
|
#### 0.17.4: Maintenance Release
|
||||||
|
|
||||||
|
- Add request node test case for POSTing 0
|
||||||
|
- Allow false and 0 in payload for httprequest (#1334)
|
||||||
|
- Add file extension into flow name of library automatically (#1331)
|
||||||
|
- Fix accessing global context from jsonata expressions Fixes #1335
|
||||||
|
- Disable editor whilst a deploy is inflight Fixes #1332
|
||||||
|
- Replace Unknown nodes with their real versions when node loaded
|
||||||
|
- Retry auto-install of modules that fail
|
||||||
|
- Fix column name in link nodes to refer language file (#1330)
|
||||||
|
- Use namespaces with link node title attributes i18n name Fixes #1329
|
||||||
|
- Tidy up GPIO pin table presentation Fixes #1328
|
||||||
|
- Join: count of 0 should not send on every msg
|
||||||
|
- Handle importing only one end of a link node pair
|
||||||
|
- Make sending to Debug synchronous again Fixes #1323
|
||||||
|
- Make send-error behaviour optional in file node
|
||||||
|
- Restore File In node behaviour of sending msg on error
|
||||||
|
- Expose context.keys within Function node
|
||||||
|
- JSON parser default should be not formatting output
|
||||||
|
|
||||||
|
|
||||||
#### 0.17.3: Maintenance Release
|
#### 0.17.3: Maintenance Release
|
||||||
|
|
||||||
- Fix flow library in menu to support period characters as flow name (#1320)
|
- Fix flow library in menu to support period characters as flow name (#1320)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red",
|
"name" : "node-red",
|
||||||
"version" : "0.17.3",
|
"version" : "0.17.4",
|
||||||
"description" : "A visual tool for wiring the Internet of Things",
|
"description" : "A visual tool for wiring the Internet of Things",
|
||||||
"homepage" : "http://nodered.org",
|
"homepage" : "http://nodered.org",
|
||||||
"license" : "Apache-2.0",
|
"license" : "Apache-2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user