node-kraken-api
Advanced tools
Changelog
2.2.2 (2022-06-10)
| Changes since 2.2.1 | Release Notes | README | | --- | --- | --- |
| Source Code (zip) | Source Code (tar.gz) | | --- | --- |
Fixed
Changed
<a name="2.2.1"></a>
Changelog
2.2.1 (2022-06-09)
| Changes since 2.2.0 | Release Notes | README | | --- | --- | --- |
| Source Code (zip) | Source Code (tar.gz) | | --- | --- |
Changed
<a name="2.2.0"></a>
Changelog
2.2.0 (2022-03-13)
| Changes since 2.1.0 | Release Notes | README | | --- | --- | --- |
| Source Code (zip) | Source Code (tar.gz) | | --- | --- |
Changed
Fixed
RetrieveExport
endpoint removed from legacy .call()
(does not support binary responses).ExportStatus
bug by including Content-Type
header for all REST requests.<a name="2.1.0"></a>
Changelog
2.1.0 (2021-09-16)
| Changes since 2.0.0 | Release Notes | README | | --- | --- | --- |
| Source Code (zip) | Source Code (tar.gz) | | --- | --- |
Added
.call()
to ease the upgrade process.
.call()
configurably parses responses (dates and numbers by default), but does not use a rate limiter, queueing, or retries.<a name="2.0.0"></a>
Changelog
2.0.0 (2021-09-15)
| Changes since 1.0.0 | Release Notes | README | | --- | --- | --- |
| Source Code (zip) | Source Code (tar.gz) | | --- | --- |
Changed
(...args: <type>[]) => boolean
-> (args: [<type>, <type>, ...]) => args is [<subtype>, <subtype>, ...]
Removed
<a name="1.0.0"></a>
Changelog
1.0.0 (2021-09-13)
| Changes since 0.4.1 | Release Notes | README | | --- | --- | --- |
| Source Code (zip) | Source Code (tar.gz) | | --- | --- |
The entire project has been completely rewritten using TypeScript and many features have changed.
Added
Removed
module.exports()
Changed
.call()
: renamed to .request()
..setOTP()
: removed; OTP is now provided using a user-supplied generator.<a name="0.4.1"></a>
Changelog
0.4.1 (2018-07-21)
| Changes since 0.4.0 | Release Notes | README | | --- | --- | --- |
| Source Code (zip) | Source Code (tar.gz) | | --- | --- |
Bugfixes:
<a name="0.4.0"></a>
Changelog
0.4.0 (2018-07-21)
| Changes since 0.3.1 | Release Notes | README | | --- | --- | --- |
| Source Code (zip) | Source Code (tar.gz) | | --- | --- |
Features:
Bugfixes:
<a name="0.3.1"></a>
Changelog
0.3.1 (2018-07-20)
| Changes since 0.3.0 | Release Notes | README | | --- | --- | --- |
| Source Code (zip) | Source Code (tar.gz) | | --- | --- |
Bugfixes:
<a name="0.3.0"></a>
Changelog
0.3.0 (2018-07-20)
| Changes since 0.2.0 | Release Notes | README | | --- | --- | --- |
| Source Code (zip) | Source Code (tar.gz) | | --- | --- |
Features:
Bugfixes:
<a name="0.2.0"></a>