Skip to content

Releases: waldbaer/node-red-persistent-values

1.6.1 (2024-09-10)

10 Sep 18:40
Compare
Choose a tag to compare

Improvements

  • Improved 'Reset' command example.
  • Updated dependencies.
  • Development infrastructure (lint, test coverage, npm).

1.6.0 (2023-09-05)

05 Sep 20:51
Compare
Choose a tag to compare

Features

  • Support command 'reset'.

Improvements

  • Editor: Form tip now shows all configured value properties.

Fixes

  • Configured instead of the dynamic command reported in meta data.
  • Add missing documentation for 'description' and scope 'node' properties.

1.5.0 (2023-08-18)

18 Aug 21:56
Compare
Choose a tag to compare

Features

  • Support output of meta data (config name, default value, description, ...) to configurable msg property.
  • Support possibility to add a description for every configured value.
  • Support scope 'Node'.

1.4.0 (2023-06-07)

07 Jun 16:21
Compare
Choose a tag to compare

Features

  • Support dynamic override of configured 'Value' with configurable msg property.
  • Support configurable msg property for dynamic 'Command' override.

1.3.1 (2023-04-03)

03 Apr 20:34
Compare
Choose a tag to compare

Improvements

  • Editor: CSS

Fixes

  • Write input value to context store even if it is equal to the configured default value.

1.3.0 (2023-02-22)

22 Feb 22:51
Compare
Choose a tag to compare

Features

  • Support datatype 'JSON'.

Improvements

  • Editor: CSS

Fixes

  • #3 Support nested message properties for Input/Output, Output Previous Value, Collect Values.

1.2.0 (2023-02-11)

10 Feb 23:36
Compare
Choose a tag to compare

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)

05 Feb 21:21
Compare
Choose a tag to compare

Fixes

  • Selected value is lost if the configured value is renamed.

    Background:

    Instead of the value name an UUID is now used to identify the selected value.

    Migration Steps:

    Old configurations without the UUID can still be loaded,
    but value renaming is not working without the following migration steps:

    • Open all existing persistent values config nodes and press 'Update'
    • Open all persistent value nodes and press 'Done'.
    • For now on the selected value should be automatically updated even if the value got renamed.

1.1.0 (2023-02-02)

02 Feb 21:19
Compare
Choose a tag to compare

Features

  • Support override of the configured command (read or write) by msg.command property.

Improvements

  • Add configuration name to default node name.
  • Node status color indicates 'Block further flow processing' state.
  • New example flows for 'Collect Multiple Values' and 'Dynamic Command Override'

Fixes

  • Selected Value Drop-Down menu in the editor sporadically empty.

1.0.0: Initial release

25 Jan 21:49
Compare
Choose a tag to compare

Features

  • Central configuration of all known persistent values (states, config options, ...).
    • Dataypes: Bool, Number, String
    • Default value
    • Scope and Storage type
  • Node to read and write a concrete persistent value referenced via the config.
  • Configurable msg property for input of new persistent value or output of the current value.
  • Append the current persistent value as object attribute to an configurable msg property.
  • Block further flow processing (no output) if the current value matches with a configured rule.