Releases: AnteWall/avanza-ts
Releases · AnteWall/avanza-ts
v0.7.0
v0.6.0
0.6.0 - 2022-11-28
Added
getInstrumentDetailsfetches details for a single instrument.
Fixed
getOverviewtypescript definitionsearchmissing typescript definition for resultGroups
v0.5.0
0.5.0 - 2022-11-25
Added
- add
isConnectedmethod toAvanzaClientto check if the client is connected to the Avanza API
Fixed
- fix errors to return json object as string instead of stringified string json object
v0.4.0
0.4.0 - 2022-11-22
Added
onSessionChangecallback toAvanzaClientconstructor to be able to listen to session changes if you want to persist the sessionsearchmethod toAvanzaClient.marketto search for stocks, funds, bonds, etc.getInstrumentmethod toAvanzaClient.marketto get a specific instrument by id
Fixed
- Correctly rename
getAccountOverviewtogetOverviewinAccountclass and remove accountId parameter - Made fetch mandatory to fix require crashing if node-fetch is not installed