File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed
Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 5.17.0
4+
5+ | Type | Namespace | Description | Reference | Breaking |
6+ | -------------| ------------| --------------------------------------------------------------| --------------------------------------------------------| ----------|
7+ | Enhancement | ` items ` | Item: Add ` isInitialized ` property | [ #504 ] ( https://github.com/openhab/openhab-js/pull/504 ) | No |
8+ | Enhancement | ` rules ` | Rule Builder: Properly declare type of ` then(...) ` function | [ #506 ] ( https://github.com/openhab/openhab-js/pull/506 ) | No |
9+ | Bugfix | ` triggers ` | Add misisng parameters to PWM trigger | [ #512 ] ( https://github.com/openhab/openhab-js/pull/512 ) | No |
10+ | Enhancement | ` items ` | Add category field & Add missing null return values in JSDoc | [ #513 ] ( https://github.com/openhab/openhab-js/pull/513 ) | No |
11+ | Bugfix | ` items ` | ItemMetadat: Fix value & configuration not modifiable | [ #514 ] ( https://github.com/openhab/openhab-js/pull/514 ) | No |
12+ | Enhancement | ` log ` | Align logger prefix to changes in script logger names | [ #516 ] ( https://github.com/openhab/openhab-js/pull/516 ) | No |
13+ | Enhancement | ` rules ` | EventObject: Provide access to event topic | [ #517 ] ( https://github.com/openhab/openhab-js/pull/517 ) | No |
14+
15+ Also see the [ Release Milestone] ( https://github.com/openhab/openhab-js/milestone/49 ) .
16+
317## 5.16.2
418
519| Type | Namespace | Description | Reference | Breaking |
Original file line number Diff line number Diff line change 11{
22 "name" : " openhab" ,
3- "version" : " 5.16.2 " ,
3+ "version" : " 5.17.0 " ,
44 "description" : " JavaScript Library for openHAB Automation" ,
55 "keywords" : [
66 " openHAB" ,
You can’t perform that action at this time.
0 commit comments