Skip to content

Releases: speedcontrol/speedcontrol-util

v0.6.1

20 Jan 01:39

Choose a tag to compare

  • Updated nodecg-speedcontrol JSON Schemas with a fix; v0.6.0 had some types that would break NodeCG by not applying defaults.

v0.6.0

18 Jan 22:41

Choose a tag to compare

Finally out of RC hell, this is everything done since v0.6.0-RC1.

  • Removed dependencies for nodecg/nodecg-speedcontrol from production installs.
  • Copied over both NodeCG types and nodecg-speedcontrol types directly to this library; if you used types for nodecg-speedcontrol you may need to check the imports still work correctly.
  • Included nodecg-speedcontrol JSON schemas (and generated types).
  • Added some more exports from the main file: default is still the server class, but you can also export SpeedcontrolUtil (also server) or SpeedcontrolUtilServer/SpeedcontrolUtilBrowser
  • Generated files are now in the dist directory.
    • If you used import SpeedcontrolUtil from 'speedcontrol-util/browser' or similar, you will either need to change it to:
      • import SpeedcontrolUtil from 'speedcontrol-util/dist/browser' or
      • use the new easier export which is import { SpeedcontrolUtilBrowser } from 'speedcontrol-util'

Full Changelog: v0.5.1...v0.6.0

v0.6.0-RC7

06 Sep 23:16

Choose a tag to compare

v0.6.0-RC7 Pre-release
Pre-release
  • Bumped dependencies (minor versions only, including development branch of nodecg-speedcontrol).
  • Updated types and schemas (from v1.9.0 of NodeCG and development branch of nodecg-speedcontrol).

v0.6.0-RC6

15 Dec 20:57

Choose a tag to compare

v0.6.0-RC6 Pre-release
Pre-release
  • Bumped nodecg-speedcontrol dependency.
  • Updated types(from development branch of nodecg-speedcontrol).

v0.6.0-RC5

09 Dec 21:39

Choose a tag to compare

v0.6.0-RC5 Pre-release
Pre-release
  • Bumped dependencies.
  • Updated types/schemas (from development branch of nodecg-speedcontrol).
  • Fixed some type location references.

v0.6.0-RC4

08 Jul 14:55

Choose a tag to compare

v0.6.0-RC4 Pre-release
Pre-release
  • Bumped dependencies.
  • Updated types and schemas, including one type that was broken (from development branch of nodecg-speedcontrol).

v0.6.0-RC3

06 Jul 19:32

Choose a tag to compare

v0.6.0-RC3 Pre-release
Pre-release
  • Bumped dependencies
  • Updated types and schemas (from development branch of nodecg-speedcontrol).

v0.6.0-RC2

27 Mar 15:55

Choose a tag to compare

v0.6.0-RC2 Pre-release
Pre-release
  • Fixed bug where the timer helper emitters cause a crash when one is called.

v0.6.0-RC1

22 Mar 22:39

Choose a tag to compare

v0.6.0-RC1 Pre-release
Pre-release
  • Initial release candidate testing new setup and automated workflow.
  • Bumped lots of dependencies, and removed dependencies for nodecg/nodecg-speedcontrol from production installs.
  • Copied over both NodeCG types and nodecg-speedcontrol types directly to this library; if you used types for nodecg-speedcontrol you may need to check the imports still work correctly.
  • Included nodecg-speedcontrol JSON schemas (and generated types).
  • Added some more exports from the main file: default is still the server class, but you can also export SpeedcontrolUtil (also server) or SpeedcontrolUtilServer/SpeedcontrolUtilBrowser
  • Generated files are now in the dist directory.
    • If you used import SpeedcontrolUtil from 'speedcontrol-util/browser' or similar, you will either need to change it to:
      • import SpeedcontrolUtil from 'speedcontrol-util/dist/browser' or
      • use the new easier export which is import { SpeedcontrolUtilBrowser } from 'speedcontrol-util'