Skip to content

Releases: ioBroker/dev-server

Release v0.6.0

02 Oct 17:03

Choose a tag to compare

  • (Apollon77) Add option --doNotWatch for "watch" mode to ignore changes on defined files or locations
  • (Apollon77/kleinOr) Set several other system settings on "setup" call like the location, currency, language and temperature unit that they are not empty
  • (Apollon77) Only send SIGINT on exit first and then SIGKILL after 5 seconds if not yet exited to allow clean shutdown of all components
  • (Apollon77) Make sure initial file sync is finished before starting adapter (incl. a short static delay to make sure all is persisted before start watching)
  • (Apollon77) Wait that js-controller DB ports are available before starting adapter
  • (Apollon77) User 127.0.0.1 instead of localhost to avoid DNS lookup issues with Node.js 18 (looks up IPv6 by default)

Release v0.5.0

29 Apr 20:18

Choose a tag to compare

Added support for JSON config UI (#164)
dev-server watch works again for the latest @iobroker/adapter-dev
dev-server watch and debug support --noInstall which won't build/install the adapter
js-controller is now always started with inspector on port 9228 (#150)
Improvements during dev-server setup (#114, #201)

Release v0.4.1

29 Apr 06:36

Choose a tag to compare

Fixed warnings when debugging "old-style" React adapters like ioBroker.javascript
Fixed dev-server watch not continuing when using @iobroker/adapter-dev to compile React

Release v0.4.0

06 Jul 07:07

Choose a tag to compare

Changed default log level to debug and adapter repo to beta (#74)
Added verification of .npmignore and .gitignore (#46)
Restarting adapter with watch when adapter config changes (#47)
Running "npm run build" before installing the adapter (#77)
Fixed bug that "watch" wasn't syncing files upon start-up, but only when they changed (this was causing issues with sourcemaps).
Added --noStart option to watch, this allows to start the adapter from an IDE afterwards

Release v0.3.0

13 May 19:03

Choose a tag to compare

Added support for debugging js-controller (including watch and debug --wait)

Release v0.2.1

05 May 18:59

Choose a tag to compare

Fixed issue with dev-server update not properly updating admin

Release v0.2.0

05 May 06:29

Choose a tag to compare

Breaking Change: it is no longer possible to use dev-server without providing a command. Use dev-server run for the same behavior as before.
Made build script handling more flexible (#23)
Added support for different profiles (#39)
Added possibility to create a backup (#28)
Added possibility to restore a backup file during dev-server setup (#28)
Added automatic installation of adapter dependencies (#8)
Added version check when starting dev-server
Added option to specify the ioBroker.admin version to use

Release v0.1.4

14 Apr 06:43

Choose a tag to compare

Fixed issue with bash reusing the process instead of creating a child

Release v0.1.3

01 Apr 07:45

Choose a tag to compare

Disabled license info dialog at first start-up (#10)
Fixed issue on MacOS about "COMMAND" property (#11)
Fixed issue where error output from parcel (or tsc) would kill the application

Release v0.1.2

25 Feb 15:23

Choose a tag to compare

Fixed automatic NPM deployment.