Releases: haystacknews/create-roku-app
Releases · haystacknews/create-roku-app
Release 1.0.0
- feat(cli): add --vanilla option (463dd91)
- feat(cli): add warning if project name contains "roku" (1340484)
- feat: add newest linting and formatting rules (c4946f7)
- feat(MainScene.brs): add AppLaunchComplete beacon (d7d9510)
- feat(manifest): add
supports_input_launch=1
(22799fa) - feat: add brs plugin to vscode extension recommendations (231fd27)
- feat(gitignore): add
roku_modules
(518042c) - feat(basePackageJson): add ropm config (895ca60)
- refactor(MainScene.xml): remove <?xml> tag and move label to safe area (2cf87a1)
- refactor(data): remove host and add rdvztracking=false to vscode launch config (03017f4)
- fix(cli): always ask to git init (7f9c1ef)
- fix(utils): wait for each dep version request to finish (af0daef)
Release 0.2.2
- simplified xml files
- generate bsconfig.example.json
- grab latest dependencies from registry.npmjs.org
- change linter rule no-stop to warn
- allow to finish process when cancelling a prompt
- remove cli-infinity-progress dependency
- generate readme file
- remove dep to deprecated pkg project-name-generator (80c9da1)
- update dev deps, fix audit issues and lock prod deps (20e66ce)