Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

33 lines (26 loc) · 1.02 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.1.2] - 2023-01-19

Fixed

  • fix for very specific event subscriptions.

[2.1.1] - 2023-01-18

Fixed

  • Fixed a broken event listener removal that caused the candle close event to fire even after the product was removed.

[2.1.0] - 2019-07-23

Added

  • Collect more then one candle per product and timeframe.
  • On events you get all candles for this collection.
  • Products and timeframes can now be removed from the collection.
  • Added function to get the average time difference between messages and local time.

Fixed

  • Clock don't need to be a Singleton.

[2.0.0] - 2018-11-08

Added

  • Added support for multiple products and timeframes
  • Only one clock for all products.
  • Added adjustable clock.

[1.0.0] - 2018-10-31

Added

  • Forked from gdax-candles