Releases: speedcontrol/speedcontrol-util
Releases · speedcontrol/speedcontrol-util
v0.6.1
v0.6.0
Finally out of RC hell, this is everything done since v0.6.0-RC1.
- Removed dependencies for
nodecg/nodecg-speedcontrolfrom 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) orSpeedcontrolUtilServer/SpeedcontrolUtilBrowser - Generated files are now in the
distdirectory.- 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'
- If you used
Full Changelog: v0.5.1...v0.6.0
v0.6.0-RC7
- Bumped dependencies (minor versions only, including development branch of
nodecg-speedcontrol). - Updated types and schemas (from v1.9.0 of
NodeCGand development branch ofnodecg-speedcontrol).
v0.6.0-RC6
- Bumped
nodecg-speedcontroldependency. - Updated types(from development branch of
nodecg-speedcontrol).
v0.6.0-RC5
- Bumped dependencies.
- Updated types/schemas (from development branch of
nodecg-speedcontrol). - Fixed some type location references.
v0.6.0-RC4
- Bumped dependencies.
- Updated types and schemas, including one type that was broken (from development branch of nodecg-speedcontrol).
v0.6.0-RC3
- Bumped dependencies
- Updated types and schemas (from development branch of
nodecg-speedcontrol).
v0.6.0-RC2
- Fixed bug where the timer helper emitters cause a crash when one is called.
v0.6.0-RC1
- Initial release candidate testing new setup and automated workflow.
- Bumped lots of dependencies, and removed dependencies for
nodecg/nodecg-speedcontrolfrom 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) orSpeedcontrolUtilServer/SpeedcontrolUtilBrowser - Generated files are now in the
distdirectory.- 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'
- If you used