Releases: ioBroker/dev-server
Releases · ioBroker/dev-server
Release v0.7.8
- (@GermanBluefox) chokidar reverted to 3.6.0
Release v0.7.7
- (@GermanBluefox) nodemon reverted to 3.1.0
Release v0.7.6
- (@GermanBluefox) Packages were updated
Release v0.7.5
- (@GermanBluefox) Packages were updated
Release v0.7.4
- (@GermanBluefox) Packages were updated
Release v0.7.3
- (foxriver76) set
activeRepo
as an array as it is intended
Release v0.7.2
- (stevenengland) Add support for jsonconfig json5 files hot reload
Release v0.7.1
- (Apollon77) downgrade boxen again to fix problems with it
Release v0.7.0
- (AlCalzone/Garfonso) symlink the local adapter instead of pack/install on each change
- (Apollon77) Update dependencies
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)