Skip to content

v9.0.0

Compare
Choose a tag to compare
@Hoishin Hoishin released this 02 Jan 21:15
· 5 commits to main since this release
05d0cb2

⚠ 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)