Skip to content

Releases: AnteWall/avanza-ts

v0.7.0

04 Dec 11:49

Choose a tag to compare

0.7.0 - 2022-12-04

Added

  • priceChart.getPriceChart returns price chart data for instruments.
  • auth.getSession retrives active session from backend. Includes session and user objects.

v0.6.0

28 Nov 19:19

Choose a tag to compare

0.6.0 - 2022-11-28

Added

  • getInstrumentDetails fetches details for a single instrument.

Fixed

  • getOverview typescript definition
  • search missing typescript definition for resultGroups

v0.5.0

25 Nov 17:27

Choose a tag to compare

0.5.0 - 2022-11-25

Added

  • add isConnected method to AvanzaClient to 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

22 Nov 21:32

Choose a tag to compare

0.4.0 - 2022-11-22

Added

  • onSessionChange callback to AvanzaClient constructor to be able to listen to session changes if you want to persist the session
  • search method to AvanzaClient.market to search for stocks, funds, bonds, etc.
  • getInstrument method to AvanzaClient.market to get a specific instrument by id

Fixed

  • Correctly rename getAccountOverview to getOverview in Account class and remove accountId parameter
  • Made fetch mandatory to fix require crashing if node-fetch is not installed