Skip to content

Releases: ioBroker/dev-server

Release v0.5.0

29 Apr 20:18
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

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

Release v0.2.1

05 May 18:59
Compare
Choose a tag to compare

Fixed issue with dev-server update not properly updating admin

Release v0.2.0

05 May 06:29
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixed automatic NPM deployment.