We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1813274 commit 350a377Copy full SHA for 350a377
CHANGELOG.md
@@ -3,6 +3,18 @@
3
All notable changes to this project will be documented in this file.
4
5
6
+## [1.3.0] - 2023-02-22
7
+
8
+### Features
9
+- Support datatype 'JSON'.
10
11
+### Improvements
12
+- Editor: CSS
13
14
+### Fixes
15
+- Support nested message properties for Input/Output, Output Previous Value, Collect Values.
16
17
18
## [1.2.0] - 2023-02-11
19
20
### Features
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@waldbaer/node-red-persistent-values",
- "version": "1.2.0",
+ "version": "1.3.0",
"description": "A user-friendly abstraction of the Node-RED context stores.",
"author": "waldbaer",
"license": "MIT",
0 commit comments