Releases: houseofapis/currencyapi-node
Releases · houseofapis/currencyapi-node
v2.0.0
What's changed
- Migrated to API v2 (`/api/v1/` → `/api/v2/`)
- Added new `ohlc()` endpoint with candlestick data (intervals: `5m`, `15m`, `30m`, `1h`, `4h`, `12h`, `1d`)
- 100% test coverage maintained
Breaking changes
Requests now target the v2 API. The v1 API continues to work until 31st July 2026, after which all v1 traffic will be redirected to v2.
Upgrading
```bash
npm install currencyapi-node@latest
```
v1.2.0 - Node.js 24 Support
[1.2.0] - 2026-02-13
Added
- Node.js v20, v22, and v24 support
enginesfield in package.json specifying minimum Node.js version
Changed
- Dockerfile updated from Node 22 to Node 24
- CI matrix updated to test against Node.js 16, 18, 20, 22, and 24
- Updated GitHub Actions to latest versions (checkout@v4, setup-node@v4)
- Minimum supported Node.js version updated from v8 to v16
- README updated to reflect current Node.js compatibility
Dockerise, add header
- Dockerrise
- Add Unit Tests
- Add badge
- Add sdk header to request