You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 2.7KB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. # node-red-contrib-boolean-logic-ultimate
  2. [![Donate via PayPal](https://img.shields.io/badge/Donate-PayPal-blue.svg?style=flat-square)](https://www.paypal.me/techtoday)
  3. <a href="http://eepurl.com/gJm095" target="_blank">Subscribe to my channel.</a> Only news about my nodes, no spam, no ads. I'm a github developer, not a merchant.
  4. <p>
  5. <b>Version 1.0.12</b><br/>
  6. - Boolean Logic, FilterUltimate and InvertUltimate now output the entire message input, replacing only topic and payload.</br>
  7. </p>
  8. <p>
  9. <p>
  10. <b>Version 1.0.11</b><br/>
  11. - Enhanced help.</br>
  12. </p>
  13. <p>
  14. <b>Version 1.0.10</b><br/>
  15. - Fix a possible issue in the "Interrupt Flow", if the trigger topic contains special characters.</br>
  16. </p>
  17. <p>
  18. <b>Version 1.0.9</b><br/>
  19. - Added "Interrupt Flow" node. Whenever the node receives a payload = false from a specific topic, it stops output messages to the flow. As soon it receives payload = true from this topic, the output messages start to flow out again.</br>
  20. </p>
  21. <p>
  22. <b>Version 1.0.8</b><br/>
  23. - Updated Help
  24. </p>
  25. <p>
  26. <b>Version 1.0.7</b><br/>
  27. - Node node shows "f" when "filter true" is selected and "t" (triggername) when "trigger only by single topic" is selected.<br/>
  28. </p>
  29. <p>
  30. <b>Version 1.0.6</b><br/>
  31. - Stripped out the date/time in node status<br/>
  32. </p>
  33. <p>
  34. <b>Version 1.0.5</b><br/>
  35. - Added the Last value change date/time in the status.<br/>
  36. - Correction in the in-line help<br/>
  37. - Better format of the README.md<br/>
  38. </p>
  39. <p>
  40. <b>Version 1.0.4</b><br/>
  41. - Added the option to initialize the undefined inputs with true or false. Thanks to this, the node is immediately operative (will not wait until all topis arrives).<br/>
  42. </p>
  43. <p>
  44. <b>Version 1.0.3</b><br/>
  45. - Node status: cosmetic adjustments<br/>
  46. </p>
  47. <p>
  48. <b>Version 1.0.2</b><br/>
  49. - Added "trigger mode" option (fixed UI glitch)<br/>
  50. </p>
  51. <p>
  52. <b>Version 1.0.1</b><br/>
  53. - Added "trigger mode" option<br/>
  54. </p>
  55. <p>
  56. <b>Version 1.0.0</b><br/>
  57. - Added Filter node<br/>
  58. </p>
  59. <p>
  60. <b>Version 0.0.8</b><br/>
  61. - Delete persistent states when a new unexpected topic arrrives<br/>
  62. - Better status representation<br/>
  63. - Better and clearer configuration UI <br/>
  64. </p>
  65. <p>
  66. <b>Version 0.0.7</b><br/>
  67. - Fixed decimal error in the "Invert" node.<br/>
  68. </p>
  69. <p>
  70. <b>Version 0.0.6</b><br/>
  71. - Fixed crappy "Invert" node.<br/>
  72. </p>
  73. <p>
  74. <b>Version 0.0.5</b><br/>
  75. - Bypass persistency if node-red user hasn't permissions to write to the filesystem.<br/>
  76. </p>
  77. <p>
  78. <b>Version 0.0.4</b><br/>
  79. - Fixed conflict issue if you have the old boolean logic installed<br/>
  80. </p>
  81. <p>
  82. <b>Version 0.0.3</b><br/>
  83. - Fixed status display<br/>
  84. </p>
  85. <p>
  86. <b>Version 0.0.2</b><br/>
  87. - Fixed persistent state deletion upon node update/delete<br/>
  88. </p>
  89. <p>
  90. <b>Version 0.0.1</b><br/>
  91. - Initial release<br/>
  92. </p>