Skip to content

Releases: ioBroker/create-adapter

Release v2.6.3

08 Apr 12:03
Compare
Choose a tag to compare
  • (AlCalzone) Pin eslint to version 8 (#1100)

Release v2.6.2

12 Feb 12:51
Compare
Choose a tag to compare
  • (theknut) Make ioBroker types available in the test directory (#1091)
  • (theknut) Add licenseInformation field to io-package.json (#1092)
  • (AlCalzone) Remove the subscribe start mode (#1093)
  • (AlCalzone) Remove the legacy way of creating adapters without classes (#1094)

Release v2.6.1

15 Jan 12:39
Compare
Choose a tag to compare
  • (AlCalzone) Fixed an issue with TypeScript tests caused by #1082 (fixes #1084)

Release v2.6.0

05 Jan 19:36
Compare
Choose a tag to compare
  • (AlCalzone) Change supported Node.js versions to 18 / 20 (#1082) · Migration guide
  • (AlCalzone) Simplify maintenance of ESLint config by using the "latest" parser version (#1082) · Migration guide
  • (AlCalzone) Pin chai dependency to version 4 (#1082)

Release v2.5.0

06 Jul 08:06
Compare
Choose a tag to compare

Release v2.4.0

14 Apr 10:57
Compare
Choose a tag to compare
  • (xXBJXx) Ukranian translation has been added Migration guide
  • (jpawlowski) Fix: JSON schema reference for io-package.json has been updated· Migration guide
  • (McM57) Fix: include json5 files from admin directory in npm package (#1029)

Release v2.3.0

25 Sep 14:10
Compare
Choose a tag to compare
  • (mcm1957) Fix: use adapter. instead of this. in main.js in legacy mode (#972)
  • (AlCalzone) Enable Dependabot by default, update Node.js version references (#977) · Migration guide
  • (AlCalzone) Update the release script to version 3 (#978) · Migration guide

Release v2.2.1

08 Sep 08:48
Compare
Choose a tag to compare
  • (AlCalzone) Fix lint command for JS adapters · Migration guide
  • (Apollon77 & AlCalzone) Add disclaimer about use of names and logos to README (#957)

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