Skip to content

Releases: gadicc/node-yahoo-finance2

v2.3.1

13 Apr 15:28
Compare
Choose a tag to compare

2.3.1 (2022-04-13)

Bug Fixes

  • quote: make customPriceAlertConfidence optional (#248,#445) (1863fbf)
  • quote: optional "openInterest" prop; schema + tests (#248) (d8c7808)
  • quote: optional "typeDisp" prop (#248) (cf7703a)

v2.3.0

06 Mar 16:03
Compare
Choose a tag to compare

2.3.0 (2022-03-06)

Bug Fixes

  • insights: fix schema for more recent yahoo results (c71a400)
  • validation: Date, allow ISODate without ms precision too (82ba1cb)

Features

  • yahoo: Configurable YF_QUERY_HOST in URLs (#109) (716c0f1)

v2.2.0

03 Mar 16:24
Compare
Choose a tag to compare

2.2.0 (2022-03-03)

Features

v2.1.9

27 Feb 07:23
Compare
Choose a tag to compare

2.1.9 (2022-02-27)

Bug Fixes

  • quoteSummary: add twitter? to {asset,summary}Profile (fixes #418) (1c7c1cb)

v2.1.8

26 Feb 14:16
Compare
Choose a tag to compare

2.1.8 (2022-02-26)

Bug Fixes

  • quote: don't pulle Quote with QuoteNone (fixes #417) (5178c78)

v2.1.7

26 Feb 10:10
Compare
Choose a tag to compare

2.1.7 (2022-02-26)

Bug Fixes

  • quote/cryptocurrency: more optionals; ZRC-USD test (fixes #403) (cffe7a6)

v2.1.6

24 Feb 10:24
Compare
Choose a tag to compare

2.1.6 (2022-02-24)

Bug Fixes

  • quote: allow a customPriceAlertConfidence property (fixes #412) (84b7cf7)
  • quote: return undefined for quoteType "NONE" (fixes #381) (e067a81)

v2.1.5

23 Feb 15:39
Compare
Choose a tag to compare

2.1.5 (2022-02-23)

Bug Fixes

  • autoc: throw error on use (fixes #337) (99846ed)
  • deps: bump ajv 8.9.0 -> 8.10.0, reconstruct yarn.lock (#391) (4370b44)
  • historical,chart: throw if period1===period2 (closes #407) (e120e55)
  • moduleExec: support assertSymbol field (closes #406) (1a05f59)

v2.1.4

17 Feb 12:38
Compare
Choose a tag to compare

2.1.4 (2022-02-17)

Bug Fixes

  • update SearchResult to include new properties (f64de37)

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)