Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

CHANGELOG.md 2.4KB

5 lat temu
5 lat temu
5 lat temu
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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.10</b><br/>
  6. - Fix a possible issue in the "Interrupt Flow", if the trigger topic contains special characters.</br>
  7. </p>
  8. <p>
  9. <b>Version 1.0.9</b><br/>
  10. - 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>
  11. </p>
  12. <p>
  13. <b>Version 1.0.8</b><br/>
  14. - Updated Help
  15. </p>
  16. <p>
  17. <b>Version 1.0.7</b><br/>
  18. - Node node shows "f" when "filter true" is selected and "t" (triggername) when "trigger only by single topic" is selected.<br/>
  19. </p>
  20. <p>
  21. <b>Version 1.0.6</b><br/>
  22. - Stripped out the date/time in node status<br/>
  23. </p>
  24. <p>
  25. <b>Version 1.0.5</b><br/>
  26. - Added the Last value change date/time in the status.<br/>
  27. - Correction in the in-line help<br/>
  28. - Better format of the README.md<br/>
  29. </p>
  30. <p>
  31. <b>Version 1.0.4</b><br/>
  32. - 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/>
  33. </p>
  34. <p>
  35. <b>Version 1.0.3</b><br/>
  36. - Node status: cosmetic adjustments<br/>
  37. </p>
  38. <p>
  39. <b>Version 1.0.2</b><br/>
  40. - Added "trigger mode" option (fixed UI glitch)<br/>
  41. </p>
  42. <p>
  43. <b>Version 1.0.1</b><br/>
  44. - Added "trigger mode" option<br/>
  45. </p>
  46. <p>
  47. <b>Version 1.0.0</b><br/>
  48. - Added Filter node<br/>
  49. </p>
  50. <p>
  51. <b>Version 0.0.8</b><br/>
  52. - Delete persistent states when a new unexpected topic arrrives<br/>
  53. - Better status representation<br/>
  54. - Better and clearer configuration UI <br/>
  55. </p>
  56. <p>
  57. <b>Version 0.0.7</b><br/>
  58. - Fixed decimal error in the "Invert" node.<br/>
  59. </p>
  60. <p>
  61. <b>Version 0.0.6</b><br/>
  62. - Fixed crappy "Invert" node.<br/>
  63. </p>
  64. <p>
  65. <b>Version 0.0.5</b><br/>
  66. - Bypass persistency if node-red user hasn't permissions to write to the filesystem.<br/>
  67. </p>
  68. <p>
  69. <b>Version 0.0.4</b><br/>
  70. - Fixed conflict issue if you have the old boolean logic installed<br/>
  71. </p>
  72. <p>
  73. <b>Version 0.0.3</b><br/>
  74. - Fixed status display<br/>
  75. </p>
  76. <p>
  77. <b>Version 0.0.2</b><br/>
  78. - Fixed persistent state deletion upon node update/delete<br/>
  79. </p>
  80. <p>
  81. <b>Version 0.0.1</b><br/>
  82. - Initial release<br/>
  83. </p>