Releases: ioBroker/create-adapter
Release v1.32.0
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
Fixed compatibility with @iobroker/[email protected]
(#629) · Migration guide
Release v1.30.0
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
Remove rsync from parcel devcontainer (#589) · Migration guide
Fix TypeError resulting from CI answer change (fixes #590)
Release v1.29.0
Release v1.28.0
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
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
v1.2.0
- (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)