Releases: tastytrade/tastytrade-api-js
Releases · tastytrade/tastytrade-api-js
4.0.0
What's Changed
- fix #19: target modern node runtimes by @osdevisnot in #22
- fix #20: remove un-needed types dependency by @osdevisnot in #21
- Bump postcss from 8.4.21 to 8.4.31 in /examples by @dependabot in #4
- Dont set User-Agent header in browser by @dmoss18 in #28
- Log deprecation warning for MarketDataStreamer by @dmoss18 in #29
- Catch any errors when instantiating https.Agent by @dmoss18 in #24
- fix #31: add missing return in getDefaultHeaders by @osdevisnot in #32
- fix #19 target modern JS modules by @osdevisnot in #30
- Tsconfig library updates by @dmoss18 in #35
- fix #33: setup builds for pull requests by @osdevisnot in #34
New Contributors
- @osdevisnot made their first contribution in #22
- @dependabot made their first contribution in #4
Full Changelog: 3.1.0...4.0.0
v1.0.0
Breaking changes:
- AccountsAndCustomersService.getCustomerResource
- AccountsAndCustomersService.getCustomerAccountResources
- AccountsAndCustomersService.getFullCustomerAccountResource
The customerId
parameter was removed from the method signature for all of the above methods.
Bug Fixes
The AccountStreamer now passes the full json message to the observers provided to addMessageObserver
.
Full Changelog: https://github.com/tastytrade/tastytrade-api-js/commits/1.0.0