|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 16 | ## 5.12.0 |
4 | 17 |
|
| 18 | +Please note that this release does not include the fixes of the >= 5.11.3 releases, as those backport important fixes. |
| 19 | + |
5 | 20 | | Type | Namespace | Description | Reference | Breaking | |
6 | 21 | |-------------|---------------|-----------------------------------------------------------------------------------|--------------------------------------------------------|----------| |
7 | 22 | | Enhancement | `environment` | Add `isFileBasedScript()` function to determine whether script is file-based | [#441](https://github.com/openhab/openhab-js/pull/441) | no | |
|
13 | 28 |
|
14 | 29 | Also see the [Release Milestone](https://github.com/openhab/openhab-js/milestone/43). |
15 | 30 |
|
| 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 | + |
16 | 42 | ## 5.11.3 |
17 | 43 |
|
| 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 | + |
18 | 47 | | Type | Namespace | Description | Reference | Breaking | |
19 | | -|--————--|--—————----|--————————————————————————————----------------------|--———————————————————-----------------------------------|--———-----| |
| 48 | +|--------|-----------|----------------------------------------------------|--------------------------------------------------------|----------| |
20 | 49 | | Bugfix | `items` | Item: Fix lastStateChange fields call wrong method | [#459](https://github.com/openhab/openhab-js/pull/459) | no | |
21 | 50 |
|
22 | 51 | Also see [`v5.11.2...v5.11.3`](https://github.com/openhab/openhab-js/compare/v5.11.2...v5.11.3). |
|
0 commit comments