Skip to content

Releases: ioBroker/ioBroker.javascript

Release v7.1.0

13 Jun 13:51
Compare
Choose a tag to compare
  • (klein0r) Added new blocks: new line, random number, value between min and max, if empty
  • (klein0r) Updated blockly core to v9.3.3
  • (bluefox) corrected blockly

Release v7.0.10

13 Jun 07:58
Compare
Choose a tag to compare
  • (klein0r) Added new blocks: new line, random number, value between min and max, if empty
  • (bluefox) corrected blockly

Release v7.0.8

12 Jun 11:09
Compare
Choose a tag to compare
  • (klein0r) Corrected trigger block
  • (klein0r) Corrected typescript V5
  • (bluefox) coffescript was degraded to the previous version
  • (bluefox) tried to correct vscode font
  • (bluefox) reverted blockly to the previous version

Release v7.0.7

12 Jun 08:55
Compare
Choose a tag to compare
  • (klein0r) Corrected trigger block
  • (klein0r) Corrected typescript V5
  • (bluefox) coffescript was degraded to the previous version
  • (bluefox) tried to correct vscode font

Release v7.0.5

06 Jun 18:40
Compare
Choose a tag to compare
  • (klein0r) reset timeouts in blockly
  • (klein0r) added additional blockly blocks

Release v7.0.1

21 Feb 21:59
Compare
Choose a tag to compare
  • (bluefox) Breaking change: all usages of jsonata must be rewritten to use promises.
  • (bluefox) Breaking change: all blockly scripts with jsonata blocks must de changed (just move some blocks) and saved anew.
  • (bluefox) Extended createState command with possibility to create aliases.
  • (bluefox) Corrected CRON card in rules
  • (bluefox) Added additional options to show the attributes of object in blockly
  • (bluefox) Corrected existsStateAsync function
  • (bluefox) Added isDaylightSaving state to indicate day saving time

Release v7.0.0

21 Feb 10:30
Compare
Choose a tag to compare
  • (bluefox) Breaking change: all usages of jsonata must be rewritten to use promises.
  • (bluefox) Breaking change: all blockly scripts with jsonata blocks must de changed (just move some blocks) and saved anew.
  • (bluefox) Extended createState command with possibility to create aliases.
  • (bluefox) Corrected CRON card in rules
  • (bluefox) Added additional options to show the attributes of object in blockly
  • (bluefox) Corrected existsStateAsync function
  • (bluefox) Added isDaylightSaving state to indicate day saving time

Release v6.2.0

17 Feb 10:02
Compare
Choose a tag to compare
  • (Apollon77) Prevented duplicate schedule triggering with inaccurate RTC clocks
  • (Apollon77) Fixed sendToAsync and sendToHostAsync
  • (Apollon77) Added rename/renameFile(Async) methods
  • (Apollon77) Deprecated get/setBinaryState(Async) methods and log a message on usage. Use Files instead!
  • (Apollon77) Deprecated usage of own states in javascript.X.scriptEnabled/Problem and log a message on usage. Use own states in 0_userdata.0 instead!
  • (bluefox) added axios to pre-installed modules. request will be removed in the future

Release v6.1.4

14 Nov 17:43
Compare
Choose a tag to compare
  • (bluefox) Corrected small error in rules
  • (bluefox) Tried to fix debug mode

Release v6.1.3

03 Nov 22:39
Compare
Choose a tag to compare
  • (Apollon77) Prevent adapter crash when script could not be compiled