Releases: ioBroker/dev-server
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.