Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waldbaer committed Feb 10, 2023
1 parent d146a96 commit e15d844
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.


## [1.2.0] - 2023-02-11

### Features
- Support output of previous persisted value into a configurable `msg` property.

### Improvements
- Editor: Tip showing the actual context variable name.
- Editor: CSS

### Fixes
- The configured 'Block Further Flow Processing' rule is not loaded into the editor.
On second edit of the node the default rule '==' is stored again.
Only relevant if rule `!=` is used.
Workaround: Select the rule `!=` always before saving modified nodes.


## [1.1.1] - 2023-02-05

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waldbaer/node-red-persistent-values",
"version": "1.1.1",
"version": "1.2.0",
"description": "A user-friendly abstraction of the Node-RED context stores.",
"author": "waldbaer",
"license": "MIT",
Expand Down

0 comments on commit e15d844

Please sign in to comment.