Releases: nyan-left/trade-volume-scraper
Releases · nyan-left/trade-volume-scraper
[0.2.9] - update readme
[0.2.8] - 2021-02-14
[0.2.8] - 2021-02-14
- Updated dependencies
## Fix dependancies
[0.2.7] - 2021-02-08
Fixed
- Moved tslib to deps
0.2.6 - Remove 2007HQ API
[0.2.6] - 2021-01-24
Changed
- Removed
2007HQ
API as the website/API seems to be permanently down.
0.2.5 - 2007hq "fix"
[0.2.5] - 2021-01-09
Changed
- Dependencies updated.
README.md
updated
Fixed
- Ignore 2007hq tests as it's currently down.
0.2.4
0.2.3 - proxy fix
[0.2.3] - 2020-12-21
Fixed
Proxy
url now has default value of''
. (Fixesundefined
issue).
0.2.2 - osrsbox
[0.2.2] - 2020-12-21
Added
- Optional
Proxy
parameter for API calls. - OSRSbox API support.
- Readme section about
CORS
and OSRSbox.
Changed
- CORS proxy no longer assigned automatically when running in browsers.
0.2.1 - Fix Date type
[0.2.1] - 2020-12-20
Added
Changed
date
property found in timeseries returned fromgetFromWiki
is now typeof Date.
0.2.0 - Wiki
[0.2.0] - 2020-12-20
Added
- Wiki api accessible with
OSRS.getFromWiki
Changed
- Updated
README.md
- Removed
moment
dependency in favor ofsrc/util/time.ts
for date formatting. - ESLINT -Prettier updated.
- NPM description changes.
- Fixed mocha tests.
- Table of contents automatically updated when deploying to npm.