Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

34 lines (31 loc) · 1.01 KB

Changelog

All notable changes to this project will be documented in this file.

[0.4.0] - 2019-11-2

Changes

  • Multiple bug fixes and improvements
  • Legend buttons
  • New/updated overlays (Segment, Splitters, Candles)
  • Data Structure v1.1
  • Mac support (Trackpad + Retina)
  • New API functions: setRange(), goto(), getCursor() etc.
  • Better timeline
  • New interval detection algo
  • DataCube
  • Tool overlay extension
  • Drawing tools (Line, Extended Line)

[0.3.0] - 2019-5-17

Changes

  • Multiple bug fixes (legend, slicelib, cursor)
  • New overlays: Trades, Channel, Splines
  • Added visual testing suite
  • Mouse events for overlays
  • Several fixes that made charts sharper and slicker
  • Hackable chart config. Heck, how can the most hackable lib be without it?

[0.2.0] - 2019-3-27

Changes

  • Added y-range transform for overlays
  • Performance boost with fancy slice lib
  • Implemented z-index ordering
  • Vertical scaling implementation v1
  • Added data masking feature, now you can include strings
  • Several smaller fixes