Releases: nodecg/nodecg-cli
Releases · nodecg/nodecg-cli
v9.0.2
9.0.2 (2025-01-05)
Bug Fixes
v9.0.1
9.0.1 (2025-01-03)
Bug Fixes
v9.0.0
⚠ BREAKING CHANGES
- setup: Drop support for nodecg 0.x.x and 1.x.x.
- schema-types: schema-types command no longer outputs index file
defaultconfig
command now uses ajv to generate default value. A config schema that are not object will throw an error. A config schema with top level default will now throw an error.
Features
Bug Fixes
- defaultconfig: correct styling of log output (#120) (7cf54f3)
- schema-types: don't output index file (#119) (4ca2931)
Code Refactoring
- setup: remove support for nodecg less than 2.0.0 (#124) (4536527)
v8.7.0
8.7.0 (2024-12-26)
Features
Bug Fixes
v8.6.8
8.6.8 (2023-06-20)
Bug Fixes
- try prepending "v" to the checkout tag when installing a bundle (58daa03)
v8.6.7
8.6.7 (2023-06-20)
Bug Fixes
v8.6.6
8.6.6 (2023-06-11)
Bug Fixes
- force build to try to fix release-please (e2ae645)
v8.6.5
8.6.5 (2023-06-11)
Bug Fixes
- don't return a promise from the compile method, it isn't used (2903e50)
- prevent eslint and typescript from being overly worried about replicant schemas (3d2dd82)
v8.6.4
8.6.4 (2023-03-24)
Bug Fixes
- remove redundant "done" log message (3825127)
v8.6.3
8.6.3 (2023-03-23)
Bug Fixes
- v1: disallow downgrade from v2 to v1 (#92) (aedea05)