Skip to contents

RserveTS 0.8.1

  • ts_compile() enhancements
  • add debug logging utilities

RserveTS 0.8.0

  • Simplify widget creation with createWidget() function. Now takes default values for properties, and automatically flushes state changes to TypeScript after execution.

RserveTS 0.7.2

  • Fix bug in JS type for factors.

RserveTS 0.7.0

  • Enhanced createWidget() function with support for child widgets. Widgets can now contain other widgets as properties, enabling hierarchical widget structures. The function now properly handles child widget initialization and state management.
  • Add objectSignals as dependency
  • Export tsWidget base class for proper class lookup

RserveTS 0.6.0

  • Add new widget functionality to simplify creating widget objects that store state that can be modified by the JS application. The node package @tmelliott/react-rserve contains hooks for working with these widgets.

  • fix bug (use inherits() instead of class() == ““)

RserveTS 0.5.0

  • rename package to ‘RserveTS’ to make it more obvious what the package does, and to avoid any potential confusion with “time series”