openHAB JavaScript library releases

It becomes part of the add-on when I update the add-on’s POM, I am usually trying to open a PR to the add-on ASAP, but obviously I have to wait for a review (I usually ping @laursen who is really fast at reviewing and merging these PRs, thanks!!).

So I think there is a good chance that it is available in the next snapshot, but if it is not, it should be in the next next snapshot.

EDIT: It’ll be in the next snapshot, my PR was just merged!

1 Like

New month, new release: Version 4.5.0 has been published.

It brings one enhancement: The Quantity factory and the divide/multiply methods now accept compatible Items as arguments.
You can find the changelog at the openhab-js repo: https://github.com/openhab/openhab-js/blob/v4.5.0/CHANGELOG.md#450.

4 Likes

Two months after the last minor, we have just published a new minor: Version 4.6.0.

It brings several enhancements regarding rules as well as one bugfix.
Have a look at the updated post at the top to get more information, or check the changelog: https://github.com/openhab/openhab-js/blob/v4.6.0/CHANGELOG.md#460.

1 Like

I unfortunately missed to announce version 4.7.0 and 4.8.0 here, but anyway, I’m happy to announce openhab-js 4.9.0.

Most notably, we have upgraded JS-Joda to the latest version, which brings several fixes to JS-Joda (accessible from the time namespace) and also managed to shrink the size of the compiled, add-on included openhab-js library, which I hope speeds up library injection.

Please have a look at the changelog to learn more about the changes.

4 Likes

Florian great job providing PR for bug fix in JS-Joda :+1:

1 Like