Skip to content

Releases: gadicc/node-yahoo-finance2

v1.14.3

08 Aug 08:10
Compare
Choose a tag to compare

1.14.3 (2021-08-08)

Bug Fixes

  • insights: support optional "upsell" field (fixes #253) (5b7eadb)

v1.14.2

28 Jul 06:38
Compare
Choose a tag to compare

1.14.2 (2021-07-28)

Bug Fixes

  • quote: add { quoteType: "INDEX" } QuoteIndex iface (fixes #248) (6aa0630)
  • quote: add missing { quoteType: "OPTION" } to QuoteOption iface (95e64b1)

v1.14.1

21 Jul 11:30
Compare
Choose a tag to compare

1.14.1 (2021-07-21)

Bug Fixes

  • pkg: output cjs with target es2015 for older nodes (f61fa46)

v1.14.0

19 Jun 08:41
Compare
Choose a tag to compare

1.14.0 (2021-06-19)

Features

  • quote: allow quote of specific options (#213) (1348515)

v1.13.1

14 Jun 14:34
Compare
Choose a tag to compare

1.13.1 (2021-06-14)

Bug Fixes

  • csv2json: recognize "null" -> null (d077680)
  • historical: skip null rows (e98e51e)

v1.13.0

06 Jun 15:16
Compare
Choose a tag to compare

1.13.0 (2021-06-06)

Features

  • errors: expose in yf.errors; improve docs (#202) (a3a7da6)

v1.12.1

03 Jun 17:07
Compare
Choose a tag to compare

1.12.1 (2021-06-03)

Bug Fixes

  • index: add erroneously removed historical; alphabeticalize (#200) (f750402)

v1.12.0

02 Jun 07:09
Compare
Choose a tag to compare

1.12.0 (2021-06-02)

Bug Fixes

  • quoteSummary: allow price=null in price,quoteType (fixes #197) (990dd4a)

Features

  • quote: support { "return": "array"* | "map" | "object" } param (#151) (a2d8796)

v1.11.0

01 Jun 05:10
Compare
Choose a tag to compare

1.11.0 (2021-06-01)

Bug Fixes

  • deps: update dependency ajv to ^8.1.0 (1769641)
  • quoteCombine: resolve undefined for missing symbols (#150) (f8c25e3)
  • testing: specify jest.js path, not bin (#170) (6772c8e)

Features

  • options: accept date option (#186) (11b8a72)
  • add (friendly) warning when used in the browser (3c4c5a0), closes #153
  • add insights module (#169) (4603232)
  • concurrency: ability to limit max simultaneous requests (#76) (3424d44)
  • modules: build (true) esm, (interop) cjs modules; tests/readme (#144) (2182f6c)
  • setGlobalConfig: add setGlobalConfig function (#133) (43ebaa4)

v1.10.4

08 Apr 07:28
Compare
Choose a tag to compare

1.10.4 (2021-04-08)

Bug Fixes

  • validation: add a few new properties and mark a few properties optional (65d4486)