Skip to content

Commit

Permalink
Updated most dependencies, Fixed code issues for recent versions, ...
Browse files Browse the repository at this point in the history
Node.js >= 18, Admin >= 6.17, js-contoller >= 5.0.19 are required,
Use @crycode/eslint-config for eslint,
Fixed lots of code issues
  • Loading branch information
crycode-de committed Oct 31, 2024
1 parent ab68a69 commit dc220cb
Show file tree
Hide file tree
Showing 73 changed files with 10,549 additions and 17,005 deletions.
10 changes: 0 additions & 10 deletions .babelrc

This file was deleted.

2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

69 changes: 0 additions & 69 deletions .eslintrc.js

This file was deleted.

26 changes: 0 additions & 26 deletions .npmignore

This file was deleted.

4 changes: 0 additions & 4 deletions .prettierignore

This file was deleted.

9 changes: 0 additions & 9 deletions .prettierrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"fileMatch": [
"io-package.json"
],
"url": "https://json.schemastore.org/io-package"
"url": "https://raw.githubusercontent.com/ioBroker/ioBroker.js-controller/master/schemas/io-package.json"
},
{
"fileMatch": [
Expand Down
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,68 +153,90 @@ By writing JSON data to the `raw.send` state you are able to send CAN messages c

## Changelog

<!--
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**

* (crycode-de) Node.js >= 18, Admin >= 6.17, js-contoller >= 5.0.19 are required
* (crycode-de) Updated dependencies

### 1.3.1 (2022-04-19)

* (crycode-de) Fixed `autoSetValue` defaults for parsers
* (crycode-de) Fixed sentry admin integration
* (crycode-de) Updated dependencies

### 1.3.0 (2022-02-07)

* (crycode-de) Added `sharedData` object in custom parsers

### 1.2.3 (2021-10-17)

* (crycode-de) Added missing `autoSet...` parser options to csv export/import
* (crycode-de) Fixed `TypeError: Method Promise.prototype.then called on incompatible receiver [object Object]` triggered by a bug in an old `vm2` version
* (crycode-de) Updated dependencies

### 1.2.2 (2021-08-22)

* (crycode-de) Fixed text colors in dark theme of admin 5
* (crycode-de) Updated dependencies

### 1.2.1 (2021-06-22)

* (crycode-de) Added option to automatically set a certain value in a given interval for each parser
* (crycode-de) Added checks for duplicate parser IDs
* (VeSler) Russian translation updates
* (crycode-de) Use inline sourcemaps for the adapter build files to make remote debugging work
* (crycode-de) Updated dependencies

### 1.1.4 (2021-04-30)

* (crycode-de) Added license information to import of well-known configurations
* (crycode-de) Fixed "Parser returned wrong data type undefined" log message
* (crycode-de) Updated dependencies

### 1.1.3 (2021-04-12)

* (crycode-de) Added definition of possible state values in admin
* (crycode-de) Added selection of the state role for each parser in admin
* (crycode-de) Fixed display bug of floating action buttons in admin
* (crycode-de) Export uses defaults if some config parts are not defined (e.g. if the config is from an older version)
* (crycode-de) Fixed wrong validation if a message/parser was deleted

### 1.1.2 (2021-04-06)

* (crycode-de) Added copy/paste function for message and parser configurations in admin

### 1.1.1 (2021-04-02)

* (crycode-de) Import bugfixes
* (crycode-de) Prevent wrong log warning if a parser returned undefined
* (crycode-de) Added react errorboundary for better clientside error handling

### 1.1.0 (2021-04-01)

* (crycode-de) Added import/export feature for messages in json or csv format
* (crycode-de) Added import of well known configurations from GitHub
* (crycode-de) Fixed config import in admin
* (crycode-de) Added ioBroker state data type option for custom parsers

### 1.0.2 (2021-03-26)

* (crycode-de) Fixed issue where missing state prevented custom parser write
* (DutchmanNL) Dutch translation updates
* (UncleSamSwiss) French translation updates
* (VeSler) Russian translation updates

### 1.0.1 (2021-03-12)
* (crycode-de) Use a queue to process _parser_ and _send_ state changes in the correct order

* (crycode-de) Use a queue to process *parser* and *send* state changes in the correct order
* (crycode-de) Fixed some spelling issues
* (crycode-de) Updated dependencies

### 1.0.0 (2021-02-23)

* (crycode-de) Sort messages in admin
* (VeSler) Russian admin translations
* (crycode-de) Updated dependencies
Expand All @@ -225,4 +247,4 @@ Older changelog is in CHANGELOG_OLD.md

Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)

Copyright (c) 2020-2022 Peter Müller <peter@crycode.de> (https://crycode.de/)
Copyright (c) 2020-2024 Peter Müller <peter@crycode.de> (<https://crycode.de/>)
4 changes: 2 additions & 2 deletions admin/build/index.css

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

Loading

0 comments on commit dc220cb

Please sign in to comment.