Releases: ioBroker/dev-server
Release v0.6.0
- (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
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
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
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
Added support for debugging js-controller (including watch and debug --wait)
Release v0.2.1
Fixed issue with dev-server update not properly updating admin
Release v0.2.0
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
Fixed issue with bash reusing the process instead of creating a child
Release v0.1.3
Release v0.1.2
Fixed automatic NPM deployment.