Releases: gadicc/node-yahoo-finance2
Releases · gadicc/node-yahoo-finance2
v1.14.4
1.14.4 (2021-08-12)
Bug Fixes
- quoteSummary: sellingGeneralAdministrative (fixes #258) (c01fe74)
- search: add support for screener fields (#255) (2b23ccb)
v1.14.3
1.14.3 (2021-08-08)
Bug Fixes
- insights: support optional "upsell" field (fixes #253) (5b7eadb)
v1.14.2
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
1.14.1 (2021-07-21)
Bug Fixes
- pkg: output cjs with target es2015 for older nodes (f61fa46)
v1.13.1
1.13.1 (2021-06-14)
Bug Fixes
- csv2json: recognize "null" -> null (d077680)
- historical: skip null rows (e98e51e)
v1.13.0
1.13.0 (2021-06-06)
Features
- errors: expose in yf.errors; improve docs (#202) (a3a7da6)
v1.12.1
1.12.1 (2021-06-03)
Bug Fixes
- index: add erroneously removed historical; alphabeticalize (#200) (f750402)
v1.12.0
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
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)