All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
9.0.2 (2025-01-05)
9.0.1 (2025-01-03)
- release CI bug (4bb377a)
9.0.0 (2025-01-01)
- 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.
- defaultconfig: correct styling of log output (#120) (7cf54f3)
- schema-types: don't output index file (#119) (4ca2931)
8.7.0 (2024-12-26)
- update commander and inquirer (#109) (579b79e)
- update node version to 18/20/22 (#98) (9990349)
- use esm and update packages (#108) (058be35)
8.6.8 (2023-06-20)
- try prepending "v" to the checkout tag when installing a bundle (58daa03)
8.6.7 (2023-06-20)
- better semver parsing (61a0e8c)
8.6.6 (2023-06-11)
- force build to try to fix release-please (e2ae645)
8.6.5 (2023-06-11)
- 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)
6.1.0 (2019-08-06)
6.0.4-alpha.2 (2019-01-27)
- modules: use commonjs export for dynamic modules (523a6a6)
6.0.4-alpha.1 (2019-01-27)
- correct require path to package.json (035e71e)
6.0.4-alpha.0 (2019-01-27)
6.0.3 (2018-12-03)
- package: make fs-extra a prod dep, not a devDep (76ab59d)
6.0.2 (2018-12-03)
6.0.1 (2018-12-03)
6.0.0 (2018-12-03)
- package: update chalk to version 2.0.0 (#44) (b19ddc1)
- package: update inquirer to version 4.0.0 (#52) (ef4560f)
- port to ES6 (b373fff)
- drop support for Node 6
- requires Node 6+
5.0.1 (2016-03-06)
- setup: run
git fetch
before attempting to check out an updated release (aa352c2)
5.0.0 (2016-03-02)
- install: I'm the worst, go back to using httpsUrl (501264d)
- install: use gitUrl instead of httpsUrl (8c483a3)
- install: use ssh instead of giturl (7c25f0f)
- update: fix error when installing bundle deps (20ccda4)
- install: use system bower (1109d82)
- install: install command now respects semver ranges, if supplied (3be0c6a)
- setup: add
-k
alias for--skip-dependencies
(fcd841a) - update: remove update command while its functionality is re-evaluated (52fbe07)
- update: remove update command
- install: requires bower to be globally installed
4.1.0 (2016-02-18)
- command: Add defaultconfig command (e247110)