Skip to content

Releases: ioBroker/create-adapter

Release v1.32.0

09 Mar 21:07
Compare
Choose a tag to compare

Update Readme: remove snyk.io badge, use https (#655)
Add Sentry notification about new release to workflow (#690)
Fix function declaration for translate function _ (#691)
Add support for tab in Admin to use React (#674)
Restore compatibility with eslint-config-prettier v8 (#709) · Migration guide
Replaced the now deprecated compact mode check using module.parent with one that uses require.main (#653) · Migration guide
Add support for migrating an existing adapter project and pre-fill the answers (#712)

Release v1.30.1

09 Nov 08:50
Compare
Choose a tag to compare

Fixed compatibility with @iobroker/[email protected] (#629) · Migration guide

Release v1.30.0

03 Nov 16:33
Compare
Choose a tag to compare

React Admin UI now uses @iobroker/adapter-react (#347) · Migration guide
Add support for JavaScript+React in the Admin UI (#609)
Make ts-node respect the "include" key in tsconfig.json (#603)
Fixed issue with running parcel in Devcontainer (with WSL2 remote path)
Cleaned up .npmignore file (#608)
The GitHub Actions release workflow now longer uses the deprecated set-env command (#611) · Migration guide
Lint and typecheck generated templates during CI testing (#610)
(Peter Müller) Fixed CSS React UI height in Firefox · Migration guide

Release v1.29.1

28 Sep 10:40
Compare
Choose a tag to compare

Remove rsync from parcel devcontainer (#589) · Migration guide
Fix TypeError resulting from CI answer change (fixes #590)

Release v1.29.0

22 Sep 21:03
Compare
Choose a tag to compare

Add Badge for Github Actions to Readme (#585)
Select GitHub Actions as the default CI (fixes #586)
Updated JS-Controller dependency to >=2.0.0 for compatibility with @iobroker/adapter-core v2.4.0.

Release v1.28.0

11 Sep 18:56
Compare
Choose a tag to compare

Improved command line arguments handling (#573)
Allow to replay the adapter creation with the same answers (#574)
Removed automatic restart of docker containers (#575) · Migration guide
Make ESLint work in the admin directory, fix most resulting errors (fixes #576)
The year and name placeholders in the Apache License are now correctly replaced (fixes #578)
Added dependabot config for automated dependency updates with auto-merging (#582) · Migration guide
Fixed how mocha interacts with TypeScript (#583)

Release v1.27.0

06 Sep 18:51
Compare
Choose a tag to compare

Add support for TypeScript+React in the Admin UI · Migration guide
Update definitions for type checking in the Admin UI, add some layout fixes to CSS · Migration guide
(AlCalzone & UncleSamSwiss) Added support for VSCode devcontainers · Migration guide
The creator now uses Github Actions for testing and releases

v1.3.0

20 Dec 19:48
Compare
Choose a tag to compare
  • (AlCalzone) Add a start mode selection (fixes #6)
  • (AlCalzone) Avoid running into API rate limitations while testing (#40)
  • (AlCalzone) Provide automatic translations for io-package fields (#39)
  • (AlCalzone) Ask the user for a title (mandatory) and a short description (optional) (#37)

v1.2.0

20 Dec 19:47
Compare
Choose a tag to compare
  • (AlCalzone) Initialize the git repo automatically (fixes #13)
  • (AlCalzone) When using TypeScript, perform an initial build run (fixes #27)
  • (AlCalzone) When formatting files, clear lines with only whitespace (fixes #30)
  • (AlCalzone) Enable resolveJsonModule for JS files (fixes #26)
  • (AlCalzone) Allow choosing quote style in JavaScript (#34)

v1.1.0

14 Dec 22:51
Compare
Choose a tag to compare
Update changelog for v1.1.0