-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,26 @@ | ||
# @tastytrade/api | ||
## 3.2.0 | ||
### Minor Changes | ||
- Remove https.Agent in `tastytrade-http-client` [#24](https://github.com/tastytrade/tastytrade-api-js/pull/24) | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [4.0.0] - 2024-03-12 | ||
|
||
### Changed | ||
|
||
- Tsconfig library updates [#35](https://github.com/tastytrade/tastytrade-api-js/pull/35) | ||
- target modern JS modules [#30](https://github.com/tastytrade/tastytrade-api-js/pull/30) | ||
- Deprecate MarketDataStreamer [#29](https://github.com/tastytrade/tastytrade-api-js/pull/29) | ||
- Target moden node runtimes [#22](https://github.com/tastytrade/tastytrade-api-js/pull/22) | ||
|
||
### Fixed | ||
|
||
- add missing return in getDefaultHeaders [#32](https://github.com/tastytrade/tastytrade-api-js/pull/32) | ||
- Dont set User-Agent header in browser environment [#28](https://github.com/tastytrade/tastytrade-api-js/pull/28) | ||
- Remove un-needed types dependency [#21](https://github.com/tastytrade/tastytrade-api-js/pull/21) | ||
- Target moden node runtimes [#22](https://github.com/tastytrade/tastytrade-api-js/pull/22) | ||
|
||
### Removed | ||
|
||
- Remove https.Agent in `tastytrade-http-client` [#24](https://github.com/tastytrade/tastytrade-api-js/pull/24) | ||
- Remove un-needed types dependency [#21](https://github.com/tastytrade/tastytrade-api-js/pull/21) |