This repository was archived by the owner on Oct 26, 2025. It is now read-only.
v0.4.0
0.4.0 (2021-02-05)
⚠ BREAKING CHANGES
- cli: For previously generated PSCs to work with the new CLI, the // IMPORT_INSERT_MARK and // ARRAY_FIRST_ELEMENT_INSERT_MARK comments have to retrospectively be placed below all imports and at the beginning of the projectWidgets array, respectively
- event-bus: The types for the event bus are now accessible in the @wuespace/telestion-client-types package.
Features
- cli: Add
tc-cli docsto open the telestion-client documentation page (85a2e03) - cli: Add
tc-cli generate widgetcommand (4305e09), closes #263 - cli: Add
tc-cli statscommand implementation (#279) (35dbf26), closes #263 - core: Returned data of event bus abstraction hooks now typable and update documentation (3b12717)
- event-bus: Remove types and import them from types package instead (40788b2)
- template: Add npm scripts and local CLI instance to template (4c7c503)
- types: Add channel address as type and integrate it into message types (b9569d7)
- types: Import types from vertx-event-bus (90fd513)
Bug Fixes
- cli: Fix
tc-cli generatecommand (and subsequent, broken, CLI) (a2a25fc) - core: Small type change in implementation for callback in event bus abstraction hooks (1277d8f)
- template: Add .eslintcache to template gitignore (ccd9c35)
- template: Add React Spectrum Tabs dependency (ff8a30e)
- types: Change type definition for Json serializable data from Map to mapped object (3fff598)