Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

41 lines (26 loc) · 1.59 KB

@tastytrade/api

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.

[Unreleased]

[5.0.0] - 2024-09-17

The TastytradeClient constructor now takes a single config object instead of 2 urls.

Changed

  • Add optional logging; update example app #44
  • Add future option quote streaming example to README

Fixed

  • Update README.md #42
  • README corrections
  • typo on json account node name #39

[4.0.0] - 2024-03-12

Changed

  • Tsconfig library updates #35
  • target modern JS modules #30
  • Deprecate MarketDataStreamer #29
  • Target moden node runtimes #22

Fixed

  • add missing return in getDefaultHeaders #32
  • Dont set User-Agent header in browser environment #28

Removed

  • Remove https.Agent in tastytrade-http-client #24
  • Remove un-needed types dependency #21