Skip to content

3.2.0

Compare
Choose a tag to compare
@ku1ik ku1ik released this 13 Mar 22:19
· 466 commits to develop since this release
  • moved control bar below last terminal line
  • added frame stepping with dot key (when paused)
  • added ability to implement custom format parser with { url: "...", parser: parserFn } source - doc
  • disabled logging by default, can be enabled with { logger: console } option - doc
  • upgraded VT module to latest version
  • further improvements to Websocket and EventSource (SSE) drivers
  • code refactoring, bundler related upgrades