Skip to content

Releases: ioBroker/create-adapter

Release v2.2.0

27 Aug 13:01
Compare
Choose a tag to compare
  • (AlCalzone) Test Node 18, drop Node 12 from testing (#909)
  • (AlCalzone) Remove deprecated unit tests (#908) · Migration guide
  • (AlCalzone) Base tsconfig.json on @tsconfig/node packages (#910) · Migration guide
  • (AlCalzone) Upgrade TypeScript dependency in adapters to 4.6 (#914)
  • (AlCalzone) Cancel previous PR/branch runs when a new commit is pushed (#915) · Migration guide
  • (UncleSamSwiss) Add support for JSON Config UI (#724)
  • (crycode-de) Fix npm run check for TS-React adapters · Migration guide
  • (AlCalzone) Replace ESM-only dependencies (#943)
  • (Steiger04 & AlCalzone) Fix reactivity in VIS widget (#848)
  • (AlCalzone) Fix: Offer Prettier for JS adapters too (#945)
  • (AlCalzone) Remove non-functioning david-dm badge from README (#946)
  • (AlCalzone & klein0r) Add github actions to dependabot config, reduce pull request limit (#948) · Migration guide
  • (AlCalzone & klein0r) Enable syntax help for JSON Config in VSCode (#959) · Migration guide
  • (AlCalzone & klein0r) Fix tsconfig.json generation in admin directory (#960)
  • (AlCalzone & klein0r) Fix automatic releases by requesting write permissions in deploy workflow (#961) · Migration guide
  • (AlCalzone) Prevent widgets from overwriting VIS link by removing localLinks from io-package.json (#962)
  • (AlCalzone) Append .git to HTTPS repository URLs (#963)
  • (AlCalzone) Upgrade creator to TypeScript 4.8 (#964)

Release v2.1.1

01 Apr 19:46
Compare
Choose a tag to compare
  • (UncleSamSwiss) Setting eraseOnUpload to true for React adapters (#886) · Migration guide
  • (AlCalzone) Pinned react, react-dom, @types/react and @types/react-dom dependencies to v17, updated @iobroker/adapter-react to latest version (#896)
  • Updated the creator's dependencies

Release v2.1.0

16 Feb 14:16
Compare
Choose a tag to compare
  • (UncleSamSwiss) Switched from gulp to @iobroker/adapter-dev (#839) · Migration guide
  • (AlCalzone) Switch build process (React, TypeScript) from parcel to @iobroker/adapter-dev using esbuild (#838) · Migration guide
  • (AlCalzone) Updated the creator's dependencies (#877)
  • (AlCalzone) Suppress npm messages for deprecated packages, audit and funding (#878)
  • (AlCalzone) Add link to generated adapter in console output (#879)
  • (AlCalzone) Update pinned adapter dependencies (#880)

Release v2.0.2

10 Jan 10:25
Compare
Choose a tag to compare

Updated axios to version 0.23.0 including generated typescript code (#833) · Migration guide
Add missing sentry: true to deploy workflow template (#849)
Fixed a syntax error in the testing workflow file (#861) · Migration guide

Release v1.31.0

06 Jul 08:03
Compare
Choose a tag to compare

Added better types for the I18n.t function based on words in i18n/en.json for TypeScript React UI (#630) · Migration guide
An adapter with devcontainer but without React no longer contains files for parcel (#635) · Migration guide: Delete .devcontainer/parcel directory.
Add support for number input settings in index_m.html (#634)
Fixing wrong comment about message box: to get message events, you need to set common.messagebox to true. (#638)

Release v2.0.1

15 Sep 15:38
Compare
Choose a tag to compare

Release script is currently fixed to version 2 as we don't support the new command line format yet (#823)
Fixed test-and-release workflow for TypeScript (#823)
Updated adapter-react to 2.0.13 (#823)

Release v2.0.0

15 Sep 07:22
Compare
Choose a tag to compare

Require Node.js 12+ to execute the creator (#767)
Add common.title property back into io-package.json (#796)
Drop support for Travis CI (#797) · Migration guide
Use dependency caching on Github Actions (#809) · Migration guide
Restore compatibility with TypeScript 4.4+ (#808) · Migration guide
Fix ESLint auto-formatting to generate correct quotes in React (#812)
Allow exitCode 11 by default for schedule adapters during testing (#811)
Updated .gitignore, added .eslintignore file (#813) · Migration guide
Remove .npmignore blacklist, use files whitelist in package.json instead (#816) · Migration guide
Updated alt texts of ioBroker badges in readme (#722)
Shared testing workflows (#822) · Migration guide
Readme for adapter created using portal reflects the fact that the repository already exists (#788)
The default branch can now be chosen, default is "main", but it is possible to change to "master" (#631)

Release v1.34.1

07 Jul 12:21
Compare
Choose a tag to compare

Fix missing common.main in io-package.json (#778)

Release v1.34.0

19 May 17:58
Compare
Choose a tag to compare

Add support for Google Translate V3 API (requires credentials) (#720)
Fix linter warnings in the creator codebase (#731)
Updated dependencies
Use official Docker image for devcontainer (#739) · Migration guide
Enable JSON schema support for io-package.json in VSCode (#740) · Migration guide
Improve documentation for the Dependabot auto-merge token (#743)
Fixed adapter-react dependencies by using @iobroker/adapter-react version 1.6.15 (#747) · Migration guide
Avoid generating mixed tabs and spaces in .yml files (#748)
The template index no longer changes order when switching between Linux and Windows (#753)
Enable TypeScript sourcemaps (#755) · Migration guide
Add Node 16 to test suite, drop Node 10 (#756) · Migration guide
Add option for release script (#759) · Migration guide
Add option for dev-server (#760) · Migration guide

Release v1.33.0

05 Apr 21:10
Compare
Choose a tag to compare

The generated io-package.json files are now validated with the official JSON schema during tests (#711)
Source code refactoring for web based create-adapter application (#716)
Update Dependabot auto-merge workflow to work with recent GitHub changes (#719) · Migration guide