# node-red-contrib-boolean-logic-ultimate [![Donate via PayPal](https://img.shields.io/badge/Donate-PayPal-blue.svg?style=flat-square)](https://www.paypal.me/techtoday) Subscribe to my channel. Only news about my nodes, no spam, no ads. I'm a github developer, not a merchant.
Version 1.0.13
- NEW: added blinker node. Thanks to @Marco for the suggestion.
Version 1.0.12
- Boolean Logic, FilterUltimate and InvertUltimate now output the entire message input, replacing only topic and payload.
Version 1.0.11
- Enhanced help.
Version 1.0.10
- Fix a possible issue in the "Interrupt Flow", if the trigger topic contains special characters.
Version 1.0.9
- 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.
Version 1.0.8
- Updated Help
Version 1.0.7
- Node node shows "f" when "filter true" is selected and "t" (triggername) when "trigger only by single topic" is selected.
Version 1.0.6
- Stripped out the date/time in node status
Version 1.0.5
- Added the Last value change date/time in the status.
- Correction in the in-line help
- Better format of the README.md
Version 1.0.4
- 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).
Version 1.0.3
- Node status: cosmetic adjustments
Version 1.0.2
- Added "trigger mode" option (fixed UI glitch)
Version 1.0.1
- Added "trigger mode" option
Version 1.0.0
- Added Filter node
Version 0.0.8
- Delete persistent states when a new unexpected topic arrrives
- Better status representation
- Better and clearer configuration UI
Version 0.0.7
- Fixed decimal error in the "Invert" node.
Version 0.0.6
- Fixed crappy "Invert" node.
Version 0.0.5
- Bypass persistency if node-red user hasn't permissions to write to the filesystem.
Version 0.0.4
- Fixed conflict issue if you have the old boolean logic installed
Version 0.0.3
- Fixed status display
Version 0.0.2
- Fixed persistent state deletion upon node update/delete
Version 0.0.1
- Initial release