Skip to content

Releases: ioBroker/ioBroker.javascript

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

Release v6.1.2

03 Nov 18:29
Compare
Choose a tag to compare
  • (bluefox) Added ukrainian translation

Release v6.1.0

03 Nov 09:25
Compare
Choose a tag to compare
  • (Apollon77) Add a configurable check for number of setStates per Minute to prevent scripts from taking down ioBroker. Default are 1000 setState per minute. Only stops if the number is reached 2 minutes in a row!
  • (Apollon77) Add createAlias method to create aliases for states
  • (Apollon77) Add setStateDelayed to selector
  • (Apollon77) Add options to exec command
  • (Apollon77) Fix issues with cancelling schedules when stopping scripts
  • (bluefox) Corrected debug mode

Release v6.0.3

14 Sep 09:25
Compare
Choose a tag to compare
  • (AlCalzone) Downgrade Typescript to prevent errors with global typescript scripts

Release v6.0.0

18 Jul 06:42
Compare
Choose a tag to compare
  • (bluefox) Removed support of coffeescript
  • (bluefox) All coffee-scripts will be compiled to javascript permanently

Release v5.8.10

15 Jul 07:26
Compare
Choose a tag to compare
  • (klein0r) Added variable timeout block
  • (klein0r) Added getInterval and getTimeout blocks
  • (klein0r) Added sendTo for scripts and message trigger blocks
  • (bluefox) Corrected the syntax highlighting