Skip to content

Commit 210ac90

Browse files
committed
Publish 5.9.0
Signed-off-by: Florian Hotze <[email protected]>
1 parent a541f97 commit 210ac90

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 5.9.0
4+
5+
| Type | Namespace | Description | Reference | Breaking |
6+
|-------------|-----------|---------------------------------------------------------------------------------|--------------------------------------------------------|----------|
7+
| Enhancement | `time` | Use configured time-zone when converting DateTimeType to ZonedDateTime | [#408](https://github.com/openhab/openhab-js/pull/408) | no |
8+
| Enhancement | `time` | Add `toInstant` method | [#413](https://github.com/openhab/openhab-js/pull/413) | no |
9+
| Enhancement | | Several dependency upgrades | | no |
10+
| Bugfix | `items` | Fix `sendCommandIfDifferent` fails for Dimmer/Number Items with string commands | [#421](https://github.com/openhab/openhab-js/pull/421) | no |
11+
| Enhancement | `time` | `toZDT`: Add support for Instant | [#422](https://github.com/openhab/openhab-js/pull/422) | no |
12+
| Enhancement | `time` | `toInstant`: Add support for epoch millis | [#422](https://github.com/openhab/openhab-js/pull/422) | no |
13+
| Enhancement | `items` | Add `time.Instant` as valid parameter type for `sendCommand` & `postUpdate` | [#423](https://github.com/openhab/openhab-js/pull/423) | no |
14+
| Enhancement | `rules` | Rule Builder: Replace `parse-duration` dependency by using JS-Joda instead | [#424](https://github.com/openhab/openhab-js/pull/424) | no |
15+
16+
Also see the [Release Milestone](https://github.com/openhab/openhab-js/milestone/39).
17+
318
## 5.8.1
419

520
| Type | Namespace | Description | Reference | Breaking |

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openhab",
3-
"version": "5.8.1",
3+
"version": "5.9.0",
44
"description": "JavaScript Library for openHAB Automation",
55
"private": false,
66
"license": "EPL-2.0",

0 commit comments

Comments
 (0)