Releases: davesag/ir-api
Releases · davesag/ir-api
1.2.0
What's Changed
API change
Dependencies
- [Snyk] Security upgrade
axios
from1.7.2
to1.7.4
by @davesag in #801 - Bump
eslint-plugin-promise
from6.2.0
to6.6.0
by @dependabot in #798 - Bump
lint-staged
from15.2.5
to15.2.10
by @dependabot in #802 - Bump
mocha
from10.4.0
to10.6.0
by @dependabot in #795 - Bump
nyc
from15.1.0
to17.1.0
by @dependabot in #804 - Bump
prettier
from3.3.0
to3.3.3
by @dependabot in #797
Released to NPM as version 1.2.0
by @davesag
Full Changelog: 1.1.3...1.2.0
Version 1.1.3 - many dependency updates and some updates to the API
What's Changed
- [BUG, issue #770] remove validation on txTypes for getTransactions by @omniwolf in #772
- [BUG, issue #773] pageSize max increase to 5000 for getTransactions by @omniwolf in #774
- [Snyk] Security upgrade axios from 0.27.2 to 1.6.4 by @davesag in #769
- Bump @snyk/protect from 1.1073.0 to 1.1111.0 by @dependabot in #766
- Bump eslint from 8.30.0 to 8.35.0 by @dependabot in #764
- Bump eslint-config-prettier from 8.5.0 to 8.6.0 by @dependabot in #728
- Bump husky from 8.0.2 to 8.0.3 by @dependabot in #730
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #732
- Bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #776
- Bump @babel/traverse from 7.20.5 to 7.24.6 by @dependabot in #777
- [Snyk] Upgrade axios from 1.6.4 to 1.6.8 by @davesag in #783
- #775 add includeTotals param to getTransactions by @davesag in #784
- [release, 1.1.3] various improvements by @davesag in #785
New Contributors
Full Changelog: 1.1.2...1.1.3
Version 1.1.2 (updated dependencies)
Upgraded dependencies
Version 1.1.1 (updated axios)
- Updated the Axios development and peer dependency to resolve a security issue in earlier versions of Axios.
- Upgraded various other development dependencies
Version 1.1.0
- added various new API endpoints (#385)
- added linting of fp breaches
- refactored various functions to be more fp where appropriate
- updated some development dependencies
Version 1.0.7 (updated placeMarketOrder hander)
- added optional volumeCurrencyType param to placeMarketOrder (thanks…
Version 1.0.6
Updated many development dependencies
Version 1.0.5
- updated dependencies
- set type to commonjs
- restructured package
Version 1.0.4 (bug fixes)
- no longer attempt to retry a
post
request due to chance of nonce collisions - supplying custom config now works.
Version 1.0.3 (improved error handling)
- Improved error handling under React Native
- Updated some development Dependencies