Skip to content

Commit

Permalink
chore: release v0.1.16-alpha.0
Browse files Browse the repository at this point in the history
* (HGlab01) fix "deleteDevice" is deprecated and will be removed in js-controller 7
* (HGlab01) add function deleteObjectsWithNull()
  • Loading branch information
HGlab01 committed Jul 4, 2024
1 parent 8ce878f commit e475705
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Older changes
## 0.1.11 (2023-04-12)
* (HGlab01) Improve stateSetCreate
* (HGlab01) no longer support for state expire
* (HGlab01) TraverseJson() --> traverseJson()
* (HGlab01) provide sleep()

## 0.1.10 (2022-12-04)
* (HGlab01) setLastStartTime() optimized
* (HGlab01) Logs improved
Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ https://github.com/HGlab01/ioBroker.fuelpricemonitor
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
### 0.1.16-alpha.0 (2024-07-04)
* (HGlab01) fix "deleteDevice" is deprecated and will be removed in js-controller 7
* (HGlab01) add function deleteObjectsWithNull()

### 0.1.15 (2023-12-11)
* (HGlab01) fix coding-typo
Expand All @@ -53,12 +54,6 @@ https://github.com/HGlab01/ioBroker.fuelpricemonitor
### 0.1.12 (2023-07-03)
* (HGlab01) Improve statename verification

### 0.1.11 (2023-04-12)
* (HGlab01) Improve stateSetCreate
* (HGlab01) no longer support for state expire
* (HGlab01) TraverseJson() --> traverseJson()
* (HGlab01) provide sleep()

## License
MIT License

Expand Down
4 changes: 2 additions & 2 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": "iobroker-jsonexplorer",
"version": "0.1.15",
"version": "0.1.16-alpha.0",
"description": "Creates ioBroker states based on a json-object",
"main": "jsonExplorer.js",
"scripts": {
Expand Down

0 comments on commit e475705

Please sign in to comment.