Skip to content

Commit 7d38dbd

Browse files
committed
Publish 5.6.0
Signed-off-by: Florian Hotze <[email protected]>
1 parent 915fb3b commit 7d38dbd

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.6.0
4+
5+
| Type | Namespace | Description | Reference | Breaking |
6+
|-------------|------------|----------------------------------------------------------------------------|--------------------------------------------------------|----------|
7+
| Enhancement | `items` | ItemPersistence: Add medianSince, medianUntil and medianBetween methods | [#376](https://github.com/openhab/openhab-js/pull/376) | No |
8+
| Enhancement | `rules` | Add offset & timeOnly to event information for DateTimeTrigger | [#379](https://github.com/openhab/openhab-js/pull/379) | No |
9+
| Enhancement | `triggers` | Support offset param for DateTimeTrigger | [#380](https://github.com/openhab/openhab-js/pull/380) | No |
10+
| Enhancement | `items` | ItemPersistence: Add toString overrides for PersistedState & PersistedItem | [#381](https://github.com/openhab/openhab-js/pull/381) | No |
11+
12+
Please note that the signature of DateTimeTriggers has changed.
13+
The old signature is still supported, but considered deprecated.
14+
See the [openhab-js : triggers : DateTimeTrigger JSDoc](https://openhab.github.io/openhab-js/triggers.html#.DateTimeTrigger) for more information.
15+
16+
Also see the [Release Milestone](https://github.com/openhab/openhab-js/milestone/33).
17+
318
## 5.5.0
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.5.0",
3+
"version": "5.6.0",
44
"description": "JavaScript Library for openHAB Automation",
55
"private": false,
66
"license": "EPL-2.0",

0 commit comments

Comments
 (0)