Skip to content

Releases: gadicc/node-yahoo-finance2

v2.1.3

16 Feb 16:35
Compare
Choose a tag to compare

2.1.3 (2022-02-16)

Bug Fixes

  • historical: fix transform code for String date (1e4c788)
  • options: queryOpt date now accepts Date/string too (fixes #287) (203b6b8)

Reverts

  • Revert "chore(tests): don't use console.dir in tests" (0480083)
  • Revert "chore(tests): more debugging to figure out why tests stuck on CI" (ba2ed67)

v2.1.2

29 Jan 10:13
Compare
Choose a tag to compare

2.1.2 (2022-01-29)

Bug Fixes

  • pkg: bump ajv and ajv-formats (3dac116)

v2.1.1

15 Jan 09:03
Compare
Choose a tag to compare

2.1.1 (2022-01-15)

Bug Fixes

  • setGlobalConfig: add to index; minor improvements (#376) (464f26f)

v1.14.8

23 Dec 00:36
Compare
Choose a tag to compare

1.14.8 (2021-12-23)

Bug Fixes

v2.1.0

21 Dec 16:16
Compare
Choose a tag to compare

2.1.0 (2021-12-21)

Bug Fixes

  • chart: more query tests, intervals, edge cases (#336) (6b95d7e)
  • package: have semantic-release recognize version branches (a89d895)
  • quote: equity: allow underlyingSymbol. LDN.MI test (#363) (817410b)

Features

v2.0.1

13 Nov 09:59
Compare
Choose a tag to compare

2.0.1 (2021-11-13)

Bug Fixes

  • quote: allow optional pageViewGrowthWeekly (fixes #326) (e425cd5)

v1.14.7

13 Nov 10:45
Compare
Choose a tag to compare

1.14.7 (2021-11-13)

Bug Fixes

  • package: have semantic-release recognize version branches (38b6618)
  • quote: allow optional pageViewGrowthWeekly (fixes #326) (7d70ea1)

v2.0.0

27 Oct 11:24
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release

2.0.0 (2021-10-27)

Bug Fixes

  • search: allow exchDisp? type (80236e5)
  • validation: correctly handle null dates + coverage (#264) (68378d5)

Features

BREAKING CHANGES

  • use date instead of number for various fields.
    The original use of number was unintentional. This commit fixes that.
    Unfortunately the type change is a breaking change.

  • docs: add insiderTransaction example

  • docs: add insiderHolders example

  • docs: add netSharePurchaseActivity example

  • docs: add institutionOwnership example

  • docs: add cashflowStatementHistoryQuarterly example

  • docs: add fundOwnership example

  • docs: add incomeStatementHistory example

  • docs: add incomeStatementHistoryQuarterly example

  • docs: add indexTrend example

  • docs: add industryTrend example

  • docs: add majorDirectHolders example

  • docs: add majorHoldersBreakdown example

  • docs: add quoteType example

  • docs: add recommendationTrend example

  • docs: add sectorTrend example

  • docs: add fundPerformance example

  • docs: add fundProfile example

  • docs: add missing symbols in example request

  • docs: correct example response

  • docs: correct defaultKeyStatistics example

  • docs: align date format

v1.14.6

13 Oct 07:23
Compare
Choose a tag to compare

1.14.6 (2021-10-13)

Bug Fixes

  • pkg/esm: target es2020->es2019: workaround old toolchains (#279) (ab63b27)

v1.14.5

24 Sep 17:12
Compare
Choose a tag to compare

1.14.5 (2021-09-24)

Bug Fixes

  • quoteSummary: misc interface fixes (fixes #295) (5657df7)