Skip to content

Commit

Permalink
Merge branch 'hotfix/config_optionals' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
biancode committed Feb 7, 2024
2 parents ab3f270 + 8e61520 commit d83b945
Show file tree
Hide file tree
Showing 5 changed files with 2,141 additions and 1,797 deletions.
23 changes: 10 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,33 @@
# [5.29.0](https://github.com/biancoroyal/node-red-contrib-modbus/compare/v5.27.2...v5.29.0) (2024-02-05)


### Features

* **modbus:** new option for the flex-fc to get input msg ([5ff8167](https://github.com/biancoroyal/node-red-contrib-modbus/commit/5ff81672ac9c575a71bb241fc5861f25357012c8))
# [5.30.0](https://github.com/biancoroyal/node-red-contrib-modbus/compare/v5.27.2...v5.30.0) (2024-02-07)


### Bug Fixes

## [5.27.2](https://github.com/biancoroyal/node-red-contrib-modbus/compare/v5.27.1...v5.27.2) (2023-08-29)
* **config:** [#442](https://github.com/biancoroyal/node-red-contrib-modbus/issues/442) fixing optional to save correct ([de88e25](https://github.com/biancoroyal/node-red-contrib-modbus/commit/de88e25b10e7e92ea8836d22ee91cb25796f3909))


### Bug Fixes
### Features

* **deps:** can now successfully install deps ([f8e0a64](https://github.com/biancoroyal/node-red-contrib-modbus/commit/f8e0a6491d4eeed9b295d327f065540e1b2027bd))
* **deps:** updated scope names for requires ([9c643f6](https://github.com/biancoroyal/node-red-contrib-modbus/commit/9c643f6c5608a164d549fffbc9206341d4b6c75e))
* **flexFC:** fixed routes for codes map ([e2e2cc5](https://github.com/biancoroyal/node-red-contrib-modbus/commit/e2e2cc525f3297d5bb113a68f4292dc444f43e36))
* **modbus:** new option for the flex-fc to get input msg ([5ff8167](https://github.com/biancoroyal/node-red-contrib-modbus/commit/5ff81672ac9c575a71bb241fc5861f25357012c8))



## [5.27.1](https://github.com/biancoroyal/node-red-contrib-modbus/compare/v5.27.0...v5.27.1) (2023-08-28)
## [5.27.2](https://github.com/biancoroyal/node-red-contrib-modbus/compare/v5.26.0...v5.27.2) (2023-08-29)


### Bug Fixes

* added missing verbose warn ([4082952](https://github.com/biancoroyal/node-red-contrib-modbus/commit/4082952624d6336d9463d8793415d786d45a2d9f))
* adjusted failing tests to tcp ports ([5db0e99](https://github.com/biancoroyal/node-red-contrib-modbus/commit/5db0e996c2b95b27cb245ee335cc53d82bdecb65))
* **deps:** can now successfully install deps ([f8e0a64](https://github.com/biancoroyal/node-red-contrib-modbus/commit/f8e0a6491d4eeed9b295d327f065540e1b2027bd))
* **deps:** updated scope names for requires ([9c643f6](https://github.com/biancoroyal/node-red-contrib-modbus/commit/9c643f6c5608a164d549fffbc9206341d4b6c75e))
* fixed failing tests using same ports ([06080d4](https://github.com/biancoroyal/node-red-contrib-modbus/commit/06080d452b0efd71d5f516d14137c24161e984c7))
* **flex-getter:** corrected isReadyForInput ([806ee4c](https://github.com/biancoroyal/node-red-contrib-modbus/commit/806ee4cb33659744708e80fad7d51e9f7b7c9edc))
* **flex-getter:** fixed failing tests ([1ab96b3](https://github.com/biancoroyal/node-red-contrib-modbus/commit/1ab96b30ec198aafffc288f1b81d626929c262a1))
* **flex-getter:** revise DelayOnStart ([c9d246a](https://github.com/biancoroyal/node-red-contrib-modbus/commit/c9d246a1627dbadb7a0bbd3e3b39c9429a10f859))
* **flex-server:** changed var to const ([d638d53](https://github.com/biancoroyal/node-red-contrib-modbus/commit/d638d5368b3e13700a0fd3aaaa434aae6be8d522))
* **flex-write:** deleted unused flow ([2f0baee](https://github.com/biancoroyal/node-red-contrib-modbus/commit/2f0baee699a25d0c21eaf95773ab67f4dccd47f6))
* **flexFC:** fixed routes for codes map ([e2e2cc5](https://github.com/biancoroyal/node-red-contrib-modbus/commit/e2e2cc525f3297d5bb113a68f4292dc444f43e36))
* **flexGetter-verboseWarn:** node.serverInfo is left from client - removed ([94c58db](https://github.com/biancoroyal/node-red-contrib-modbus/commit/94c58db6b17d58097a5db413301b0e8b2bd43751))
* **isReadyForInput:** now checks ONLY for readyforinput. Rest in onInput ([99f60a8](https://github.com/biancoroyal/node-red-contrib-modbus/commit/99f60a821d1a8192a9074016f668c7c04b0c740c))
* Node-RED PLUS changed to PLUS for Node-RED ([f726949](https://github.com/biancoroyal/node-red-contrib-modbus/commit/f72694954b2d3d07e65766c00dcb9274ffb1fd66))
Expand Down Expand Up @@ -145,7 +142,7 @@



# [5.14.0](https://github.com/biancoroyal/node-red-contrib-modbus/compare/v5.13.3...v5.14.0) (2021-04-10)
# [5.14.0](https://github.com/biancoroyal/node-red-contrib-modbus/compare/v5.13.1...v5.14.0) (2021-04-10)


### Bug Fixes
Expand Down
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-modbus",
"version": "5.29.0",
"version": "5.30.0",
"private": false,
"description": "The all in one Modbus TCP and Serial contribution long term supported package for Node-RED.",
"dependencies": {
Expand Down
12 changes: 6 additions & 6 deletions src/modbus-client.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,19 +395,19 @@
<input type="checkbox" id="node-config-input-failureLogEnabled" style="max-width:30px">
</div>
<div class="form-row">
<label style="min-width:190px" for="node-input-showErrors"><i class="fa fa-th"></i> <span
<label style="min-width:190px" for="node-config-input-showErrors"><i class="fa fa-th"></i> <span
data-i18n="modbus-contrib.label.showErrors"></span></label>
<input type="checkbox" id="node-input-showErrors" style="max-width:30px">
<input type="checkbox" id="node-config-input-showErrors" style="max-width:30px">
</div>
<div class="form-row">
<label style="min-width:190px" for="node-input-showWarnings"><i class="fa fa-th"></i> <span
<label style="min-width:190px" for="node-config-input-showWarnings"><i class="fa fa-th"></i> <span
data-i18n="modbus-contrib.label.showWarnings"></span></label>
<input type="checkbox" checked id="node-input-showWarnings" style="max-width:30px">
<input type="checkbox" checked id="node-config-input-showWarnings" style="max-width:30px">
</div>
<div class="form-row">
<label style="min-width:190px" for="node-input-showLogs"><i class="fa fa-th"></i> <span
<label style="min-width:190px" for="node-config-input-showLogs"><i class="fa fa-th"></i> <span
data-i18n="modbus-contrib.label.showLogs"></span></label>
<input type="checkbox" checked id="node-input-showLogs" style="max-width:30px">
<input type="checkbox" checked id="node-config-input-showLogs" style="max-width:30px">
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit d83b945

Please sign in to comment.