Releases: nodecg/nodecg-cli
Releases · nodecg/nodecg-cli
v8.1.0
8.1.0 (2022-11-24)
Features
- use yarn to install bundle deps when a yarn.lock file is present (062d9b4)
- use yarn to install core deps when a yarn.lock file is present (3182268)
v8.0.1
8.0.1 (2022-03-30)
Bug Fixes
v8.0.0
8.0.0 (2021-08-20)
Features
- schema-types: export configschema type from index.d.ts (#79) (ee0c4f9)
BREAKING CHANGES
- schema-types: schema-types command now emits
unknown
instead of any
by default
v7.0.0
7.0.0 (2020-12-11)
Bug Fixes
- deps: fix vulnerability in dependencies (#68) (8975efa)
- deps: update chalk to v3 (eadd85c)
- more explicit .gitattributes for LF line ending (#67) (9050c2d)
Features
- schema-types: generate index.d.ts which exports all types (#70) (66e4077)
Tests
BREAKING CHANGES
NodeCG CLI 1.0.1
Changes:
- Fixed issues running on Linux and OS X
- Switched to using nodegit
- Renamed two commands:
- Installing NodeCG:
nodecg init
is now nodecg setup
- Creating a new bundle:
nodecg bundle
is now nodecg init
Install or update via npm: npm install -g nodecg-cli