Skip to content

v0.2.0

Compare
Choose a tag to compare
@hlxid hlxid released this 19 Nov 20:42
· 765 commits to main since this release
v0.2.0
c4aea28

0.2.0

This main target of this release is to make developing with nodecg-io more beginner friendly by automating tasks like the installation of individual packages and generation of bundles using the nodecg-io-cli. The much improved documentation makes understanding how nodecg-io can be used easier too.

Changelog

General

  • include generated type definitons (.d.ts) instead of source files (.ts) in release tarballs (#228)
  • updated dependencies
  • Get NodeCG types from nodecg-types instead of nodecg (#239 / #246)
  • Add dependabot for GitHub Actions and npm dependencies (#262, #274, codeoverflow-org/nodecg-io-cli#19)
  • Move from lerna to npm workspaces (#263 / #268 by @TIM-tech-dev)
  • The nodecg-io cli has been created and released (#227)

Core

  • Add automatic login feature (#241)
  • Add some basic unit tests (#244)
  • Add config presets for detected device of Midi, Serialport, StreamDeck and Hue services (#249)
  • Add serice instance name to logs by services (#275 by @ExtremTechniker)

Services

Added

Removed

  • YouTube: supersed by Google Apis

Updated

Documentation

Thanks a lot again to all our contributors! This release wouldn't be possible without all you!