Function: Ensure default module export is exposed in Function node
2.0.0: Milestone Release
Migration from 1.x
Node-RED now requires Node.js 12.x or later.
The following nodes have had significant dependency updates. Unless stated,
they should be fully backward compatible.
RBE: Relabelled as 'filter' to make it more discoverable and made part of
the core palette, rather than as a separate module.
Tail: This node has been removed from the default palette. You can reinstall it
from node-red-node-tail
HTTP Request: Reimplemented with a different underlying module. We have
tried to maintain 100% functional compatibility, but it is possible
some edge cases remain.
JSON: The schema validation option no longer supports JSON-Schema draft-04
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps node-red from 1.3.3 to 2.0.3.
Release notes
Sourced from node-red's releases.
... (truncated)
Changelog
Sourced from node-red's changelog.
... (truncated)
Commits
142176f
Bump for 2.0.3c5892fc
Fix HTML parsing when body is included in the select tag6e69cfb
Preserve case of user-provided http headers in request node775181f
Set decompress to false for HTTP Request to keep 1.x compatibility36e83d6
Add unit tests for HTTP Request encodeURI and error response5f6fcb2
Do not throw HTTP errors in request node7b106e5
Ensure uri is properly encoded before passing to got module79d9c83
Better detection of broken agent-base function patching269669b
Bump for 2.0.24ef7240
Handle other error types in Manage Palette viewDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)