Skip to content

Commit fe85b88

Browse files
committed
Publish v5.13.0
Signed-off-by: Florian Hotze <dev@florianhotze.com>
1 parent 03a91cc commit fe85b88

3 files changed

Lines changed: 33 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
# Changelog
22

3+
## 5.13.0
4+
5+
| Type | Namespace | Description | Reference | Breaking |
6+
|-------------|-----------|--------------------------------------------------------------------------------|--------------------------------------------------------|----------|
7+
| Bugfix | `items` | Item: Fix lastStateChange fields call wrong method | [#459](https://github.com/openhab/openhab-js/pull/459) | no |
8+
| Bugfix | `items` | Item: Fix .state returns null if state is NULL or UNDEF | [#463](https://github.com/openhab/openhab-js/pull/463) | no |
9+
| Enhancement | `items` | ItemMetadata & ItemChannelLink: Convert properties to getters | [#464](https://github.com/openhab/openhab-js/pull/464) | no |
10+
| Enhancement | `rules` | Add `eventName` property to event object | [#465](https://github.com/openhab/openhab-js/pull/465) | no |
11+
| Enhancement | `rules` | Expose & Add backward compat for UI-based event object for `_getTriggeredData` | [#466](https://github.com/openhab/openhab-js/pull/466) | no |
12+
| Enhancement | `time` | Upgrade JS-Joda (date & time library) | [#467](https://github.com/openhab/openhab-js/pull/467) | No |
13+
14+
Also see the [Release Milestone](https://github.com/openhab/openhab-js/milestone/44).
15+
316
## 5.12.0
417

18+
Please note that this release does not include the fixes of the >= 5.11.3 releases, as those backport important fixes.
19+
520
| Type | Namespace | Description | Reference | Breaking |
621
|-------------|---------------|-----------------------------------------------------------------------------------|--------------------------------------------------------|----------|
722
| Enhancement | `environment` | Add `isFileBasedScript()` function to determine whether script is file-based | [#441](https://github.com/openhab/openhab-js/pull/441) | no |
@@ -13,10 +28,24 @@
1328

1429
Also see the [Release Milestone](https://github.com/openhab/openhab-js/milestone/43).
1530

31+
## 5.11.4
32+
33+
This release has been created as a patch release for the 5.11.x series after 5.12.0 has been released.
34+
It includes bugfixes that are missing in 5.12.0, but part of 5.13.0.
35+
36+
| Type | Namespace | Description | Reference | Breaking |
37+
|--------|-----------|---------------------------------------------------------|--------------------------------------------------------|----------|
38+
| Bugfix | `items` | Item: Fix .state returns null if state is NULL or UNDEF | [#463](https://github.com/openhab/openhab-js/pull/463) | no |
39+
40+
Also see [`v5.11.3...v5.11.4`](https://github.com/openhab/openhab-js/compare/v5.11.3...v5.11.4).
41+
1642
## 5.11.3
1743

44+
This release has been created as a patch release for the 5.11.x series after 5.12.0 has been released.
45+
It includes bugfixes that are missing in 5.12.0, but part of 5.13.0.
46+
1847
| Type | Namespace | Description | Reference | Breaking |
19-
|--————--|--—————----|--————————————————————————————----------------------|--———————————————————-----------------------------------|--———-----|
48+
|--------|-----------|----------------------------------------------------|--------------------------------------------------------|----------|
2049
| Bugfix | `items` | Item: Fix lastStateChange fields call wrong method | [#459](https://github.com/openhab/openhab-js/pull/459) | no |
2150

2251
Also see [`v5.11.2...v5.11.3`](https://github.com/openhab/openhab-js/compare/v5.11.2...v5.11.3).

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openhab",
3-
"version": "5.12.0",
3+
"version": "5.13.0",
44
"description": "JavaScript Library for openHAB Automation",
55
"keywords": [
66
"openHAB",

0 commit comments

Comments
 (0)